Inital commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{extends file="email-layout.tpl"}
|
||||
|
||||
{* Do not provide a "Open in browser" link *}
|
||||
{block name="browser"}{/block}
|
||||
{* No pre-header *}
|
||||
{block name="pre-header"}{/block}
|
||||
|
||||
{* Subject *}
|
||||
{block name="email-subject"}{intl d='atos.email.default' l="Payment of your order %ref" ref=$order_ref}{/block}
|
||||
|
||||
{* Title *}
|
||||
{block name="email-title"}{intl d='atos.email.default' l="The payment of your order %ref with SIPS Atos is confirmed" ref=$order_ref}{/block}
|
||||
|
||||
{* Content *}
|
||||
{block name="email-content"}
|
||||
<p>
|
||||
<a href="{url path="/account"}">
|
||||
{intl l="View this order in your account at %shop_name" shop_name={config key="store_name"}}
|
||||
</a>
|
||||
</p>
|
||||
<p>{intl d='atos.email.default' l='Thank you again for your purchase.'}</p>
|
||||
<p>{intl d='atos.email.default' l='The %store_name team.' store_name={config key="store_name"}}</p>
|
||||
{/block}
|
||||
@@ -0,0 +1,9 @@
|
||||
{intl d='atos.email.default' l='Dear customer'},
|
||||
|
||||
{intl d='atos.email.default' l='This is a confirmation of the payment of your order %ref with SIPS-Atos on our shop.' ref=$order_ref}
|
||||
|
||||
{intl d='atos.email.default' l='Your invoice is now available in your customer account at %url.'} url={config key="url_site"}}
|
||||
|
||||
{intl d='atos.email.default' l='Thank you again for your purchase.'}
|
||||
|
||||
{intl d='atos.email.default' l='The %store_name team.' store_name={config key="store_name"}}
|
||||
Reference in New Issue
Block a user