Glossary Item Box
This page describes the template files used to generate the order emails that Squirrelcart sends. Emails are sent upon completion of an order to the merchant, and to the customer (if enabled in Store Settings). Emails can be sent in plain text and HTML. By default, they are sent in mixed format so that a customer can either read the message in HTML or plain text depending on their email preferences.
Both order emails sent to the customer and merchant are virtually identical, and are identical in name except for the prefix. The prefix for the email sent to the customer is order_email_customer_, and the prefix for the email sent to the merchant is order_email_merchant_.
order_email_customer_html.tpl.php
This is the main template that controls the overall appearance of the HTML version of the order email sent to the customer confirming their order.
order_email_customer_text.tpl.php
This is the main template that controls the overall appearance of the text version of the order email sent to the customer confirming their order.
order_email_merchant_html.tpl.php
This is the main template that controls the overall appearance of the HTML version of the order email sent to the merchant to notify them of an order.
order_email_merchant_text.tpl.php
This is the main template that controls the overall appearance of the text version of the order email sent to the merchant to notify them of an order.
© 2001-2017 Lighthouse Development. All Rights Reserved.