Good day!
Another question arose. The withdrawal form of an invoice, order or invoice displays only some of the customer data, but not all. In my example, the client indicated an e-mail and phone number in the photo, but only the first and last name are displayed in the "ph-idnr-billing-box-in" block. Also in the "ph-idnr-shipping-box-in" delivery information block, only the address is displayed, but there is no customer contact phone number.
Can this be configured without tampering with the code?
https://i.imgur.com/EBMnFG4.png
Setting up the withdrawal form of an order, invoice, invoice
-
- Phoca Member
- Posts: 18
- Joined: 13 Dec 2020, 15:14
- Benno
- Phoca Hero
- Posts: 9443
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Setting up the withdrawal form of an order, invoice, invoice
Hi,
yes, it's possible to include additional customer informations to delivery note, order and invoice. You can use variables to do this, e.g.
For more information about variables see this article: https://www.phoca.cz/documents/116-phoc ... or-vendors
It's also possible for shipping address. Then the variables are:
Benno
yes, it's possible to include additional customer informations to delivery note, order and invoice. You can use variables to do this, e.g.
- Email: {b_email}
- Phone 1: {b_phone_1}
- Mobile: {b_phone_mobile}
- Fax: {b_fax}
- Invoice Global Top Description
- Order Global Top Description
- Delivery Note Global Top Description
For more information about variables see this article: https://www.phoca.cz/documents/116-phoc ... or-vendors
It's also possible for shipping address. Then the variables are:
- Email: {s_email}
- Phone 1: {s_phone_1}
- Mobile: {s_phone_mobile}
- Fax: {s_fax}
Benno
-
- Phoca Member
- Posts: 18
- Joined: 13 Dec 2020, 15:14
Re: Setting up the withdrawal form of an order, invoice, invoice
Thanks for the help, figured it out. There is also a second question. At the end of the order, the buyer can leave a comment. It would be nice to display this comment in the body of the letter to the administrator about the arrival of a new order. Is it possible?
I did not find the variable responsible for the comment field in the documentation.
I did not find the variable responsible for the comment field in the documentation.
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Setting up the withdrawal form of an order, invoice, invoice
Hi, the variable is: {customercomment}
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 18
- Joined: 13 Dec 2020, 15:14
Re: Setting up the withdrawal form of an order, invoice, invoice
Many thanks to everyone for their help! The question is closed.
- Benno
- Phoca Hero
- Posts: 9443
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Setting up the withdrawal form of an order, invoice, invoice
You're welcome!
Kind regards,
Bernno
Kind regards,
Bernno