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
Add list of items in Email to vendor and telephone n. in order
-
- Phoca Newbie
- Posts: 6
- Joined: 25 Jun 2024, 21:42
- Jan
- Phoca Hero
- Posts: 48345
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Add list of items in Email to vendor and telephone n. in order
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
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
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 6
- Joined: 25 Jun 2024, 21:42
Re: Add list of items in Email to vendor and telephone n. in order
Hello
thanks for reply.
I see the page but i see linkorder for example but not list of items buyed. It's correct?
Thanks
thanks for reply.
I see the page but i see linkorder for example but not list of items buyed. It's correct?
Thanks
-
- Phoca Newbie
- Posts: 6
- Joined: 25 Jun 2024, 21:42
Re: Add list of items in Email to vendor and telephone n. in order
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
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
- Jan
- Phoca Hero
- Posts: 48345
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Add list of items in Email to vendor and telephone n. in order
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
Jan
If you find Phoca extensions useful, please support the project