Email variables
Last updated: 29-Feb-2024
Rate this article:
Overview
Use email variables to customize shopper emails for your specific scenarios.
Refer to the email list below to see each email theme and draft variables, their description, and preview values.
Requirements
Editing the 2Checkout emails requires using a variation of the Smarty version 3 syntax. Namely, instead of using { and } as delimiters, please us [% and %], as shown in the example below.
[%$FIRST_NAME_BILLING%] instead of {$FIRST_NAME_BILLING}
Customize theme and email variables
Customize theme variables to better reflect company-specific details in your emails, such as your logo, address, or support information.
To customize the variable values, follow the steps below.
- Create a new email theme (from scratch or from an existing one) or a new email draft.
- Click the Manage variables button in the editor.
- Modify the values in the Test value column according to your preferences.
- Click Save.
- You can undo the changes by clicking the Undo icon next to the value field.
- Use the Preview feature to see how the new variable values will be displayed to your shoppers.
Use case: customize support information
To customize the support information displayed in your emails, follow the next steps.
- Open the Email editor and click Manage variables.
- Find or search for the following email variables:
- MERCHANT_SUPPORT_EMAIL
- MERCHANT_SUPPORT_PHONE
- Modify the test values of these variables to reflect the changes you wish to perform.
- Click Save.
- Use the Preview feature to see how the new variable values will be displayed to your shoppers.
Rate this article: