- Posts: 45
- Thank you received: 0
Changed status e-mail independent for each status?
15 years 5 months ago #14433
by djdrumn
Changed status e-mail independent for each status? was created by djdrumn
Hi,
I want to know if there's any possibility for us to have an e-mail template for each e-mail changed status on the orders?
It would be great to have that as a feature on a next release as that's very important to give a little boost on sales.
Thanks.
Best regards,
Pedro Lima
I want to know if there's any possibility for us to have an e-mail template for each e-mail changed status on the orders?
It would be great to have that as a feature on a next release as that's very important to give a little boost on sales.
Thanks.
Best regards,
Pedro Lima
Please Log in or Create an account to join the conversation.
15 years 5 months ago #14434
by nicolas
Replied by nicolas on topic Re: Changed status e-mail independent for each status?
You could already do that. Just edit your status email and add a check on the order_status and display something different depending on the status.
Please Log in or Create an account to join the conversation.
15 years 5 months ago #14436
by djdrumn
Replied by djdrumn on topic Re: Changed status e-mail independent for each status?
Hum, how can I do that?
Btw, if I change in the admin panel something, let's say the invoice, will that file keep equal qhen I update to a new version of HikaShop?
Thanks,
Btw, if I change in the admin panel something, let's say the invoice, will that file keep equal qhen I update to a new version of HikaShop?
Thanks,
Please Log in or Create an account to join the conversation.
15 years 5 months ago #14438
by nicolas
Replied by nicolas on topic Re: Changed status e-mail independent for each status?
It depends what you want to display in your email...You need to go in the menu System->Emails (in the business edition) and edit your email and there you can put such code for example:
if($data->order_status=='confirmed'){
echo 'confirmed';
}else{
echo 'not confirmed';
}
Emails and views that you modify via the interface aren't lost when you update.
if($data->order_status=='confirmed'){
echo 'confirmed';
}else{
echo 'not confirmed';
}
Emails and views that you modify via the interface aren't lost when you update.
Please Log in or Create an account to join the conversation.
Time to create page: 0.206 seconds