Hello,
Would you please let us know how we can show some of the order form fields content on the document that we receive per e-mail.
We have for example added a field "Delivery date" but our customer who receives the orders cannot see when he has to deliver, unless he goes to his website admin.
Thank you very much in advance for your help and best regards,
Joao
Order received
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Order received
Hi, I am now preparing new variables for the emails, for now such are available:
{name}
{email}
{emailothers}
{downloadlink}
{orderlink}
{trackinglink}
{shippingtitle}
{dateshipped}
{trackingdescription}
{customercomment}
{websitename}
{websiteurl}
So if you use the tracking shipping feature, you can try to test:
{orderlink}
{trackinglink}
{shippingtitle}
{dateshipped}
{trackingdescription}
the trackinglink is used so customer can see where the package is and when it will be ready to pickup
Jan
{name}
{email}
{emailothers}
{downloadlink}
{orderlink}
{trackinglink}
{shippingtitle}
{dateshipped}
{trackingdescription}
{customercomment}
{websitename}
{websiteurl}
So if you use the tracking shipping feature, you can try to test:
{orderlink}
{trackinglink}
{shippingtitle}
{dateshipped}
{trackingdescription}
the trackinglink is used so customer can see where the package is and when it will be ready to pickup
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 21
- Joined: 08 Jul 2016, 00:05
Re: Order received
Hello Jan,
Thank you for your reply. We would like to know how we can edit the "Order status" e-mail document.
Where and how can we use the variables you mentionned below.
Thank you very much for your help and best regards,
Joao
Thank you for your reply. We would like to know how we can edit the "Order status" e-mail document.
Where and how can we use the variables you mentionned below.
Thank you very much for your help and best regards,
Joao
-
- Phoca Member
- Posts: 21
- Joined: 08 Jul 2016, 00:05
Re: Order received
Hello Jan,
Could you please let us know where we can find the order mail file that is sent to the seller. We need to customize it and add some information, such as e-mail address of the customer and the comments box.
Thank you for your help,
Joao
Could you please let us know where we can find the order mail file that is sent to the seller. We need to customize it and add some information, such as e-mail address of the customer and the comments box.
Thank you for your help,
Joao
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Order received
Hi, what you mean with "order mail file"? Do you mean the code?
See:
administrator\components\com_phocacart\libraries\phocacart\order\status.php
starting on line cca 396:
See:
administrator\components\com_phocacart\libraries\phocacart\order\status.php
starting on line cca 396:
Code: Select all
// ------------------------
// BUILD EMAIL for customer or others
// ------------------------
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 21
- Joined: 08 Jul 2016, 00:05
Re: Order received
Hi,
Yes exactly!
We need to customize the "others mail". We would add some information, "e-mail address of the customer" and "comments".
How can we add this to the mail?
Thanks
Yes exactly!
We need to customize the "others mail". We would add some information, "e-mail address of the customer" and "comments".
How can we add this to the mail?
Thanks
-
- Phoca Member
- Posts: 21
- Joined: 08 Jul 2016, 00:05
Re: Order received
Hi,
We need to customize the mail. We would add "e-mail address of the customer" and "comments".
How can we add this to the mail?
Thanks
We need to customize the mail. We would add "e-mail address of the customer" and "comments".
How can we add this to the mail?
Thanks
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Order received
Hi, see my previous posts, you can see the variables there:
{email}
{customercomment}
which you can add to the email template (in order status)
Jan
{email}
{customercomment}
which you can add to the email template (in order status)
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 21
- Joined: 08 Jul 2016, 00:05
Re: Order received
YessSsSsSS!!!
It works fine!!
Thanks!!
It works fine!!
Thanks!!
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Order received
Ok, great to hear it.
Jan
Jan
If you find Phoca extensions useful, please support the project