|

Translate Order Statuses Email: Customer Temlates
Posted 10 May 2020 - 04:54 AM #1
Posted 11 May 2020 - 07:53 AM #2
Language variables are used out of the box. So just translate them or add your own ones
CS-Cart USD 345 Multi-Vendor USD 1250 Multi-Vendor PLUS USD 3100 (2775)
CS-Cart Ultimate USD 775 CS-Cart + YOUPI USD 545 Multi-Vendor Ultimate USD 7500 (6000)
Posted 15 May 2020 - 04:56 AM #3
Posted 15 May 2020 - 07:34 AM #4
CS-Cart USD 345 Multi-Vendor USD 1250 Multi-Vendor PLUS USD 3100 (2775)
CS-Cart Ultimate USD 775 CS-Cart + YOUPI USD 545 Multi-Vendor Ultimate USD 7500 (6000)
Posted 17 May 2020 - 12:07 PM #5
If you wanna add extra text to your emails: Add a Language Variable
Go to: Administation-> Languages-> Translations.and add language variable (+).
GIve this variable a name you wish. We added: bank_details_order_1 (be sure the variable is not in use !!!)
Be sure that you enter the correct language in every language value you use.
No go to: Administation-> Notifications-> Customer notifications and select the customer notification you wanna add the extra text.
For example: Order changed to open
find this line: <br /> {{ include_doc("order.summary", order_info.order_id) }}
add this line below:
<br /> {{ __("bank_details_order_1") }}
now you have: