Helpcenter +918010117117 https://cdn.storehippo.com/s/573db3149f0d58741f0cc63b/ms.settings/5256837ccc4abf1d39000001/57614ef64256dc6851749879-480x480.png" [email protected] https://www.facebook.com/StoreHippohttps://twitter.com/StoreHippohttps://www.linkedin.com/company/hippoinnovations/https://plus.google.com/+Storehippo/posts
B4,309-10 Spaze iTech Park, Sector 49, Sohna Road, 122001 Gurgaon India
call to replace anchor tags contains '/admin' in href

Language specific invoice template

StoreHippo allows you to customize the invoice templates. With this, you can make the language specific invoice template. You can put a language check condition to check in which language the user has ordered so you can modify your mail template accordingly. This will help you to send invoices to your customers in the language they have ordered.

Scenario

Some of your customers have placed orders in the Arabic language and some have placed in the English language. You want to send the invoices having content in the same language in which they have placed the order.

Steps to change the notification language

If you want your customers to receive the notifications in the same language in which they have placed the order, then you need to make the changes in the notifications section. To do so, follow the steps mentioned below:

  • Go to the Settings > Invoice Templates section in the StoreHippo Admin Panel.
  • Select the template that you want to customize.
  • Click the ellipsis icon and select the Edit option and the template edit page will open up. If you want to add a new template, click the Add New button. 
  • Click the Edit option and it will open up the code as shown in the above image. 
  • Here, add the code mentioned below. 

Example

{{#compare order.client_details.selected_language "AR" operator="=="}}
نموذج الفاتورة عند اختيار اللغة العربية
{{/compare}}

{{#compare order.client_details.selected_language "EN" operator="=="}}
The invoice template when English language is selected
{{/compare}}

  • In between the {{#compare}} {{/compare}} elements, you need to add the template for the specific language.
  • After adding the language check code and template content, click the Save button.

Now, when the customer will place an order in the Arabic language, then the customer will receive an invoice in the Arabic language. 

Similar Topics

2021-10-19T14:31:33.491Z