How do I update store information in the notification footer?
By default, the store address, name, URL, and email is configured based on the settings in your ecommerce platform and within Recharge. You can change the store information in notifications by changing the footer code in the Notification template.
To change the notification template:
- In the merchant portal, click Email and select the Customer tab.
- Open a notification template.
- Scroll to the footer code and replace
{{ }}variable with the information you would like to use. - Click Save and repeat for the other notifications.
For example, if you wanted to update the store address, you would find {{ shop_address }}and hard code the new address.
Refer to Using variables for notifications and scripts for more information on using variables in your email notifications.
