This handy module sends a custom email notification to a customer once an order is set to one or more configured order status.
Optionally, you can configure the module to change the order status to a new status. The order comment, order status name, and order status date can be inserted into the email using a template variable.
The notification email is sent out at the next batch MailBeez email send - it is recommended to set up a cronjob running every minute to reduce the time delay between setting the order status and sending out the notification email. The MailBeez Support is happy to help you in case you have some questions.
On Gambio you can insert links for parcel tracking.
Scenarios where this module can be applied:
Template Variables
Template Variable | Output |
---|---|
[[$status_date]] | formated order status date |
[[$status_date_raw]] | raw order status date |
[[$status_id]] | status id |
[[$status_name]] | order status name |
[[$comments]] | comments |
[[$orders_data]] | Array with all columns from table orders, e.g. [[$orders_data.delivery_city]] |
[[$tracking]] | Gambio: formated list of tracking links |
[[trackingData]] | Gambio: data array for building custom template ['url', 'service', 'code'] |
Custom Email Message
You can build your custom messages depending on the order status using some smarty.net code
{if $status_id == 3}
Your order is shipped
{/if}
Responsive Emails
In combination with the responsive template manager you are able to select a responsive email template for this module and adopt it to your design.
You can edit the text without any knowledge of html thanks to the visual editor. What are responsive Emails?
Gambio GX2/GX3/GX4
Modified-Shop 1.x/2.x/3.x
ZenCart 1.3.x/1.5.x/2.x
osCommerce 2.x
MailBeez.io API V2
Found errors? Think you can improve this documentation?
edit this page