Hi.
In panel administration we have ORDER this is possible on view 1 and 3 add something like number phone client?
In view 3 missing summary and price.
https://prnt.sc/s6os3w
Where i find files to override? if is possible.
Regards
Order view 1 and 3
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Order view 1 and 3
Hi, it is order, invoice and delivery note. These are different documents. So for example, delivery notes do not include any infromation about price.
In all documents you can use variables, see:
https://www.phoca.cz/documents/116-phoc ... or-vendors
This variables can be displayed in documents too, see options:
You can set own text on three positions in invoice and order.
Jan
In all documents you can use variables, see:
https://www.phoca.cz/documents/116-phoc ... or-vendors
This variables can be displayed in documents too, see options:
You can set own text on three positions in invoice and order.
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Enthusiast
- Posts: 65
- Joined: 10 Jun 2019, 15:53
Re: Order view 1 and 3
Yes.But I want add this information.So for example, delivery notes do not include any infromation about price.
Billing Address tel phone is show, but Shipping no. Two fields is required.
I created article and add two shortcode
Code: Select all
{b_phone_1} {s_phone_1}
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Order view 1 and 3
Hi, this code {b_phone_1} is the phone set by user when editing billing address, this code {s_phone_1} is phone set by user when editing shipping address.
So it depend which field do you use and which field is set by customer:
Jan
So it depend which field do you use and which field is set by customer:
Jan
If you find Phoca extensions useful, please support the project