1) {$email_order_top_text} – To display the email order top text.
The data of this can be change by changing the value of Order Email store name from admin -> c settings -> My store tab
2) {$email_order_separator} – To add the email separator in mails.
The data of this can be change by changing the value of define EMAIL_SEPARATOR in checkout_process.php language file
3) {$email_order_order_number} – To display the order number in email.
4) {$email_order_invoice_number} – To display the invoice url in email
5) {$email_order_date_ordered}- To display the ordered date in email.
6) {$email_order_comments} – To display the comments about the order ,if present.
7) {$email_order_text_products}- To display the heading for ordered products.
The data of this can be change by changing the value of define EMAIL_TEXT_PRODUCTS in checkout_process.php language file
8) {$email_order_products_ordered}- To display the details about the ordered products.
9) {$email_order_order_total} – To display the details about the order total amount.
10) {$email_order_delivery_address_header}- To display the heading for delivery address.
The data of this can be change by changing the value of define EMAIL_TEXT_DELIVERY_ADDRESS in checkout_process.php language file
11) {$email_order_delivery_address} – To display the order delivery address.
12) {$email_order_text_arrival_date} – To display the heading for order arrival date if shipping date estimator is set to true
The data of this can be change by changing the value of define EMAIL_TEXT_ARRIVAL_DATE from the admin url system/admin/language_variables.php?page=1&fID=checkout_process.php&action=edit
13) {$email_order_arrival_date} – To display the order arrival date, if shipping date estimator is set to true.
14) {$email_order_text_arrival_time}– To display the heading for order arrival time if shipping date estimator is set to true
The data of this can be change by changing the value of define EMAIL_TEXT_ARRIVAL_TIME from the admin url system/admin/language_variables.php?page=1&fID=checkout_process.php&action=edit
15) {$email_order_arrival_time} - To display the order arrival time, if shipping date estimator is set to true.
16) {$email_order_billing_address_header} - To display the heading for billing address.
The data of this can be change by changing the value of define EMAIL_TEXT_BILLING_ADDRESS in checkout_process.php language file .
17) {$email_order_billing_address}- To display the billing address.
18) {$email_order_payment_method_heading} – To display the heading for payment method.
The data of this can be change by changing the value of define EMAIL_TEXT_PAYMENT_METHOD in checkout_process.php language file .
19) {$email_order_payment_method}- To display the selected payment method.
20) {$email_order_footer_text}- To display the email footer text.
21) {$email_order_text_mark}- To display the email emark text . This will show only if E-mærke is set to true from admin c settings -> Enable/ Disable Features -> Features on/off tab -> E-mærke
The data of this can be change by changing the value of define EMAIL_TEXT_EMARK in checkout_process.php language file .
22) {$email_order_line_separator} – To insert the line separator.