Page 1 of 1
Add list of items in Email to vendor and telephone n. in order
Posted: 13 Oct 2024, 23:57
by Gio2025
Hello
i have set mandatory the telephone number in chekout form.
Now, how can i add it in the order layout?
Then how can i add the the items ordered in the email to vendor? Thanks
Re: Add list of items in Email to vendor and telephone n. in order
Posted: 14 Oct 2024, 17:46
by Jan
Hi, you can use following variables in the email:
https://www.phoca.cz/documentation/115- ... or-vendors
For setting it in shipping or payment address, just override this file:
components/com_phocacart/layouts/order.php - the shipping and or payment address part (cca line 408, 465)
Jan
Re: Add list of items in Email to vendor and telephone n. in order
Posted: 15 Oct 2024, 16:51
by Gio2025
Hello
thanks for reply.
I see the page but i see linkorder for example but not list of items buyed. It's correct?
Thanks
Re: Add list of items in Email to vendor and telephone n. in order
Posted: 15 Oct 2024, 21:19
by Gio2025
Hello. I have solved the number adding am article in settings invoice and order.
But for the mail i have tested
{downloadlink} - if user is registered, download link will be displayed only in case, there is some downloadable product ordered (there is the same principle for guest users)
{downloadlinkforce} - if user is registered, download link will be displayed even there is no downloadable product ordered (guest user don't get any link)
{orderlink}
{orderlinktoken}
{ordertoken}
Le last 2 link give me a link to all order that the user maked. It's not possible a link to order or attach it to mail?
Thanks
Re: Add list of items in Email to vendor and telephone n. in order
Posted: 16 Oct 2024, 10:15
by Jan
Hi, just see the options of order status, each can send email and each can include the documents (invoice, delivery note, receipt) as attachment in form of HTML or PDF.
Jan