Shopping Cart Operations > Built-in Features

Order Status Emails

<< < (2/2)

Basara:
Make sure you have the admin_order_status_notify email template
Do not use order_status_name but an order_status
with Allowed Placeholders: store_name, order_id, order_date_added, order_status, invoice, comment
Html Body:
--- Code: ---Order:  {{ order_id }} <br/>
Date added: {{ order_date_added }} <br/>
Order status: {{ order_status }} <br/>
Invoice: {{ invoice }}<br/>
<br/>

Comment:<br/>
{{{ comment }}}<br/>

<br/>

Please reply to this email if you have any questions.

--- End code ---

mikko:
Thanks!

Changed it did not work but then I figured that I needed to add those also to" Allowed Placeholders:" field. Now it works.

Navigation

[0] Message Index

[*] Previous page

Go to full version
Powered by SMFPacks Social Login Mod