Page 1 of 1

Order view 1 and 3

Posted: 27 Apr 2020, 12:43
by mjmartino
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

Re: Order view 1 and 3

Posted: 30 Apr 2020, 15:55
by Jan
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:
Image
You can set own text on three positions in invoice and order.

Jan

Re: Order view 1 and 3

Posted: 01 May 2020, 13:24
by mjmartino
So for example, delivery notes do not include any infromation about price.
Yes.But I want add this information.

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} 
I suspect that this is due to the fact that someone indicates that the invoice contains the same data as for shipping. I think right?

Re: Order view 1 and 3

Posted: 02 May 2020, 14:49
by Jan
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:

Image

Image

Image

Jan