Glossary Item Box

Squirrelcart v6.1.0

Account Creation Emails

Overview

This page describes the template files used to generate the emails that Squirrelcart sends when a customer creates a user account.

An notification email is sent to the merchant when Email Account to Merchant is enabled on the Store Settings page.

An welcome email is sent to the customer when Email Account to Customer is enabled on the Store Settings page.

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.

Templates

Account creation emails sent to the customer and merchant are very similar in content, and are identical in name except for the prefix. The prefix for the email sent to the customer is account_email_customer, and the prefix for the email sent to the merchant is account_email_merchant.

account_email_customer_html.tpl.php
This is the main template that controls the overall appearance of the HTML version of the welcome email sent to the customer thanking them for creating an account.

account_email_customer_text.tpl.php
This is the main template that controls the overall appearance of the text version of the welcome email sent to the customer thanking them for creating an account.

account_email_merchant_html.tpl.php
This is the main template that controls the overall appearance of the HTML version of the email sent to the merchant to notify them of a new account.

account_email_merchant_text.tpl.php
This is the main template that controls the overall appearance of the text version of the email sent to the merchant to notify them of a new account.

 

 

 


© 2001-2017 Lighthouse Development. All Rights Reserved.