Jump to content
thirty bees forum

[solved] customer wants me to add "text" to invoice


Pedalman

Recommended Posts

Sometimes customers want me to add important data on an invoice. Is there an elegant way to add this? Best would be directly from the backoffice/orders.

There is already the form for notes to be seen only by employees and not the customers. Could this be 'cloned' and and a variable be addes to invoice.tpl? Or any easier way?

Thank you

Link to comment
Share on other sites

Do you mean each customer can add information to the order that can be seen on the invoice?

So for example, we have customers who add their purchase order numbers, and those numbers appear on the invoice for the accounts department

For this, we advise them to use the "Order Message" box while placing the order.

But it still does not appear on the invoice by default. It is possible to hard code the invoice tpl file so that it includes the customer message, but we use the M4PDF module and do it that way

Link to comment
Share on other sites

No, I am not looking for a sultion where everycustomer can leave information to be added to invoice during checkout or customer account. I am looking for a way where an employee can add information in backoffice/orders that can be added to that special invoice (orderID)...

For example yesterday a University made an order but informed me that it is necessary that a certain number appears on the invoice...

Link to comment
Share on other sites

I used this for my old ps 1.6 installation .

Example add to invoice.tpl ```

{if $order_detail.first_order_message}

{l s='Kundennachricht:' pdf='true'}
{$order_detail.first_order_message}

{/if}

```

But I do not remember what else I had adapted. So I had a message left in the orders of the customer in the remark field. If no info was deposited, e.g. the note Paypal payment accepted. It is not for info that has been added later.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...