Page 1 of 1

Phone number in delivery note

Posted: 06 Nov 2020, 21:48
by spiri
Hi,
how can we add the customers phone in the delivery note?
Thank You

Re: Phone number in delivery note

Posted: 08 Nov 2020, 13:21
by Jan
Hi, if you enable the form field for customer phone, e.g. mobile phone, you can use its variable to paste to different parts of delivery note.

For example below billing address: create Order, Invoice, Delivery Note Global Billing Description article (see Phoca Cart Options - Billing):

Image

with this content:

Code: Select all

{b_phone_mobile}
Image

Then if customer will add his/her mobile phone when ordering, it will be displayed in the documents:

Image


Jan


https://www.phoca.cz/documents/116-phoc ... or-vendors

Re: Phone number in delivery note

Posted: 08 Nov 2020, 21:51
by spiri
Thanks Jan,

really helpful, i would not find it myself.

Re: Phone number in delivery note

Posted: 09 Nov 2020, 22:43
by Jan
Ok