Email Notification Customization
We are pleased to present our fully customizable email template service. This service allows you to create a tailored email experience that perfectly suits your requirements. With the added flexibility of integrating variables for subscription values, you can effortlessly personalize each email.
- How to enable the new notification & email settings for managing notification & emails
- Go to Settings -> General Settings -> Notifications & Emails Settings
- Enable the button for the new notification and email templates.
Note:
- It's important to note that switching to the latest versions will result in the replacement of your current email templates, potentially causing the loss of any customizations made to the old templates.
- Furthermore, it's essential to understand that once the transition to the new version is completed, reverting to the old version will not be possible.
Administrators have complete access to update the email HTML content. They can easily enable or disable notifications for different statuses as required. You have the ability to modify the status of each email (enable/disable) and customize the status of each individual email.
- How to edit the Email Template?
Utterbond provides users with comprehensive control to customize email templates according to their specific requirements. To achieve this, simply select any email title (indicated in blue text) on the Email Notification page. This action will open a new page featuring an HTML code editor, enabling users to personalize their emails by utilizing Email Variables.
Here are the email variables that are available to you.
- {{store_name}}
- {{store_email}}
- {{store_from_email}}
- {{customer_first_name}}
- {{customer_last_name}}
- {{subscription_id}}
- {{next_billing_date}}
- {{customer_portal_link}}
- {{subscription_status}}
- {{cancel_reason}}
- {{subscription_currency}}
- {{subscription_shipping_price}}
- {{subscription_billing_frequency}}
- {{subscription_billing_interval}}
- {{subscription_billing_interval_count}}
- {{payment_retry_interval}}
- {{upcoming_reminder_days}}
- {{lineItems}} as {{lineItem}}
- {{lineItem[name]}}
- {{lineItem[sku]}}
- {{lineItem[qty]}}
- {{lineItem[price]}}
- {{lineItem[image_url]}}
Observe a preview of your template's appearance to the customer by selecting the preview button located next to the Body Content button.
Please send a test email to verify its appearance before it is delivered to your customers.
Note:
- If there are multiple line items, each should be enclosed within a <tr> element, which in turn should be nested within a <table> element, as demonstrated in the example HTML.
It is important to ensure that the table tag correctly includes the class "ub-line-items-tbl" to appropriately display the item's data.