Order view 1 and 3

Phoca Cart - complex e-commerce extension
mjmartino
Phoca Enthusiast
Phoca Enthusiast
Posts: 65
Joined: 10 Jun 2019, 15:53

Order view 1 and 3

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Order view 1 and 3

Post 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
If you find Phoca extensions useful, please support the project
mjmartino
Phoca Enthusiast
Phoca Enthusiast
Posts: 65
Joined: 10 Jun 2019, 15:53

Re: Order view 1 and 3

Post 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?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Order view 1 and 3

Post 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
If you find Phoca extensions useful, please support the project
Post Reply