1) {$email_text_sir_name} – To display the email greeting personal text.
2) {$email_text_line_separator} – To insert the line separator.
3) {$email_text_welcome} – To display the email welcome text.
The data of this can be change by changing the value of define EMAIL_WELCOME in create_account.php language file
4) {$email_gift_voucher_text}- To display the gift voucher text in email, if new signup gift voucher amount is greater than zero.
5) {$email_coupon_text} - To display the coupon text in email, if new signup discount coupon is not null.
6) {$email_text_last} – To display the content in the email text. This tpl variable contains the language defines EMAIL_TEXT, EMAIL_CONTACT and EMAIL_WARNING.
The data of the above language defines can be change in create_account.php language file |