Merge branch 'bootstrap' of https://github.com/PrestaShop/PrestaShop into bootstrap
Conflicts: controllers/admin/AdminCategoriesController.php
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -110,6 +110,13 @@ body.display-modal
|
||||
input[type="text"],input[type="search"],input[type="password"], textarea, select
|
||||
@extend .form-control
|
||||
|
||||
//panels
|
||||
#content
|
||||
.panel
|
||||
.panel-footer
|
||||
margin: 15px -20px -20px
|
||||
height: 73px
|
||||
|
||||
//todo: fix focus firefox
|
||||
*:focus
|
||||
outline: none!important
|
||||
|
||||
@@ -95,9 +95,6 @@
|
||||
-webkit-font-smoothing: antialiased
|
||||
content: "\F05A"
|
||||
|
||||
.panel
|
||||
.panel-footer
|
||||
margin: 15px -20px -20px
|
||||
|
||||
.overflow-y
|
||||
height: 200px
|
||||
|
||||
@@ -64,14 +64,16 @@
|
||||
-webkit-font-smoothing: antialiased
|
||||
*margin-right: .3em
|
||||
|
||||
.process-icon-new
|
||||
@extend .icon-plus-sign-alt
|
||||
.process-icon-save
|
||||
.page-header-toolbar-back
|
||||
border: none!important
|
||||
display: inline-block
|
||||
|
||||
.process-icon-save, .process-icon-save-and-stay, .process-icon-save-and-preview
|
||||
@extend .icon-save
|
||||
.process-icon-cancel
|
||||
@extend .icon-remove
|
||||
.process-icon-back
|
||||
@extend .icon-arrow-left
|
||||
.process-icon-save-and-stay
|
||||
@extend .icon-save
|
||||
@extend .icon-circle-arrow-left
|
||||
.process-icon-help
|
||||
@extend .icon-question-sign
|
||||
.process-icon-export
|
||||
@@ -82,7 +84,7 @@
|
||||
@extend .icon-question-sign
|
||||
.process-icon-edit
|
||||
@extend .icon-edit
|
||||
.process-icon-newAttributes
|
||||
.process-icon-newAttributes, .process-icon-new, .process-icon-new-url
|
||||
@extend .icon-plus-sign-alt
|
||||
.process-icon-modules-list
|
||||
@extend .icon-puzzle-piece
|
||||
@@ -96,9 +98,7 @@
|
||||
@extend .icon-trash
|
||||
.process-icon-update
|
||||
@extend icon-refresh
|
||||
.process-icon-preview
|
||||
@extend .icon-eye-open
|
||||
.process-icon-previewURL
|
||||
.process-icon-preview, .process-icon-previewURL
|
||||
@extend .icon-eye-open
|
||||
.process-icon-stats
|
||||
@extend .icon-bar-chart
|
||||
@@ -110,15 +110,10 @@
|
||||
@extend .icon-minus-sign
|
||||
.process-icon-partial_refund
|
||||
@extend .icon-exchange
|
||||
.process-icon-cancel
|
||||
@extend .icon-remove
|
||||
.process-icon-new-url
|
||||
@extend .icon-plus-sign-alt
|
||||
.process-icon-anchor
|
||||
@extend .icon-anchor
|
||||
.process-icon-refresh
|
||||
@extend .icon-refresh
|
||||
.process-icon-configure
|
||||
@extend .icon-cog
|
||||
.process-icon-save-and-preview
|
||||
@extend .icon-save
|
||||
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<div class="col-lg-9">
|
||||
<div class="col-lg-4">
|
||||
<input type="text" id="email" name="email" value="{$fields_value[$input.name]|escape:'htmlall':'UTF-8'}"/>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
<label class="control-label col-lg-3">
|
||||
{l s='Define the label of the file fields:'}
|
||||
</label>
|
||||
<div class="col-lg-9">
|
||||
<div class="col-lg-6">
|
||||
{$display_file_labels}
|
||||
</div>
|
||||
</div>
|
||||
@@ -71,7 +71,7 @@
|
||||
<label class="control-label col-lg-3">
|
||||
{l s='Define the label of the text fields:'}
|
||||
</label>
|
||||
<div class="col-lg-9">
|
||||
<div class="col-lg-6">
|
||||
{$display_text_labels}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -312,7 +312,7 @@ $(document).ready(function () {
|
||||
<div id="add_specific_price" class="well" style="display: none;">
|
||||
<div class="col-lg-12">
|
||||
<div class="form-group">
|
||||
<label class="control-label col-lg-3" for="{if !$multi_shop}spm_currency_0{else}sp_id_shop{/if}">{l s='For'}</label>
|
||||
<label class="control-label col-lg-2" for="{if !$multi_shop}spm_currency_0{else}sp_id_shop{/if}">{l s='For'}</label>
|
||||
<div class="col-lg-9">
|
||||
<div class="row">
|
||||
{if !$multi_shop}
|
||||
@@ -356,8 +356,8 @@ $(document).ready(function () {
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="control-label col-lg-3" for="customer">{l s='Customer'}</label>
|
||||
<div class="col-lg-9">
|
||||
<label class="control-label col-lg-2" for="customer">{l s='Customer'}</label>
|
||||
<div class="col-lg-4">
|
||||
<input type="hidden" name="sp_id_customer" id="id_customer" value="0" />
|
||||
<div class="input-group">
|
||||
<input type="text" name="customer" value="{l s='All customers'}" id="customer" autocomplete="off" />
|
||||
@@ -371,7 +371,7 @@ $(document).ready(function () {
|
||||
|
||||
{if $combinations|@count != 0}
|
||||
<div class="form-group">
|
||||
<label class="control-label col-lg-3" for="sp_id_product_attribute">{l s='Combination:'}</label>
|
||||
<label class="control-label col-lg-2" for="sp_id_product_attribute">{l s='Combination:'}</label>
|
||||
<div class="col-lg-4">
|
||||
<select id="sp_id_product_attribute" name="sp_id_product_attribute">
|
||||
<option value="0">{l s='Apply to all combinations'}</option>
|
||||
@@ -384,17 +384,17 @@ $(document).ready(function () {
|
||||
{/if}
|
||||
|
||||
<div class="form-group">
|
||||
<label class="control-label col-lg-3" for="sp_from">{l s='Available'}</label>
|
||||
<label class="control-label col-lg-2" for="sp_from">{l s='Available'}</label>
|
||||
<div class="col-lg-9">
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<div class="col-lg-4">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon">{l s='from'}</span>
|
||||
<input class="datepicker" type="text" name="sp_from" value="" style="text-align: center" id="sp_from" />
|
||||
<span class="input-group-addon"><i class="icon-calendar-empty"></i></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div class="col-lg-4">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon">{l s='to'}</span>
|
||||
<input class="datepicker" type="text" name="sp_to" value="" style="text-align: center" id="sp_to" />
|
||||
@@ -406,7 +406,7 @@ $(document).ready(function () {
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="control-label col-lg-3" for="sp_from_quantity">{l s='Starting at'}</label>
|
||||
<label class="control-label col-lg-2" for="sp_from_quantity">{l s='Starting at'}</label>
|
||||
<div class="input-group col-lg-4">
|
||||
<span class="input-group-addon">{l s='unit'}</span>
|
||||
<input type="text" name="sp_from_quantity" id="sp_from_quantity" value="1" />
|
||||
@@ -414,7 +414,7 @@ $(document).ready(function () {
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="control-label col-lg-3" for="sp_price">{l s='Product price'}
|
||||
<label class="control-label col-lg-2" for="sp_price">{l s='Product price'}
|
||||
{if $country_display_tax_label}
|
||||
{l s='(tax excl.):'}
|
||||
{/if}
|
||||
@@ -436,7 +436,7 @@ $(document).ready(function () {
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="control-label col-lg-3" for="sp_reduction">{l s='Apply a discount of:'}</label>
|
||||
<label class="control-label col-lg-2" for="sp_reduction">{l s='Apply a discount of:'}</label>
|
||||
<div class="col-lg-4">
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
{/block}
|
||||
|
||||
{block name="field"}
|
||||
<div class="col-lg-9{if !isset($input.label)} col-lg-offset-3{/if}">
|
||||
<div class="col-lg-{if isset($input.col)}{$input.col|intval}{else}9{/if} {if !isset($input.label)}col-lg-offset-3{/if}">
|
||||
{block name="input"}
|
||||
{if $input.type == 'text' || $input.type == 'tags'}
|
||||
{if isset($input.lang) AND $input.lang}
|
||||
@@ -466,7 +466,7 @@
|
||||
{elseif $input.type == 'birthday'}
|
||||
<div class="form-group">
|
||||
{foreach $input.options as $key => $select}
|
||||
<div class="col-lg-4">
|
||||
<div class="col-lg-2">
|
||||
<select name="{$key}" class="{if isset($input.class)}{$input.class}{/if}">
|
||||
<option value="">-</option>
|
||||
{if $key == 'months'}
|
||||
|
||||
@@ -27,11 +27,10 @@
|
||||
{block name=pageTitle}
|
||||
<h2 class="page-title">
|
||||
{if isset($toolbar_btn['back'])}
|
||||
<a id="page-header-desc-{$table}-{if isset($toolbar_btn['back'].imgclass)}{$toolbar_btn['back'].imgclass}{else}{$k}{/if}" class="toolbar_btn" {if isset($toolbar_btn['back'].href)}href="{$toolbar_btn['back'].href}"{/if} title="{$toolbar_btn['back'].desc}" {if isset($toolbar_btn['back'].target) && $toolbar_btn['back'].target}target="_blank"{/if}{if isset($toolbar_btn['back'].js) && $toolbar_btn['back'].js}onclick="{$toolbar_btn['back'].js}"{/if}>
|
||||
<i class="{if isset($toolbar_btn['back'].icon)}{$toolbar_btn['back'].icon}{else}process-icon-{if isset($toolbar_btn['back'].imgclass)}{$toolbar_btn['back'].imgclass}{else}{$k}{/if}{/if} {if isset($toolbar_btn['back'].class)}{$toolbar_btn['back'].class}{/if}" ></i>
|
||||
<span {if isset($toolbar_btn['back'].force_desc) && $toolbar_btn['back'].force_desc == true } class="locked" {/if}>{$toolbar_btn['back'].desc}</span>
|
||||
</a>
|
||||
|
||||
<a id="page-header-desc-{$table}-{if isset($toolbar_btn['back'].imgclass)}{$toolbar_btn['back'].imgclass}{else}{$k}{/if}" class="page-header-toolbar-back" {if isset($toolbar_btn['back'].href)}href="{$toolbar_btn['back'].href}"{/if} title="{$toolbar_btn['back'].desc}" {if isset($toolbar_btn['back'].target) && $toolbar_btn['back'].target}target="_blank"{/if}{if isset($toolbar_btn['back'].js) && $toolbar_btn['back'].js}onclick="{$toolbar_btn['back'].js}"{/if}>
|
||||
<i class="process-icon-back"></i>
|
||||
<!-- <span {if isset($toolbar_btn['back'].force_desc) && $toolbar_btn['back'].force_desc == true } class="locked" {/if}>{$toolbar_btn['back'].desc}</span> -->
|
||||
</a>
|
||||
{/if}
|
||||
{if is_array($title)}{$title|end}{else}{$title}{/if}
|
||||
</h2>
|
||||
|
||||
@@ -114,6 +114,7 @@ class AdminAddressesControllerCore extends AdminController
|
||||
'label' => $this->l('Identification Number'),
|
||||
'name' => 'dni',
|
||||
'required' => false,
|
||||
'col' => '4',
|
||||
'hint' => $this->l('DNI / NIF / NIE')
|
||||
),
|
||||
array(
|
||||
@@ -121,6 +122,7 @@ class AdminAddressesControllerCore extends AdminController
|
||||
'label' => $this->l('Address alias'),
|
||||
'name' => 'alias',
|
||||
'required' => true,
|
||||
'col' => '4',
|
||||
'hint' => $this->l('Invalid characters:').' <>;=#{}'
|
||||
),
|
||||
array(
|
||||
@@ -128,6 +130,7 @@ class AdminAddressesControllerCore extends AdminController
|
||||
'label' => $this->l('Home phone'),
|
||||
'name' => 'phone',
|
||||
'required' => false,
|
||||
'col' => '4',
|
||||
'hint' => Configuration::get('PS_ONE_PHONE_AT_LEAST') ? sprintf($this->l('You must register at least one phone number')) : ''
|
||||
),
|
||||
array(
|
||||
@@ -135,6 +138,7 @@ class AdminAddressesControllerCore extends AdminController
|
||||
'label' => $this->l('Mobile phone'),
|
||||
'name' => 'phone_mobile',
|
||||
'required' => false,
|
||||
'col' => '4',
|
||||
'hint' => Configuration::get('PS_ONE_PHONE_AT_LEAST') ? sprintf($this->l('You must register at least one phone number')) : ''
|
||||
),
|
||||
array(
|
||||
@@ -182,11 +186,13 @@ class AdminAddressesControllerCore extends AdminController
|
||||
'label' => $this->l('Company'),
|
||||
'name' => 'company',
|
||||
'required' => false,
|
||||
'col' => '4',
|
||||
'hint' => $this->l('Invalid characters:').' <>;=#{}'
|
||||
);
|
||||
$temp_fields[] = array(
|
||||
'type' => 'text',
|
||||
'label' => $this->l('VAT number'),
|
||||
'col' => '2',
|
||||
'name' => 'vat_number'
|
||||
);
|
||||
}
|
||||
@@ -205,6 +211,7 @@ class AdminAddressesControllerCore extends AdminController
|
||||
'label' => $this->l('Last Name'),
|
||||
'name' => 'lastname',
|
||||
'required' => true,
|
||||
'col' => '4',
|
||||
'hint' => $this->l('Invalid characters:').' 0-9!&lt;&gt;,;?=+()@#"�{}_$%:',
|
||||
'default_value' => $default_value,
|
||||
);
|
||||
@@ -224,6 +231,7 @@ class AdminAddressesControllerCore extends AdminController
|
||||
'label' => $this->l('First Name'),
|
||||
'name' => 'firstname',
|
||||
'required' => true,
|
||||
'col' => '4',
|
||||
'hint' => $this->l('Invalid characters:').' 0-9!&lt;&gt;,;?=+()@#"�{}_$%:',
|
||||
'default_value' => $default_value,
|
||||
);
|
||||
@@ -234,6 +242,7 @@ class AdminAddressesControllerCore extends AdminController
|
||||
'type' => 'text',
|
||||
'label' => $this->l('Address'),
|
||||
'name' => 'address1',
|
||||
'col' => '6',
|
||||
'required' => true,
|
||||
);
|
||||
}
|
||||
@@ -243,6 +252,7 @@ class AdminAddressesControllerCore extends AdminController
|
||||
'type' => 'text',
|
||||
'label' => $this->l('Address').' (2)',
|
||||
'name' => 'address2',
|
||||
'col' => '6',
|
||||
'required' => false,
|
||||
);
|
||||
}
|
||||
@@ -252,6 +262,7 @@ class AdminAddressesControllerCore extends AdminController
|
||||
'type' => 'text',
|
||||
'label' => $this->l('Zip/Postal Code'),
|
||||
'name' => 'postcode',
|
||||
'col' => '2',
|
||||
'required' => true,
|
||||
);
|
||||
}
|
||||
@@ -261,6 +272,7 @@ class AdminAddressesControllerCore extends AdminController
|
||||
'type' => 'text',
|
||||
'label' => $this->l('City'),
|
||||
'name' => 'city',
|
||||
'col' => '4',
|
||||
'required' => true,
|
||||
);
|
||||
}
|
||||
@@ -271,6 +283,7 @@ class AdminAddressesControllerCore extends AdminController
|
||||
'label' => $this->l('Country'),
|
||||
'name' => 'id_country',
|
||||
'required' => false,
|
||||
'col' => '4',
|
||||
'default_value' => (int)$this->context->country->id,
|
||||
'options' => array(
|
||||
'query' => Country::getCountries($this->context->language->id),
|
||||
@@ -283,6 +296,7 @@ class AdminAddressesControllerCore extends AdminController
|
||||
'label' => $this->l('State'),
|
||||
'name' => 'id_state',
|
||||
'required' => false,
|
||||
'col' => '4',
|
||||
'options' => array(
|
||||
'query' => array(),
|
||||
'id' => 'id_state',
|
||||
|
||||
@@ -185,6 +185,7 @@ class AdminAttributesGroupsControllerCore extends AdminController
|
||||
'name' => 'name',
|
||||
'lang' => true,
|
||||
'required' => true,
|
||||
'col' => '4',
|
||||
'hint' => $this->l('Invalid characters:').' <>;=#{}'
|
||||
),
|
||||
array(
|
||||
@@ -193,6 +194,7 @@ class AdminAttributesGroupsControllerCore extends AdminController
|
||||
'name' => 'public_name',
|
||||
'lang' => true,
|
||||
'required' => true,
|
||||
'col' => '4',
|
||||
'hint' => $this->l('Group name displayed to the customer').' '.$this->l('Invalid characters:').' <>;=#{}'
|
||||
),
|
||||
array(
|
||||
@@ -205,6 +207,7 @@ class AdminAttributesGroupsControllerCore extends AdminController
|
||||
'id' => 'id',
|
||||
'name' => 'name'
|
||||
),
|
||||
'col' => '2',
|
||||
'hint' => $this->l('Choose the type of the attribute')
|
||||
)
|
||||
)
|
||||
|
||||
@@ -60,6 +60,7 @@ class AdminContactsControllerCore extends AdminController
|
||||
'name' => 'name',
|
||||
'required' => true,
|
||||
'lang' => true,
|
||||
'col' => 4,
|
||||
'hint' => $this->l('Contact name (e.g. Customer Support)'),
|
||||
),
|
||||
array(
|
||||
@@ -67,6 +68,7 @@ class AdminContactsControllerCore extends AdminController
|
||||
'label' => $this->l('Email address'),
|
||||
'name' => 'email',
|
||||
'required' => false,
|
||||
'col' => 4,
|
||||
'hint' => $this->l('Emails will be sent to this address'),
|
||||
),
|
||||
array(
|
||||
@@ -96,6 +98,7 @@ class AdminContactsControllerCore extends AdminController
|
||||
'name' => 'description',
|
||||
'required' => false,
|
||||
'lang' => true,
|
||||
'col' => 6,
|
||||
'hint' => $this->l('Further information regarding this contact'),
|
||||
),
|
||||
),
|
||||
|
||||
@@ -284,6 +284,7 @@ class AdminCustomersControllerCore extends AdminController
|
||||
'label' => $this->l('First name:'),
|
||||
'name' => 'firstname',
|
||||
'required' => true,
|
||||
'col' => '4',
|
||||
'hint' => $this->l('Forbidden characters:').' 0-9!<>,;?=+()@#"�{}_$%:'
|
||||
),
|
||||
array(
|
||||
@@ -291,12 +292,14 @@ class AdminCustomersControllerCore extends AdminController
|
||||
'label' => $this->l('Last name:'),
|
||||
'name' => 'lastname',
|
||||
'required' => true,
|
||||
'col' => '4',
|
||||
'hint' => $this->l('Invalid characters:').' 0-9!<>,;?=+()@#"�{}_$%:'
|
||||
),
|
||||
array(
|
||||
'type' => 'text',
|
||||
'label' => $this->l('Email address:'),
|
||||
'name' => 'email',
|
||||
'col' => '4',
|
||||
'required' => true
|
||||
),
|
||||
array(
|
||||
@@ -304,6 +307,7 @@ class AdminCustomersControllerCore extends AdminController
|
||||
'label' => $this->l('Password:'),
|
||||
'name' => 'passwd',
|
||||
'required' => ($obj->id ? false : true),
|
||||
'col' => '4',
|
||||
'hint' => ($obj->id ? $this->l('Leave this field blank if there\'s no change') : $this->l('Minimum of five characters (only letters and numbers).').' -_')
|
||||
),
|
||||
array(
|
||||
@@ -392,32 +396,35 @@ class AdminCustomersControllerCore extends AdminController
|
||||
unset($groups[$key]);
|
||||
}
|
||||
|
||||
$this->fields_form['input'] = array_merge($this->fields_form['input'],
|
||||
$this->fields_form['input'] = array_merge(
|
||||
$this->fields_form['input'],
|
||||
array(
|
||||
array(
|
||||
array(
|
||||
'type' => 'group',
|
||||
'label' => $this->l('Group access:'),
|
||||
'name' => 'groupBox',
|
||||
'values' => $groups,
|
||||
'required' => true,
|
||||
'hint' => $this->l('Select all the groups that you would like to apply to this customer.')
|
||||
),
|
||||
array(
|
||||
'type' => 'select',
|
||||
'label' => $this->l('Default customer group:'),
|
||||
'name' => 'id_default_group',
|
||||
'options' => array(
|
||||
'query' => $groups,
|
||||
'id' => 'id_group',
|
||||
'name' => 'name'
|
||||
),
|
||||
'hint' => array(
|
||||
$this->l('The group will be as applied by default.'),
|
||||
$this->l('Apply the discount\'s price of this group.')
|
||||
)
|
||||
)
|
||||
'type' => 'group',
|
||||
'label' => $this->l('Group access:'),
|
||||
'name' => 'groupBox',
|
||||
'values' => $groups,
|
||||
'required' => true,
|
||||
'col' => '6',
|
||||
'hint' => $this->l('Select all the groups that you would like to apply to this customer.')
|
||||
),
|
||||
array(
|
||||
'type' => 'select',
|
||||
'label' => $this->l('Default customer group:'),
|
||||
'name' => 'id_default_group',
|
||||
'options' => array(
|
||||
'query' => $groups,
|
||||
'id' => 'id_group',
|
||||
'name' => 'name'
|
||||
),
|
||||
'col' => '4',
|
||||
'hint' => array(
|
||||
$this->l('The group will be as applied by default.'),
|
||||
$this->l('Apply the discount\'s price of this group.')
|
||||
)
|
||||
);
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
// if customer is a guest customer, password hasn't to be there
|
||||
if ($obj->id && ($obj->is_guest && $obj->id_default_group == Configuration::get('PS_GUEST_GROUP')))
|
||||
|
||||
@@ -110,6 +110,7 @@ class AdminGendersControllerCore extends AdminController
|
||||
'label' => $this->l('Name:'),
|
||||
'name' => 'name',
|
||||
'lang' => true,
|
||||
'col' => 4,
|
||||
'hint' => $this->l('Invalid characters:').' 0-9!<>,;?=+()@#"�{}_$%:',
|
||||
'required' => true
|
||||
),
|
||||
@@ -141,18 +142,21 @@ class AdminGendersControllerCore extends AdminController
|
||||
'type' => 'file',
|
||||
'label' => $this->l('Image:'),
|
||||
'name' => 'image',
|
||||
'col' => 6,
|
||||
'value' => true
|
||||
),
|
||||
array(
|
||||
'type' => 'text',
|
||||
'label' => $this->l('Image Width:'),
|
||||
'name' => 'img_width',
|
||||
'col' => 2,
|
||||
'hint' => $this->l('Image width in pixels. Enter "0" to use the original size.')
|
||||
),
|
||||
array(
|
||||
'type' => 'text',
|
||||
'label' => $this->l('Image Height:'),
|
||||
'name' => 'img_height',
|
||||
'col' => 2,
|
||||
'hint' => $this->l('Image height in pixels. Enter "0" to use the original size.')
|
||||
)
|
||||
),
|
||||
|
||||
@@ -221,7 +221,7 @@ class AdminGroupsControllerCore extends AdminController
|
||||
'date_add' => array('title' => $this->l('Register date'), 'type' => 'date', 'class' => 'fixed-width-md', 'align' => 'center'),
|
||||
'active' => array('title' => $this->l('Enabled'),'align' => 'center', 'class' => 'fixed-width-sm', 'active' => 'status','type' => 'bool', 'filter_key' => 'c!active')
|
||||
));
|
||||
$this->_select = 'c.*';
|
||||
$this->_select = 'c.*, a.id_group';
|
||||
$this->_join = 'LEFT JOIN `'._DB_PREFIX_.'customer` c ON (a.`id_customer` = c.`id_customer`)';
|
||||
$this->_where = 'AND a.`id_group` = '.(int)$group->id.' AND c.`deleted` != 1';
|
||||
self::$currentIndex = self::$currentIndex.'&viewgroup';
|
||||
@@ -240,7 +240,7 @@ class AdminGroupsControllerCore extends AdminController
|
||||
'icon' => 'icon-group'
|
||||
),
|
||||
'submit' => array(
|
||||
'title' => $this->l('Save '),
|
||||
'title' => $this->l('Save'),
|
||||
'class' => 'btn btn-default'
|
||||
),
|
||||
'input' => array(
|
||||
@@ -250,18 +250,21 @@ class AdminGroupsControllerCore extends AdminController
|
||||
'name' => 'name',
|
||||
'required' => true,
|
||||
'lang' => true,
|
||||
'col' => 4,
|
||||
'hint' => $this->l('Forbidden characters:').' 0-9!&lt;&gt;,;?=+()@#"�{}_$%:'
|
||||
),
|
||||
array(
|
||||
'type' => 'text',
|
||||
'label' => $this->l('Discount (%):'),
|
||||
'name' => 'reduction',
|
||||
'col' => 2,
|
||||
'hint' => $this->l('Automatically apply this value as a discount on all products for members of this customer group.')
|
||||
),
|
||||
array(
|
||||
'type' => 'select',
|
||||
'label' => $this->l('Price display method:'),
|
||||
'name' => 'price_display_method',
|
||||
'col' => 2,
|
||||
'hint' => $this->l('How prices are displayed in the order summary for this customer group.'),
|
||||
'options' => array(
|
||||
'query' => array(
|
||||
|
||||
@@ -287,6 +287,7 @@ class AdminManufacturersControllerCore extends AdminController
|
||||
'type' => 'text',
|
||||
'label' => $this->l('Name:'),
|
||||
'name' => 'name',
|
||||
'col' => 4,
|
||||
'required' => true,
|
||||
'hint' => $this->l('Invalid characters:').' <>;=#{}'
|
||||
),
|
||||
@@ -298,6 +299,7 @@ class AdminManufacturersControllerCore extends AdminController
|
||||
'cols' => 60,
|
||||
'rows' => 10,
|
||||
'autoload_rte' => 'rte', //Enable TinyMCE editor for short description
|
||||
'col' => 6,
|
||||
'hint' => $this->l('Invalid characters:').' <>;=#{}'
|
||||
),
|
||||
array(
|
||||
@@ -307,6 +309,7 @@ class AdminManufacturersControllerCore extends AdminController
|
||||
'lang' => true,
|
||||
'cols' => 60,
|
||||
'rows' => 10,
|
||||
'col' => 6,
|
||||
'autoload_rte' => 'rte', //Enable TinyMCE editor for description
|
||||
'hint' => $this->l('Invalid characters:').' <>;=#{}'
|
||||
),
|
||||
@@ -317,6 +320,7 @@ class AdminManufacturersControllerCore extends AdminController
|
||||
'image' => $image_url ? $image_url : false,
|
||||
'size' => $image_size,
|
||||
'display_image' => true,
|
||||
'col' => 6,
|
||||
'hint' => $this->l('Upload a manufacturer logo from your computer.')
|
||||
),
|
||||
array(
|
||||
@@ -324,6 +328,7 @@ class AdminManufacturersControllerCore extends AdminController
|
||||
'label' => $this->l('Meta title:'),
|
||||
'name' => 'meta_title',
|
||||
'lang' => true,
|
||||
'col' => 4,
|
||||
'hint' => $this->l('Forbidden characters:').' <>;=#{}'
|
||||
),
|
||||
array(
|
||||
@@ -331,6 +336,7 @@ class AdminManufacturersControllerCore extends AdminController
|
||||
'label' => $this->l('Meta description:'),
|
||||
'name' => 'meta_description',
|
||||
'lang' => true,
|
||||
'col' => 6,
|
||||
'hint' => $this->l('Forbidden characters:').' <>;=#{}'
|
||||
),
|
||||
array(
|
||||
@@ -338,6 +344,7 @@ class AdminManufacturersControllerCore extends AdminController
|
||||
'label' => $this->l('Meta keywords:'),
|
||||
'name' => 'meta_keywords',
|
||||
'lang' => true,
|
||||
'col' => 6,
|
||||
'hint' => array(
|
||||
$this->l('Forbidden characters:').' <>;=#{}',
|
||||
$this->l('To add "tags," click inside the field, write something, and then press "Enter."')
|
||||
@@ -435,6 +442,7 @@ class AdminManufacturersControllerCore extends AdminController
|
||||
'type' => 'text',
|
||||
'label' => $this->l('Manufacturer:'),
|
||||
'name' => 'name',
|
||||
'col' => 4,
|
||||
'disabled' => true,
|
||||
);
|
||||
|
||||
@@ -459,6 +467,7 @@ class AdminManufacturersControllerCore extends AdminController
|
||||
'label' => $this->l('Last name:'),
|
||||
'name' => 'lastname',
|
||||
'required' => true,
|
||||
'col' => 4,
|
||||
'hint' => $this->l('Invalid characters:').' 0-9!<>,;?=+()@#"�{}_$%:'
|
||||
);
|
||||
$form['input'][] = array(
|
||||
@@ -466,24 +475,28 @@ class AdminManufacturersControllerCore extends AdminController
|
||||
'label' => $this->l('First name:'),
|
||||
'name' => 'firstname',
|
||||
'required' => true,
|
||||
'col' => 4,
|
||||
'hint' => $this->l('Invalid characters:').' 0-9!<>,;?=+()@#"�{}_$%:'
|
||||
);
|
||||
$form['input'][] = array(
|
||||
'type' => 'text',
|
||||
'label' => $this->l('Address:'),
|
||||
'name' => 'address1',
|
||||
'col' => 6,
|
||||
'required' => true,
|
||||
);
|
||||
$form['input'][] = array(
|
||||
'type' => 'text',
|
||||
'label' => $this->l('Address (2):'),
|
||||
'name' => 'address2',
|
||||
'col' => 6,
|
||||
'required' => false,
|
||||
);
|
||||
$form['input'][] = array(
|
||||
'type' => 'text',
|
||||
'label' => $this->l('Zip Code/Postal Code'),
|
||||
'name' => 'postcode',
|
||||
'col' => 2,
|
||||
'required' => true,
|
||||
'required' => false,
|
||||
);
|
||||
@@ -491,6 +504,7 @@ class AdminManufacturersControllerCore extends AdminController
|
||||
'type' => 'text',
|
||||
'label' => $this->l('City:'),
|
||||
'name' => 'city',
|
||||
'col' => 4,
|
||||
'required' => true,
|
||||
);
|
||||
$form['input'][] = array(
|
||||
@@ -499,6 +513,7 @@ class AdminManufacturersControllerCore extends AdminController
|
||||
'name' => 'id_country',
|
||||
'required' => false,
|
||||
'default_value' => (int)$this->context->country->id,
|
||||
'col' => 4,
|
||||
'options' => array(
|
||||
'query' => Country::getCountries($this->context->language->id),
|
||||
'id' => 'id_country',
|
||||
@@ -510,6 +525,7 @@ class AdminManufacturersControllerCore extends AdminController
|
||||
'label' => $this->l('State:'),
|
||||
'name' => 'id_state',
|
||||
'required' => false,
|
||||
'col' => 4,
|
||||
'options' => array(
|
||||
'query' => array(),
|
||||
'id' => 'id_state',
|
||||
@@ -520,12 +536,14 @@ class AdminManufacturersControllerCore extends AdminController
|
||||
'type' => 'text',
|
||||
'label' => $this->l('Home phone:'),
|
||||
'name' => 'phone',
|
||||
'col' => 4,
|
||||
'required' => false,
|
||||
);
|
||||
$form['input'][] = array(
|
||||
'type' => 'text',
|
||||
'label' => $this->l('Mobile phone:'),
|
||||
'name' => 'phone_mobile',
|
||||
'col' => 4,
|
||||
'required' => false,
|
||||
);
|
||||
$form['input'][] = array(
|
||||
@@ -535,7 +553,8 @@ class AdminManufacturersControllerCore extends AdminController
|
||||
'required' => false,
|
||||
'hint' => $this->l('Forbidden characters:').' <>;=#{}',
|
||||
'rows' => 2,
|
||||
'cols' => 10
|
||||
'cols' => 10,
|
||||
'col' => 6,
|
||||
);
|
||||
$form['submit'] = array(
|
||||
'title' => $this->l('Save '),
|
||||
|
||||
@@ -108,6 +108,7 @@ class AdminSuppliersControllerCore extends AdminController
|
||||
'label' => $this->l('Name'),
|
||||
'name' => 'name',
|
||||
'required' => true,
|
||||
'col' => 4,
|
||||
'hint' => $this->l('Invalid characters:').' <>;=#{}',
|
||||
),
|
||||
array(
|
||||
@@ -126,6 +127,7 @@ class AdminSuppliersControllerCore extends AdminController
|
||||
'label' => $this->l('Phone:'),
|
||||
'name' => 'phone',
|
||||
'maxlength' => 16,
|
||||
'col' => 4,
|
||||
'hint' => $this->l('Phone number for this supplier')
|
||||
),
|
||||
array(
|
||||
@@ -133,12 +135,14 @@ class AdminSuppliersControllerCore extends AdminController
|
||||
'label' => $this->l('Address:'),
|
||||
'name' => 'address',
|
||||
'maxlength' => 128,
|
||||
'col' => 6,
|
||||
'required' => true
|
||||
),
|
||||
array(
|
||||
'type' => 'text',
|
||||
'label' => $this->l('Address:').' (2)',
|
||||
'name' => 'address2',
|
||||
'col' => 6,
|
||||
'maxlength' => 128,
|
||||
),
|
||||
array(
|
||||
@@ -146,6 +150,7 @@ class AdminSuppliersControllerCore extends AdminController
|
||||
'label' => $this->l('Postal Code/Zip Code:'),
|
||||
'name' => 'postcode',
|
||||
'maxlength' => 12,
|
||||
'col' => 2,
|
||||
'required' => true,
|
||||
),
|
||||
array(
|
||||
@@ -153,6 +158,7 @@ class AdminSuppliersControllerCore extends AdminController
|
||||
'label' => $this->l('City:'),
|
||||
'name' => 'city',
|
||||
'maxlength' => 32,
|
||||
'col' => 4,
|
||||
'required' => true,
|
||||
),
|
||||
array(
|
||||
@@ -160,6 +166,7 @@ class AdminSuppliersControllerCore extends AdminController
|
||||
'label' => $this->l('Country:'),
|
||||
'name' => 'id_country',
|
||||
'required' => true,
|
||||
'col' => 4,
|
||||
'default_value' => (int)$this->context->country->id,
|
||||
'options' => array(
|
||||
'query' => Country::getCountries($this->context->language->id, false),
|
||||
@@ -171,6 +178,7 @@ class AdminSuppliersControllerCore extends AdminController
|
||||
'type' => 'select',
|
||||
'label' => $this->l('State'),
|
||||
'name' => 'id_state',
|
||||
'col' => 4,
|
||||
'options' => array(
|
||||
'id' => 'id_state',
|
||||
'query' => array(),
|
||||
@@ -191,6 +199,7 @@ class AdminSuppliersControllerCore extends AdminController
|
||||
'label' => $this->l('Meta title:'),
|
||||
'name' => 'meta_title',
|
||||
'lang' => true,
|
||||
'col' => 4,
|
||||
'hint' => $this->l('Forbidden characters:').' <>;=#{}'
|
||||
),
|
||||
array(
|
||||
@@ -198,6 +207,7 @@ class AdminSuppliersControllerCore extends AdminController
|
||||
'label' => $this->l('Meta description:'),
|
||||
'name' => 'meta_description',
|
||||
'lang' => true,
|
||||
'col' => 6,
|
||||
'hint' => $this->l('Forbidden characters:').' <>;=#{}'
|
||||
),
|
||||
array(
|
||||
@@ -205,6 +215,7 @@ class AdminSuppliersControllerCore extends AdminController
|
||||
'label' => $this->l('Meta keywords:'),
|
||||
'name' => 'meta_keywords',
|
||||
'lang' => true,
|
||||
'col' => 6,
|
||||
'hint' => array(
|
||||
$this->l('To add "tags" click in the field, write something and then press "Enter"'),
|
||||
$this->l('Forbidden characters:').' <>;=#{}'
|
||||
|
||||
+79
-53
@@ -1,54 +1,80 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your {shop_name} login details</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>Thank you for creating a customer account at {shop_name}.</strong><br /><br /> Here are your login details:<br /><br /> E-mail address: <strong><span style="color: {color};">{email}</span></strong> <br />Password: <strong>{passwd}</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>Important Security Tips:</strong><ol>
|
||||
<li>Always keep your account details safe.</li>
|
||||
<li>Never disclose your login details to anyone.</li>
|
||||
<li>Change your password regularly.</li>
|
||||
<li>Should you suspect someone is using your account illegally, please notify us immediately.</li>
|
||||
</ol></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">You can now place orders on our shop: <a href="{shop_url}">{shop_name}</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span><br/>
|
||||
<span class="subtitle" style="font-weight:500;font-size:16px;text-transform:uppercase;line-height:25px">Thank you for creating a customer account at {shop_name}.</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Your {shop_name} login details </p>
|
||||
<span style="color:#777">
|
||||
Here are your login details:<br />
|
||||
<span style="color:#777"><strong>E-mail address: <a href="mailto:{email}" style="color:#337ff1">{email}</a></strong></span><br />
|
||||
<span style="color:#777"><strong>Password:</strong></span> {passwd}
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">Important Security Tips:</p>
|
||||
<ol>
|
||||
<li>Always keep your account details safe.</li>
|
||||
<li>Never disclose your login details to anyone.</li>
|
||||
<li>Change your password regularly.</li>
|
||||
<li>Should you suspect someone is using your account illegally, please notify us immediately.</li>
|
||||
</ol>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>You can now place orders on our shop: <a href="{shop_url}" style="color:#337ff1">{shop_name}</a>.</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+30
-19
@@ -1,19 +1,30 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Thank you for creating a customer account at {shop_name}.
|
||||
|
||||
Here are your login details:
|
||||
|
||||
E-mail address: {email}
|
||||
Password: {passwd}
|
||||
|
||||
You can now place orders on our shop: {shop_url}
|
||||
|
||||
Important Security Tips:
|
||||
|
||||
1. Always keep your account details safe.
|
||||
2. Never disclose your login details to anyone.
|
||||
3. Change your password regularly.
|
||||
4. Should you suspect someone is using your account illegally, please notify us immediately.
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Thank you for creating a customer account at {shop_name}.
|
||||
|
||||
Your {shop_name} login details Here are your login details:
|
||||
|
||||
E-MAIL ADDRESS: {EMAIL}
|
||||
|
||||
PASSWORD: {passwd}
|
||||
|
||||
Important Security Tips:
|
||||
|
||||
* Always keep your account details safe.
|
||||
|
||||
* Never disclose your login details to anyone.
|
||||
|
||||
* Change your password regularly.
|
||||
|
||||
* Should you suspect someone is using your account illegally, please
|
||||
notify us immediately.
|
||||
|
||||
You can now place orders on our shop: {shop_name}
|
||||
[http://safe.shell.la/{shop_url}].
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
@@ -1,40 +1,55 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">A new command has been generated to you.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Go on <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{order_link}">{order_link}</a> to finalize the payment.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
A new command has been generated to you. </p>
|
||||
<span style="color:#777">
|
||||
Go on <a href="{order_link}" style="color:#337ff1">{order_link}</a> to finalize the payment. </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,9 +1,11 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
A new command has been generated to you.
|
||||
|
||||
Go on {order_link} to finalize the payment.
|
||||
|
||||
{shop_name} - {shop_url}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
A new command has been generated to you. Go on {order_link}
|
||||
[http://safe.shell.la/{order_link}] to finalize the payment.
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
+86
-54
@@ -1,55 +1,87 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order with the reference {order_name} - Awaiting wire payment</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Thank you for shopping at {shop_name}!<br /><br /> Your order with the reference {order_name} has been placed successfully and will be <strong>shipped as soon as we receive your payment</strong>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">You have selected to pay by wire transfer.<br /><br />Here are the bank details for your wire or transfer: <br /><br /> <strong>Amount:</strong> {total_paid}<br /><br /> <strong>Account owner:</strong> {bankwire_owner}<br /><br /> <strong>Account details:</strong><br /><br />{bankwire_details}<br /><br /> <strong>Bank address:</strong> {bankwire_address}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">You can review your order and download your invoice from the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{my_account_url}">"My account"</a> on our shop.<br /><br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">If you have a guest account, you can follow your order via the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span><br/>
|
||||
<span class="subtitle" style="font-weight:500;font-size:16px;text-transform:uppercase;line-height:25px">Thank you for shopping at {shop_name}!</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Order {order_name} - Awaiting wire payment
|
||||
</p>
|
||||
<span style="color:#777">
|
||||
Your order with the reference <span style="color:#777"><strong>{order_name}</strong></span> has been placed successfully and will be <strong>shipped as soon as we receive your payment</strong>. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
You have selected to pay by wire transfer. </p>
|
||||
<span style="color:#777">
|
||||
Here are the bank details for your wire or transfer:<br />
|
||||
<span style="color:#777"><strong>Amount:</strong></span> {total_paid}<br />
|
||||
<span style="color:#777"><strong>Account owner:</strong></span> {bankwire_owner}<br />
|
||||
<span style="color:#777"><strong>Account details:</strong></span> {bankwire_details}<br />
|
||||
<span style="color:#777"><strong>Bank address:</strong></span> {bankwire_address}
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
You can review your order and download your invoice from the <a href="{history_url}" style="color:#337ff1">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}" style="color:#337ff1">"My account"</a> on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}" style="color:#337ff1">"Guest Tracking"</a> section on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+34
-26
@@ -1,26 +1,34 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Thank you for shopping at {shop_name}!
|
||||
|
||||
Your order with the reference {order_name} has been placed successfully and will be shipped as soon as we receive your payment.
|
||||
|
||||
You have selected to pay by wire transfer.
|
||||
|
||||
Here are the bank details for your wire or transfer:
|
||||
|
||||
Amount: {total_paid}
|
||||
|
||||
Account owner: {bankwire_owner}
|
||||
|
||||
Account details:
|
||||
{bankwire_details}
|
||||
|
||||
Bank address: {bankwire_address}
|
||||
|
||||
You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.
|
||||
|
||||
If you have guest account, you can follow your order using this link: {guest_tracking_url}
|
||||
|
||||
{shop_name} - {shop_url}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Thank you for shopping at {shop_name}!
|
||||
|
||||
Order {order_name} - Awaiting wire payment Your order with the
|
||||
reference {ORDER_NAME} has been placed successfully and will be
|
||||
SHIPPED AS SOON AS WE RECEIVE YOUR PAYMENT.
|
||||
|
||||
You have selected to pay by wire transfer. Here are the bank details
|
||||
for your wire or transfer:
|
||||
|
||||
AMOUNT: {total_paid}
|
||||
|
||||
ACCOUNT OWNER: {bankwire_owner}
|
||||
|
||||
ACCOUNT DETAILS: {bankwire_details}
|
||||
|
||||
BANK ADDRESS: {bankwire_address}
|
||||
|
||||
You can review your order and download your invoice from the
|
||||
"Order history" [http://safe.shell.la/{history_url}] section of your
|
||||
customer account by clicking "My account"
|
||||
[http://safe.shell.la/{my_account_url}] on our shop.
|
||||
|
||||
If you have a guest account, you can follow your order via the
|
||||
"Guest Tracking" [http://safe.shell.la/{guest_tracking_url}] section
|
||||
on our shop.
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
+86
-54
@@ -1,55 +1,87 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order with the reference {order_name} - Awaiting check payment</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Thank you for shopping at {shop_name}!<br /><br /> Your order with the reference {order_name} has been placed successfully and will be <strong>shipped as soon as we receive your payment</strong>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">You have selected to pay by check. Please include on your check: <br /><br /> - Amount: <strong>{total_paid}</strong> <br /><br /> - Payable to the order of: <strong>{cheque_name}</strong> <br /><br /> Please mail your check to:<br /><br /> <strong>{cheque_address_html}</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">You can review your order and download your invoice from the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{my_account_url}">"My account"</a> on our shop.<br /><br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">If you have a guest account, you can follow your order via the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span><br/>
|
||||
<span class="subtitle" style="font-weight:500;font-size:16px;text-transform:uppercase;line-height:25px">Thank you for shopping at {shop_name}!</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Order {order_name} - Awaiting check payment </p>
|
||||
<span style="color:#777">
|
||||
Your order with the reference <span style="color:#777"><strong>{order_name}</strong></span> has been placed successfully and will be <strong>shipped as soon as we receive your payment</strong>. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
You have selected to pay by check. Please include on your check. </p>
|
||||
<span style="color:#777">
|
||||
Here are the bank details for your wire or transfer:<br />
|
||||
<span style="color:#777"><strong>Amount:</strong></span> {total_paid}<br />
|
||||
<span style="color:#777"><strong>Payable to the order of:</strong></span> {cheque_name}<br />
|
||||
<span style="color:#777"><strong>Please mail your check to:</strong></span> {cheque_address_html}
|
||||
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
You can review your order and download your invoice from the <a href="{history_url}" style="color:#337ff1">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}" style="color:#337ff1">"My account"</a> on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}" style="color:#337ff1">"Guest Tracking"</a> section on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+32
-23
@@ -1,23 +1,32 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Thank you for shopping at {shop_name}!
|
||||
|
||||
Your order with the reference {order_name} has been placed successfully and will be shipped as soon as we receive your payment.
|
||||
|
||||
You have selected to pay by check. Please include on your check:
|
||||
|
||||
Amount: {total_paid}
|
||||
|
||||
Payable to the order of: {cheque_name}
|
||||
|
||||
Please mail your check to:
|
||||
|
||||
{cheque_address}
|
||||
|
||||
You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.
|
||||
|
||||
If you have guest account, you can follow your order using this link: {shop_url}?controller=guest-tracking
|
||||
|
||||
{shop_name} - {shop_url}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Thank you for shopping at {shop_name}!
|
||||
|
||||
Order {order_name} - Awaiting check payment Your order with the
|
||||
reference {ORDER_NAME} has been placed successfully and will be
|
||||
SHIPPED AS SOON AS WE RECEIVE YOUR PAYMENT.
|
||||
|
||||
You have selected to pay by check. Please include on your check. Here
|
||||
are the bank details for your wire or transfer:
|
||||
|
||||
AMOUNT: {total_paid}
|
||||
|
||||
PAYABLE TO THE ORDER OF: {cheque_name}
|
||||
|
||||
PLEASE MAIL YOUR CHECK TO: {cheque_address_html}
|
||||
|
||||
You can review your order and download your invoice from the
|
||||
"Order history" [http://safe.shell.la/{history_url}] section of your
|
||||
customer account by clicking "My account"
|
||||
[http://safe.shell.la/{my_account_url}] on our shop.
|
||||
|
||||
If you have a guest account, you can follow your order via the
|
||||
"Guest Tracking" [http://safe.shell.la/{guest_tracking_url}] section
|
||||
on our shop.
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
+57
-37
@@ -1,38 +1,58 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Message from a {shop_name} customer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Customer e-mail address: <a href="mailto:{email}"><strong>{email}</strong></a>
|
||||
<br /><br />Customer message: {message}
|
||||
<br /><br /> Order ID : {order_name}
|
||||
<br /><br />Attached file : {attached_file}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Message from a {shop_name} customer </p>
|
||||
<span style="color:#777">
|
||||
<span style="color:#777"><strong>Customer e-mail address: <a href="mailto:{email}" style="color:#337ff1">{email}</a></strong></span><br /><br />
|
||||
<span style="color:#777"><strong>Customer message:</strong></span> {message}<br /><br />
|
||||
<span style="color:#777"><strong>Order ID:</strong></span> {order_name}<br />
|
||||
<span style="color:#777"><strong>Attached file:</strong></span> {attached_file}
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+16
-15
@@ -1,15 +1,16 @@
|
||||
Dear merchant,
|
||||
|
||||
You have received a message from a customer via your shop: {shop_name}
|
||||
|
||||
Customer e-mail address: {email}
|
||||
|
||||
Customer message:
|
||||
|
||||
{message}
|
||||
|
||||
Order reference : {order_name}
|
||||
|
||||
Attached file : {attached_file}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Message from a {shop_name} customer CUSTOMER E-MAIL ADDRESS: {EMAIL}
|
||||
|
||||
CUSTOMER MESSAGE: {message}
|
||||
|
||||
ORDER ID: {order_name}
|
||||
|
||||
ATTACHED FILE: {attached_file}
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
+67
-39
@@ -1,40 +1,68 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your message to {shop_name} Customer Service</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Your message has been sent successfully.<br /><br /> Message: {message}<br /><br /> Order ID : {order_name}<br /><br /> Product : {product_name}<br /><br /> Attached file : {attached_file}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">We will answer as soon as possible.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Your message to {shop_name} Customer Service </p>
|
||||
<span style="color:#777">
|
||||
Your message has been sent successfully.<br /><br />
|
||||
<span style="color:#777"><strong>Message:</strong></span> {message}<br /><br />
|
||||
<span style="color:#777"><strong>Order ID:</strong></span> {order_name}<br />
|
||||
<span style="color:#777"><strong>Product:</strong></span> {product_name}<br />
|
||||
<span style="color:#777"><strong>Attached file:</strong></span> {attached_file}
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
We will answer as soon as possible. </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+21
-17
@@ -1,17 +1,21 @@
|
||||
Hello,
|
||||
|
||||
Your message has been sent successfully to {shop_name} Customer Service.
|
||||
|
||||
Your message:
|
||||
|
||||
{message}
|
||||
|
||||
Order reference : {order_name}
|
||||
|
||||
Attached file : {attached_file}
|
||||
|
||||
We will respond as soon as possible.
|
||||
|
||||
Regards,
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Your message to {shop_name} Customer Service Your message has been
|
||||
sent successfully.
|
||||
|
||||
MESSAGE: {message}
|
||||
|
||||
ORDER ID: {order_name}
|
||||
|
||||
PRODUCT: {product_name}
|
||||
|
||||
ATTACHED FILE: {attached_file}
|
||||
|
||||
We will answer as soon as possible.
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
+62
-45
@@ -1,46 +1,63 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order with the reference {order_name} - Credit slip created</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>We have generated a credit slip in your name for order with the reference {order_name}</strong>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">You can review this credit slip and download your invoice from the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{history_url}">"My credit slips"</a> section of your account by clicking <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{my_account_url}">"My account"</a> on our shop.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Your order with the reference {order_name} - Credit slip created </p>
|
||||
<span style="color:#777">
|
||||
We have generated a credit slip in your name for order with the reference <span style="color:#777"><strong>{order_name}</strong></span>. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
You can review this credit slip and download your invoice from the <a href="{history_url}" style="color:#337ff1">"My credit slips"</a> section of your account by clicking <a href="{my_account_url}" style="color:#337ff1">"My account"</a> on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+17
-11
@@ -1,11 +1,17 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Thank you for shopping at {shop_name}!
|
||||
|
||||
We have generated a credit slip in your name for order with the reference {order_name}.
|
||||
|
||||
You can review this credit slip and download the invoice from the "Order follow" section of your account by clicking "My account" on our shop.
|
||||
|
||||
{shop_name} - {shop_url}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Your order with the reference {order_name} - Credit slip created We
|
||||
have generated a credit slip in your name for order with the reference
|
||||
{ORDER_NAME}.
|
||||
|
||||
You can review this credit slip and download your invoice from the
|
||||
"My credit slips" [http://safe.shell.la/{history_url}] section of your
|
||||
account by clicking "My account"
|
||||
[http://safe.shell.la/{my_account_url}] on our shop.
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
@@ -1,55 +1,72 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hello <strong style="color: {color};">{firstname} {lastname}</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Product(s) now available for download</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Thank you for your order from <strong>{shop_name}</strong>!<br /><br /> You have {nbProducts} product(s) now available for download using the following link(s):</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">{virtualProducts}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">You can review your order and download your invoice from the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{my_account_url}">"My account"</a> on our shop.<br /><br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">If you have a guest account, you can follow your order via the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}?id_order={order_name}">"Guest Tracking"</a> section on our shop.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span><br/>
|
||||
<span class="subtitle" style="font-weight:500;font-size:16px;text-transform:uppercase;line-height:25px">Thank you for your order from <strong>{shop_name}</strong></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Product(s) now available for download </p>
|
||||
<span style="color:#777">
|
||||
You have <span style="color:#777"><strong>{nbProducts}</strong></span> product(s) now available for download using the following link(s):<br/><br/>
|
||||
{virtualProducts}
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
You can review your order and download your invoice from the <a href="{history_url}" style="color:#337ff1">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}" style="color:#337ff1">"My account"</a> on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}?id_order={order_name}" style="color:#337ff1">"Guest Tracking"</a> section on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,13 +1,25 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Thank you for your order from {shop_name}!
|
||||
|
||||
You have {nbProducts} product(s) now available for download using the following link(s):
|
||||
|
||||
{virtualProducts}
|
||||
|
||||
You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.
|
||||
|
||||
If you have guest account, you can follow your order using this link: {guest_tracking_url}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Thank you for your order from {SHOP_NAME}
|
||||
|
||||
Product(s) now available for download You have {NBPRODUCTS}
|
||||
product(s) now available for download using the following link(s):
|
||||
|
||||
{virtualProducts}
|
||||
|
||||
You can review your order and download your invoice from the
|
||||
"Order history" [http://safe.shell.la/{history_url}] section of your
|
||||
customer account by clicking "My account"
|
||||
[http://safe.shell.la/{my_account_url}] on our shop.
|
||||
|
||||
If you have a guest account, you can follow your order via the
|
||||
"Guest Tracking"
|
||||
[http://safe.shell.la/{guest_tracking_url}?id_order={order_name}]
|
||||
section on our shop.
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
@@ -1,40 +1,59 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your {shop_name} login information</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Here is your personal login information for {shop_name}:<br /><br /> <strong>First name</strong>: {firstname}<br /> <strong>Last name</strong>: {lastname}<br /> <strong>Password</strong>: {passwd}<br /> <strong>E-mail address</strong>: {email}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Your {shop_name} login information </p>
|
||||
<span style="color:#777">
|
||||
Here is your personal login information for <span style="color:#777"><strong>{shop_name}</strong></span>:<br/><br/>
|
||||
<span style="color:#777"><strong>First name:</strong></span> {firstname}<br />
|
||||
<span style="color:#777"><strong>Last name:</strong></span> {lastname}<br />
|
||||
<span style="color:#777"><strong>Password:</strong></span> {passwd}<br />
|
||||
<span style="color:#777"><strong>E-mail address:</strong></span> {email}
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,12 +1,19 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Here is your personal login information for {shop_name}:
|
||||
|
||||
First name: {firstname}
|
||||
Last name: {lastname}
|
||||
Password: {passwd}
|
||||
E-mail address: {email}
|
||||
|
||||
{shop_name} - {shop_url}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Your {shop_name} login information Here is your personal login
|
||||
information for {SHOP_NAME}:
|
||||
|
||||
FIRST NAME: {firstname}
|
||||
|
||||
LAST NAME: {lastname}
|
||||
|
||||
PASSWORD: {passwd}
|
||||
|
||||
E-MAIL ADDRESS: {email}
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
<tr>
|
||||
<td class="space_footer"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer">
|
||||
<span><a href="{shop_url}">{shop_name}</a> powered by <a href="http://www.prestashop.com/">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
+56
-27
@@ -1,28 +1,57 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Customer service - Forwarded discussion</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border: 1px solid #CCCCCC; background-color: #ffffff; padding: 10px; color: #383838; font-size: 12px;">{employee} wanted to forward this discussion to you. <br /><br /> Discussion history:<br /> {messages} <br /><br /> {employee} added "{comment}"</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Customer service - Forwarded discussion </p>
|
||||
<span style="color:#777">
|
||||
<span style="color:#777"><strong>{employee}</strong></span> wanted to forward this discussion to you. <br /><br />
|
||||
<span style="color:#777"><strong>Discussion history:</strong></span> {messages}<br /><br />
|
||||
<span style="color:#777"><strong>{employee}</strong></span> added <span style="color:#777"><strong>"{comment}"</strong></span>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,15 @@
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Customer service - Forwarded discussion {EMPLOYEE} wanted to forward
|
||||
this discussion to you.
|
||||
|
||||
DISCUSSION HISTORY: {messages}
|
||||
|
||||
{EMPLOYEE} added "{COMMENT}"
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
@@ -1,52 +1,73 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your customer account creation</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Your guest account for {shop_name} has been transformed into a customer account.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>E-mail address:</strong> {email}<br /> <strong>Password:</strong> {passwd}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Please be careful when sharing these login details with others. <br /><br /> You can access your customer account on our shop: {shop_url}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Your customer account creation </p>
|
||||
<span style="color:#777">
|
||||
Your guest account for <span style="color:#777"><strong>{shop_name}</strong></span> has been transformed into a customer account. <br /><br />
|
||||
<span style="color:#777"><strong>E-mail address:</strong></span> {email}<br /><br />
|
||||
<span style="color:#777"><strong>Password:</strong></span> {passwd}
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
Please be careful when sharing these login details with others. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
You can access your customer account on our shop: <strong>{shop_url}</strong>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,12 +1,19 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Your guest account for {shop_name} has been transformed into a customer account.
|
||||
|
||||
E-mail address: {email}
|
||||
Password: {passwd}
|
||||
|
||||
You can access your account on our website: {shop_url}
|
||||
|
||||
Please be careful when sharing these login details with others.
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Your customer account creation Your guest account for {SHOP_NAME} has
|
||||
been transformed into a customer account.
|
||||
|
||||
E-MAIL ADDRESS: {email}
|
||||
|
||||
PASSWORD: {passwd}
|
||||
|
||||
Please be careful when sharing these login details with others.
|
||||
|
||||
You can access your customer account on our shop: {SHOP_URL}
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
+69
-48
@@ -1,49 +1,70 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order with the reference {order_name} - In transit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>Your order with the reference {order_name} is currently in transit.</strong>.<br /><br />You can track your package using the following link: <a href="{followup}">{followup}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">You can review your order and download your invoice from the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{my_account_url}">"My account"</a> on our shop.<br /><br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">If you have a guest account, you can follow your order via the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Order {order_name} - In transit </p>
|
||||
<span style="color:#777">
|
||||
Your order with the reference <span style="color:#777"><strong>{order_name}</strong></span> is currently in transit. <br /><br />
|
||||
You can track your package using the following link: <a href="{followup}" style="color:#337ff1">{followup}</a> </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
You can review your order and download your invoice from the <a href="{history_url}" style="color:#337ff1">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}" style="color:#337ff1">"My account"</a> on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}" style="color:#337ff1">"Guest Tracking"</a> section on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+23
-15
@@ -1,15 +1,23 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Thank you for shopping with {shop_name}!
|
||||
|
||||
Your order with the reference {order_name} is currently in transit.
|
||||
|
||||
You can track your package using the following link: {followup}
|
||||
|
||||
You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.
|
||||
|
||||
If you have guest account, you can follow your order using this link: {guest_tracking_url}
|
||||
|
||||
{shop_name} - {shop_url}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Order {order_name} - In transit Your order with the reference
|
||||
{ORDER_NAME} is currently in transit.
|
||||
|
||||
You can track your package using the following link: {followup}
|
||||
[http://safe.shell.la/{followup}]
|
||||
|
||||
You can review your order and download your invoice from the
|
||||
"Order history" [http://safe.shell.la/{history_url}] section of your
|
||||
customer account by clicking "My account"
|
||||
[http://safe.shell.la/{my_account_url}] on our shop.
|
||||
|
||||
If you have a guest account, you can follow your order via the
|
||||
"Guest Tracking" [http://safe.shell.la/{guest_tracking_url}] section
|
||||
on our shop.
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
+54
-45
@@ -1,46 +1,55 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hello,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">You have received a new log alert</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>Warning:</strong> you have received a new log alert in your Back Office.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">You can check for it in the "Tools" > "Logs" section of your Back Office.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
You have received a new log alert </p>
|
||||
<span style="color:#777">
|
||||
<span style="color:#777"><strong>Warning:</strong></span> you have received a new log alert in your Back Office.<br /><br />
|
||||
You can check for it in the <span style="color:#777"><strong>"Tools" > "Logs"</strong></span> section of your Back Office. </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+14
-9
@@ -1,9 +1,14 @@
|
||||
Hello,
|
||||
|
||||
Warning: you have received a new log alert in your Back Office.
|
||||
|
||||
You can check for it in the "Tools" > "Logs" section of your Back Office.
|
||||
|
||||
{shop_name} - {shop_url}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
You have received a new log alert WARNING: you have received a new
|
||||
log alert in your Back Office.
|
||||
|
||||
You can check for it in the "TOOLS" > "LOGS" section of your Back
|
||||
Office.
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
+47
-33
@@ -1,34 +1,48 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Newsletter from {shop_name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">{message}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
{message}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+10
-5
@@ -1,5 +1,10 @@
|
||||
Newsletter from {shop_name}
|
||||
|
||||
{message}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
{message}
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
@@ -1,49 +1,70 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order with the reference {order_name} - Order cancelled</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>Your order with the reference {order_name} from {shop_name} has been cancelled.</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">You can review your order and download your invoice from the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{my_account_url}">"My account"</a> on our shop.<br /><br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">If you have a guest account, you can follow your order via the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Order {order_name} - Order cancelled </p>
|
||||
<span style="color:#777">
|
||||
Your order with the reference <span style="color:#777"><strong>{order_name}</strong></span> from <span style="color:#777"><strong>{shop_name}</strong></span> has been cancelled.<br />
|
||||
You can check for it in the <span style="color:#777"><strong>"Tools" > "Logs"</strong></span> section of your Back Office. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
You can review your order and download your invoice from the <a href="{history_url}" style="color:#337ff1">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}" style="color:#337ff1">"My account"</a> on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}" style="color:#337ff1">"Guest Tracking"</a> section on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+23
-11
@@ -1,11 +1,23 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Your order with the reference {order_name} from {shop_name} has been cancelled.
|
||||
|
||||
You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.
|
||||
|
||||
If you have guest account, you can follow your order using this link: {guest_tracking_url}
|
||||
|
||||
{shop_name} - {shop_url}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Order {order_name} - Order cancelled Your order with the reference
|
||||
{ORDER_NAME} from {SHOP_NAME} has been cancelled.
|
||||
|
||||
You can check for it in the "TOOLS" > "LOGS" section of your Back
|
||||
Office.
|
||||
|
||||
You can review your order and download your invoice from the
|
||||
"Order history" [http://safe.shell.la/{history_url}] section of your
|
||||
customer account by clicking "My account"
|
||||
[http://safe.shell.la/{my_account_url}] on our shop.
|
||||
|
||||
If you have a guest account, you can follow your order via the
|
||||
"Guest Tracking" [http://safe.shell.la/{guest_tracking_url}] section
|
||||
on our shop.
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
+69
-48
@@ -1,49 +1,70 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order with the reference {order_name} - Order changed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>Your order with the reference {order_name} from {shop_name} has been changed by the merchant.</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">You can review your order and download your invoice from the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{my_account_url}">"My account"</a> on our shop.<br /><br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">If you have a guest account, you can follow your order via the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Order {order_name} - Order changed </p>
|
||||
<span style="color:#777">
|
||||
Your order with the reference <span style="color:#777"><strong>{order_name}</strong></span> from <span style="color:#777"><strong>{shop_name}</strong></span> has been changed by the merchant.<br />
|
||||
You can check for it in the <span style="color:#777"><strong>"Tools" > "Logs"</strong></span> section of your Back Office. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
You can review your order and download your invoice from the <a href="{history_url}" style="color:#337ff1">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}" style="color:#337ff1">"My account"</a> on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}" style="color:#337ff1">"Guest Tracking"</a> section on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+23
-11
@@ -1,11 +1,23 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Your order with the reference {order_name} from {shop_name} has been changed by the merchant.
|
||||
|
||||
You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.
|
||||
|
||||
If you have guest account, you can follow your order using this link: {guest_tracking_url}
|
||||
|
||||
{shop_name} - {shop_url}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Order {order_name} - Order changed Your order with the reference
|
||||
{ORDER_NAME} from {SHOP_NAME} has been changed by the merchant.
|
||||
|
||||
You can check for it in the "TOOLS" > "LOGS" section of your Back
|
||||
Office.
|
||||
|
||||
You can review your order and download your invoice from the
|
||||
"Order history" [http://safe.shell.la/{history_url}] section of your
|
||||
customer account by clicking "My account"
|
||||
[http://safe.shell.la/{my_account_url}] on our shop.
|
||||
|
||||
If you have a guest account, you can follow your order via the
|
||||
"Guest Tracking" [http://safe.shell.la/{guest_tracking_url}] section
|
||||
on our shop.
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
+158
-132
@@ -1,133 +1,159 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,<br /><br />Thank you for shopping with <strong>{shop_name}</strong>!</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Order details</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Order: <strong><span style="color: {color};">{order_name}</span> placed on {date}</strong> <br />Payment: <strong>{payment}</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">
|
||||
<table style="width: 100%; font-family: Verdana,sans-serif; font-size: 11px; color: #374953;"><!-- Title -->
|
||||
<tbody>
|
||||
<tr style="background-color: {color}; text-align: center;">
|
||||
<th style="width: 15%; padding: 0.6em 0;">Reference</th>
|
||||
<th style="width: 30%; padding: 0.6em 0;">Product</th>
|
||||
<th style="width: 20%; padding: 0.6em 0;">Unit price</th>
|
||||
<th style="width: 15%; padding: 0.6em 0;">Quantity</th>
|
||||
<th style="width: 20%; padding: 0.6em 0;">Total price</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="5">
|
||||
{products}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="5">{discounts}</td>
|
||||
</tr>
|
||||
<tr style="text-align: right;">
|
||||
<td> </td>
|
||||
<td style="background-color: {color}; padding: 0.6em 0.4em;" colspan="3">Products</td>
|
||||
<td style="background-color: {color}; padding: 0.6em 0.4em;">{total_products}</td>
|
||||
</tr>
|
||||
<tr style="text-align: right;">
|
||||
<td> </td>
|
||||
<td style="background-color: #ebecee; padding: 0.6em 0.4em;" colspan="3">Discounts</td>
|
||||
<td style="background-color: #ebecee; padding: 0.6em 0.4em;">{total_discounts}</td>
|
||||
</tr>
|
||||
<tr style="text-align: right;">
|
||||
<td> </td>
|
||||
<td style="background-color: #ebecee; padding: 0.6em 0.4em;" colspan="3">Gift-wrapping</td>
|
||||
<td style="background-color: #ebecee; padding: 0.6em 0.4em;">{total_wrapping}</td>
|
||||
</tr>
|
||||
<tr style="text-align: right;">
|
||||
<td> </td>
|
||||
<td style="background-color: #dde2e6; padding: 0.6em 0.4em;" colspan="3">Shipping</td>
|
||||
<td style="background-color: #dde2e6; padding: 0.6em 0.4em;">{total_shipping}</td>
|
||||
</tr>
|
||||
<tr style="text-align: right; font-weight: bold;">
|
||||
<td> </td>
|
||||
<td style="background-color: #dde2e6; padding: 0.6em 0.4em;" colspan="3">Total Tax paid</td>
|
||||
<td style="background-color: #dde2e6; padding: 0.6em 0.4em;">{total_tax_paid}</td>
|
||||
</tr>
|
||||
<tr style="text-align: right; font-weight: bold;">
|
||||
<td> </td>
|
||||
<td style="background-color: #f1aecf; padding: 0.6em 0.4em;" colspan="3">Total paid</td>
|
||||
<td style="background-color: #f1aecf; padding: 0.6em 0.4em;">{total_paid}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Shipping</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Carrier: <strong>{carrier}</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table style="width: 100%; font-family: Verdana,sans-serif; font-size: 11px; color: #374953;">
|
||||
<tbody>
|
||||
<tr style="background-color: {color}; text-transform: uppercase;"><th style="text-align: left; padding: 0.3em 1em;">Delivery address</th><th style="text-align: left; padding: 0.3em 1em;">Billing address</th></tr>
|
||||
<tr>
|
||||
<td style="padding: 0.5em 0 0.5em 0.5em; background-color: #ebecee;">{delivery_block_html}</td>
|
||||
<td style="padding: 0.5em 0 0.5em 0.5em; background-color: #ebecee;">{invoice_block_html}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">You can review your order and download your invoice from the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{my_account_url}">"My account"</a> on our shop.<br /><br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">If you have a guest account, you can follow your order via the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span><br/>
|
||||
<span class="subtitle" style="font-weight:500;font-size:16px;text-transform:uppercase;line-height:25px">Thank you for shopping at {shop_name}!</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" colspan="3" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Order details </p>
|
||||
<span style="color:#777">
|
||||
<span style="color:#777"><strong>Order:</strong></span> {order_name} Placed on {date}<br /><br />
|
||||
<span style="color:#777"><strong>Payment:</strong></span> {payment}
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<table class="table table-recap" bgcolor="#ffffff" style="background-color:#fff;width:100%"><!-- Title -->
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="background-color:#fbfbfb;font-family:Arial;color:#333;font-size:13px;padding:10px;border:1px solid #DDD!important">Reference</th>
|
||||
<th width="30%" style="background-color:#fbfbfb;font-family:Arial;color:#333;font-size:13px;padding:10px;border:1px solid #DDD!important">Product</th>
|
||||
<th style="background-color:#fbfbfb;font-family:Arial;color:#333;font-size:13px;padding:10px;border:1px solid #DDD!important">Unit price</th>
|
||||
<th style="background-color:#fbfbfb;font-family:Arial;color:#333;font-size:13px;padding:10px;border:1px solid #DDD!important">Quantity</th>
|
||||
<th style="background-color:#fbfbfb;font-family:Arial;color:#333;font-size:13px;padding:10px;border:1px solid #DDD!important">Total price</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="5" style="border:none;padding:10px!important;color:#777">
|
||||
{products}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="5" style="border:none;padding:10px!important;color:#777">
|
||||
{discounts}
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="conf_body">
|
||||
<td bgcolor="#fbfbfb" align="right" colspan="4" style="color:#777;border:none;padding:10px!important"><strong>Products</strong></td>
|
||||
<td bgcolor="#fbfbfb" align="right" style="color:#777;border:none;padding:10px!important">{total_products}</td>
|
||||
</tr>
|
||||
<tr class="conf_body">
|
||||
<td bgcolor="#fbfbfb" align="right" colspan="4" style="color:#777;border:none;padding:10px!important"><strong>Discounts</strong></td>
|
||||
<td bgcolor="#fbfbfb" align="right" style="color:#777;border:none;padding:10px!important">{total_discounts}</td>
|
||||
</tr>
|
||||
<tr class="conf_body">
|
||||
<td bgcolor="#fbfbfb" align="right" colspan="4" style="color:#777;border:none;padding:10px!important"><strong>Gift-wrapping</strong></td>
|
||||
<td bgcolor="#fbfbfb" align="right" style="color:#777;border:none;padding:10px!important">{total_wrapping}</td>
|
||||
</tr>
|
||||
<tr class="conf_body">
|
||||
<td bgcolor="#fbfbfb" align="right" colspan="4" style="color:#777;border:none;padding:10px!important"><strong>Shipping</strong></td>
|
||||
<td bgcolor="#fbfbfb" align="right" style="color:#777;border:none;padding:10px!important">{total_shipping}</td>
|
||||
</tr>
|
||||
<tr class="conf_body">
|
||||
<td bgcolor="#fbfbfb" align="right" colspan="4" style="color:#777;border:none;padding:10px!important"><strong>Total Tax paid</strong></td>
|
||||
<td bgcolor="#fbfbfb" align="right" style="color:#777;border:none;padding:10px!important">{total_tax_paid}</td>
|
||||
</tr>
|
||||
<tr class="conf_body">
|
||||
<td bgcolor="#fbfbfb" align="right" colspan="4" class="total" style="color:#777;font-size:18px;font-weight:500;font-family:Open-sans, sans-serif;border:none;padding:10px!important"><strong>Total paid</strong></td>
|
||||
<td bgcolor="#fbfbfb" align="right" class="total_amount" style="color:#777;font-size:21px;font-weight:500;font-family:Open-sans, sans-serif;border:none;padding:10px!important">{total_paid}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" colspan="3" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Shipping </p>
|
||||
<span style="color:#777">
|
||||
<span style="color:#777"><strong>Carrier:</strong></span> {carrier}<br /><br />
|
||||
<span style="color:#777"><strong>Payment:</strong></span> {payment}
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td class="box" width="310" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Delivery address </p>
|
||||
<span style="color:#777">
|
||||
{delivery_block_html}
|
||||
</span>
|
||||
</td>
|
||||
<td width="20" style="border:none;padding:7px 0"> </td>
|
||||
<td class="box" width="310" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Billing address </p>
|
||||
<span style="color:#777">
|
||||
{invoice_block_html}
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
You can review your order and download your invoice from the <a href="{history_url}" style="color:#337ff1">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}" style="color:#337ff1">"My account"</a> on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}" style="color:#337ff1">"Guest Tracking"</a> section on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+69
-29
@@ -1,29 +1,69 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Thank you for your order on {shop_name}!
|
||||
|
||||
Order: {order_name} placed on {date}
|
||||
Payment: {payment}
|
||||
|
||||
Products: {total_products}
|
||||
Discounts: {total_discounts}
|
||||
Shipping: {total_shipping}
|
||||
Gift-wrapping: {total_wrapping}
|
||||
Total Tax paid: {total_tax_paid}
|
||||
Total paid: {total_paid}
|
||||
|
||||
Carrier: {carrier}
|
||||
|
||||
Delivery address:
|
||||
|
||||
{delivery_block_txt}
|
||||
|
||||
Billing address:
|
||||
|
||||
{invoice_block_txt}
|
||||
|
||||
You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.
|
||||
|
||||
If you have guest account, you can follow your order using this link: {guest_tracking_url}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Thank you for shopping at {shop_name}!
|
||||
|
||||
Order details ORDER: {order_name} Placed on {date}
|
||||
|
||||
PAYMENT: {payment}
|
||||
|
||||
REFERENCE
|
||||
|
||||
PRODUCT
|
||||
|
||||
UNIT PRICE
|
||||
|
||||
QUANTITY
|
||||
|
||||
TOTAL PRICE
|
||||
|
||||
{products}
|
||||
|
||||
{discounts}
|
||||
|
||||
PRODUCTS
|
||||
|
||||
{total_products}
|
||||
|
||||
DISCOUNTS
|
||||
|
||||
{total_discounts}
|
||||
|
||||
GIFT-WRAPPING
|
||||
|
||||
{total_wrapping}
|
||||
|
||||
SHIPPING
|
||||
|
||||
{total_shipping}
|
||||
|
||||
TOTAL TAX PAID
|
||||
|
||||
{total_tax_paid}
|
||||
|
||||
TOTAL PAID
|
||||
|
||||
{total_paid}
|
||||
|
||||
Shipping CARRIER: {carrier}
|
||||
|
||||
PAYMENT: {payment}
|
||||
|
||||
Delivery address {delivery_block_html}
|
||||
|
||||
Billing address {invoice_block_html}
|
||||
|
||||
You can review your order and download your invoice from the
|
||||
"Order history" [http://safe.shell.la/{history_url}] section of your
|
||||
customer account by clicking "My account"
|
||||
[http://safe.shell.la/{my_account_url}] on our shop.
|
||||
|
||||
If you have a guest account, you can follow your order via the
|
||||
"Guest Tracking" [http://safe.shell.la/{guest_tracking_url}] section
|
||||
on our shop.
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
@@ -1,40 +1,57 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from a client from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Message from a customer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>You have received a new message regarding order with the reference {order_name}.</strong><br /><br /> <strong>Customer:</strong> {firstname} {lastname} ({email}) <br /><br /> {message}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" colspan="3" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Message from a customer </p>
|
||||
<span style="color:#777">
|
||||
You have received a new message regarding order with the reference <span style="color:#777"><strong>{order_name}</strong></span>.<br /><br />
|
||||
<span style="color:#777"><strong>Customer:</strong></span> {firstname} {lastname} ({email})<br /><br />
|
||||
{message}
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,10 +1,15 @@
|
||||
Hello,
|
||||
|
||||
You have received a new message from a customer regarding order with the reference {order_name}.
|
||||
|
||||
Customer: {firstname} {lastname} ({email})
|
||||
|
||||
Message:
|
||||
{message}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Message from a customer You have received a new message regarding
|
||||
order with the reference {ORDER_NAME}.
|
||||
|
||||
CUSTOMER: {firstname} {lastname} ({email})
|
||||
|
||||
{message}
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
@@ -1,40 +1,56 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">New message from {shop_name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>You have received a new message from {shop_name} regarding order with the reference {order_name}.</strong> <br /><br /> Message:<br /> {message}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" colspan="3" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
New message from {shop_name} </p>
|
||||
<span style="color:#777">
|
||||
You have received a new message from <span style="color:#777"><strong>{shop_name}</strong></span> regarding order with the reference <span style="color:#777"><strong>{order_name}</strong></span>.<br /><br />
|
||||
<span style="color:#777"><strong>Message:</strong></span> {message}
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,8 +1,13 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
You have received a new message from {shop_name} regarding your order with the reference {order_name}.
|
||||
|
||||
Message:
|
||||
{message}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
New message from {shop_name} You have received a new message from
|
||||
{SHOP_NAME} regarding order with the reference {ORDER_NAME}.
|
||||
|
||||
MESSAGE: {message}
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
@@ -1,46 +1,65 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Return #{id_order_return} - update</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">We have updated the progress on your return #{id_order_return}, the new status is: <strong>"{state_order_return}"</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">You can review your order and download your invoice from the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{my_account_url}">"My account"</a> on our shop.<br /><br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" colspan="3" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Return #{id_order_return} - update </p>
|
||||
<span style="color:#777">
|
||||
We have updated the progress on your return #{id_order_return}, the new status is: <span style="color:#777"><strong>"{state_order_return}"</strong></span><br /><br />
|
||||
<span style="color:#777"><strong>Message:</strong></span> {message}
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
You can review your order and download your invoice from the <a href="{history_url}" style="color:#337ff1">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}" style="color:#337ff1">"My account"</a> on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,9 +1,19 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
We have updated the progress on your return #{id_order_return}, the new status is: "{state_order_return}"
|
||||
|
||||
You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.
|
||||
|
||||
{shop_name} - {shop_url}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Return #{id_order_return} - update We have updated the progress on
|
||||
your return #{id_order_return}, the new status is:
|
||||
"{STATE_ORDER_RETURN}"
|
||||
|
||||
MESSAGE: {message}
|
||||
|
||||
You can review your order and download your invoice from the
|
||||
"Order history" [http://safe.shell.la/{history_url}] section of your
|
||||
customer account by clicking "My account"
|
||||
[http://safe.shell.la/{my_account_url}] on our shop.
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
+69
-48
@@ -1,49 +1,70 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order with the reference {order_name} - Item(s) out of stock</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Thanks for your order with the reference {order_name} from {shop_name}.<br /><br />Unfortunately, one or more items are currently out of stock. This may cause a slight delay in your delivery. Please accept our apologies and rest assured that we are working hard to rectify this.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">You can review your order and download your invoice from the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{my_account_url}">"My account"</a> on our shop.<br /><br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">If you have a guest account, you can follow your order via the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span><br/>
|
||||
<span class="subtitle" style="font-weight:500;font-size:16px;text-transform:uppercase;line-height:25px">Thanks for your order with the reference {order_name} from {shop_name}.</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Order {order_name} - Item(s) out of stock </p>
|
||||
<span style="color:#777">
|
||||
Unfortunately, one or more items are currently out of stock. This may cause a slight delay in your delivery. Please accept our apologies and rest assured that we are working hard to rectify this. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
You can review your order and download your invoice from the <a href="{history_url}" style="color:#337ff1">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}" style="color:#337ff1">"My account"</a> on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}" style="color:#337ff1">"Guest Tracking"</a> section on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+25
-15
@@ -1,15 +1,25 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Thanks for your order with the reference {order_name} from {shop_name}.
|
||||
|
||||
Unfortunately, one or more items are currently out of stock.
|
||||
This may cause a slight delay in your delivery.
|
||||
Please accept our apologies and rest assured that we are working hard to rectify this.
|
||||
|
||||
You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.
|
||||
|
||||
If you have guest account, you can follow your order using this link: {guest_tracking_url}
|
||||
|
||||
{shop_name} - {shop_url}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Thanks for your order with the reference {order_name} from
|
||||
{shop_name}.
|
||||
|
||||
Order {order_name} - Item(s) out of stock Unfortunately, one or more
|
||||
items are currently out of stock. This may cause a slight delay in
|
||||
your delivery. Please accept our apologies and rest assured that we
|
||||
are working hard to rectify this.
|
||||
|
||||
You can review your order and download your invoice from the
|
||||
"Order history" [http://safe.shell.la/{history_url}] section of your
|
||||
customer account by clicking "My account"
|
||||
[http://safe.shell.la/{my_account_url}] on our shop.
|
||||
|
||||
If you have a guest account, you can follow your order via the
|
||||
"Guest Tracking" [http://safe.shell.la/{guest_tracking_url}] section
|
||||
on our shop.
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
+70
-45
@@ -1,46 +1,71 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your new {shop_name} login details</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>E-mail address:</strong> {email}<br /> <strong>Password:</strong> {passwd}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Please be careful when sharing these login details with others.<br /><br />You can now order on our shop: {shop_url}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Your new {shop_name} login details </p>
|
||||
<span style="color:#777">
|
||||
<span style="color:#777"><strong>E-mail address:</strong></span> {email}<br/>
|
||||
<span style="color:#777"><strong>Password:</strong></span> {passwd}
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
You can review your order and download your invoice from the <a href="{history_url}" style="color:#337ff1">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}" style="color:#337ff1">"My account"</a> on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}" style="color:#337ff1">"Guest Tracking"</a> section on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+21
-12
@@ -1,12 +1,21 @@
|
||||
Hello {firstname} {lastname},
|
||||
|
||||
Here are your new {shop_name} login details:
|
||||
|
||||
E-mail address: {email}
|
||||
Password: {passwd}
|
||||
|
||||
You can now place an order on our shop: {shop_url}
|
||||
|
||||
Please be careful when sharing these login details with others.
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Your new {shop_name} login details E-MAIL ADDRESS: {email}
|
||||
|
||||
PASSWORD: {passwd}
|
||||
|
||||
You can review your order and download your invoice from the
|
||||
"Order history" [http://safe.shell.la/{history_url}] section of your
|
||||
customer account by clicking "My account"
|
||||
[http://safe.shell.la/{my_account_url}] on our shop.
|
||||
|
||||
If you have a guest account, you can follow your order via the
|
||||
"Guest Tracking" [http://safe.shell.la/{guest_tracking_url}] section
|
||||
on our shop.
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
@@ -1,46 +1,57 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Password reset request for {shop_name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">You have requested to reset your {shop_name} login details.<br /><br /> Please note that this will change your current password.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">To confirm this action, please use the following link:<br /> <a href="{url}">{url}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Password reset request for {shop_name} </p>
|
||||
<span style="color:#777">
|
||||
You have requested to reset your <span style="color:#777"><strong>{shop_name}</strong></span> login details.<br/><br/>
|
||||
Please note that this will change your current password.<br/><br/>
|
||||
To confirm this action, please use the following link: <br /> <a href="{url}" style="color:#337ff1">{url}</a>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+17
-10
@@ -1,10 +1,17 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
You have requested to reset your {shop_name} login details.
|
||||
|
||||
Please note that this will change your current password.
|
||||
|
||||
To confirm this action, please use the following link:
|
||||
{url}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Password reset request for {shop_name} You have requested to reset
|
||||
your {SHOP_NAME} login details.
|
||||
|
||||
Please note that this will change your current password.
|
||||
|
||||
To confirm this action, please use the following link:
|
||||
|
||||
{url} [http://safe.shell.la/{url}]
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
+70
-49
@@ -1,49 +1,70 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order with the reference {order_name} - Payment processed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Thank you for shopping with {shop_name}!<br /><br /> <strong>Your payment for order with the reference {order_name} was successfully processed.</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">You can review your order and download your invoice from the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{my_account_url}">"My account"</a> on our shop.<br /><br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">If you have a guest account, you can follow your order via the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span><br/>
|
||||
<span class="subtitle" style="font-weight:500;font-size:16px;text-transform:uppercase;line-height:25px">Thank you for shopping with {shop_name}!</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Order {order_name} - Payment processed </p>
|
||||
<span style="color:#777">
|
||||
Your payment for order with the reference <strong><span style="color:#777">{order_name}</span></strong> was successfully processed. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
You can review your order and download your invoice from the <a href="{history_url}" style="color:#337ff1">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}" style="color:#337ff1">"My account"</a> on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}" style="color:#337ff1">"Guest Tracking"</a> section on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+22
-13
@@ -1,13 +1,22 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Thank you for shopping with {shop_name}!
|
||||
|
||||
Your payment for order with the reference {order_name} was successfully processed.
|
||||
|
||||
You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.
|
||||
|
||||
If you have guest account, you can follow your order using this link: {guest_tracking_url}
|
||||
|
||||
{shop_name} - {shop_url}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Thank you for shopping with {shop_name}!
|
||||
|
||||
Order {order_name} - Payment processed Your payment for order with
|
||||
the reference {ORDER_NAME} was successfully processed.
|
||||
|
||||
You can review your order and download your invoice from the
|
||||
"Order history" [http://safe.shell.la/{history_url}] section of your
|
||||
customer account by clicking "My account"
|
||||
[http://safe.shell.la/{my_account_url}] on our shop.
|
||||
|
||||
If you have a guest account, you can follow your order via the
|
||||
"Guest Tracking" [http://safe.shell.la/{guest_tracking_url}] section
|
||||
on our shop.
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
+70
-54
@@ -1,55 +1,71 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order with the reference {order_name} - Payment processing error</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>There is a problem with your payment for {shop_name} order with the reference {order_name}. Please contact us at your earliest convenience.</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>We cannot ship your order until we receive your payment. </strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">You can review your order and download your invoice from the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{my_account_url}">"My account"</a> on our shop.<br /><br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">If you have a guest account, you can follow your order via the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Order {order_name} - Payment processing error </p>
|
||||
<span style="color:#777">
|
||||
There is a problem with your payment for <strong><span style="color:#777">{shop_name}</span></strong> order with the reference <strong><span style="color:#777">{order_name}</span></strong>. Please contact us at your earliest convenience.<br/>
|
||||
<strong><span style="color:#777">We cannot ship your order until we receive your payment.</span></strong>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
You can review your order and download your invoice from the <a href="{history_url}" style="color:#337ff1">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}" style="color:#337ff1">"My account"</a> on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}" style="color:#337ff1">"Guest Tracking"</a> section on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+23
-13
@@ -1,13 +1,23 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
There is a problem with your payment for {shop_name} order with the reference {order_name}. Please contact us at your earliest convenience.
|
||||
|
||||
We cannot ship your order until we receive your payment.
|
||||
|
||||
You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.
|
||||
|
||||
If you have guest account, you can follow your order using this link: {guest_tracking_url}
|
||||
|
||||
{shop_name} - {shop_url}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Order {order_name} - Payment processing error There is a problem with
|
||||
your payment for {SHOP_NAME} order with the reference {ORDER_NAME}.
|
||||
Please contact us at your earliest convenience.
|
||||
|
||||
WE CANNOT SHIP YOUR ORDER UNTIL WE RECEIVE YOUR PAYMENT.
|
||||
|
||||
You can review your order and download your invoice from the
|
||||
"Order history" [http://safe.shell.la/{history_url}] section of your
|
||||
customer account by clicking "My account"
|
||||
[http://safe.shell.la/{my_account_url}] on our shop.
|
||||
|
||||
If you have a guest account, you can follow your order via the
|
||||
"Guest Tracking" [http://safe.shell.la/{guest_tracking_url}] section
|
||||
on our shop.
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
+68
-48
@@ -1,49 +1,69 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order {order_name} - Processing</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>We are currently processing your {shop_name} order with the reference {order_name}.</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">You can review your order and download your invoice from the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{my_account_url}">"My account"</a> on our shop.<br /><br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">If you have a guest account, you can follow your order via the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Order {order_name} - Processing </p>
|
||||
<span style="color:#777">
|
||||
We are currently processing your <strong><span style="color:#777">{shop_name}</span></strong> order with the reference <strong><span style="color:#777">{order_name}</span></strong>. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
You can review your order and download your invoice from the <a href="{history_url}" style="color:#337ff1">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}" style="color:#337ff1">"My account"</a> on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}" style="color:#337ff1">"Guest Tracking"</a> section on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+20
-11
@@ -1,11 +1,20 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
We are currently processing your {shop_name} order with the reference {order_name}.
|
||||
|
||||
You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.
|
||||
|
||||
If you have guest account, you can follow your order using this link: {guest_tracking_url}
|
||||
|
||||
{shop_name} - {shop_url}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Order {order_name} - Processing We are currently processing your
|
||||
{SHOP_NAME} order with the reference {ORDER_NAME}.
|
||||
|
||||
You can review your order and download your invoice from the
|
||||
"Order history" [http://safe.shell.la/{history_url}] section of your
|
||||
customer account by clicking "My account"
|
||||
[http://safe.shell.la/{my_account_url}] on our shop.
|
||||
|
||||
If you have a guest account, you can follow your order via the
|
||||
"Guest Tracking" [http://safe.shell.la/{guest_tracking_url}] section
|
||||
on our shop.
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
+69
-49
@@ -1,49 +1,69 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Refund processed for order with the reference {order_name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>We have processed your {shop_name} refund for order with the reference {order_name}.</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">You can review your order and download your invoice from the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{my_account_url}">"My account"</a> on our shop.<br /><br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">If you have a guest account, you can follow your order via the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="margin:3px 0 7px">
|
||||
Order {order_name} - Refund processed </p>
|
||||
<span>
|
||||
We have processed your <strong><span>{shop_name}</strong></span> refund for order with the reference <strong><span>{order_name}</strong></span>. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
You can review your order and download your invoice from the <a href="{history_url}" style="color:#337ff1">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}" style="color:#337ff1">"My account"</a> on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}" style="color:#337ff1">"Guest Tracking"</a> section on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+20
-11
@@ -1,11 +1,20 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
We have processed your {shop_name} refund for order with the reference {order_name}.
|
||||
|
||||
You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.
|
||||
|
||||
If you have guest account, you can follow your order using this link: {guest_tracking_url}
|
||||
|
||||
{shop_name} - {shop_url}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Order {order_name} - Refund processed We have processed your
|
||||
{SHOP_NAME} refund for order with the reference {ORDER_NAME}.
|
||||
|
||||
You can review your order and download your invoice from the
|
||||
"Order history" [http://safe.shell.la/{history_url}] section of your
|
||||
customer account by clicking "My account"
|
||||
[http://safe.shell.la/{my_account_url}] on our shop.
|
||||
|
||||
If you have a guest account, you can follow your order via the
|
||||
"Guest Tracking" [http://safe.shell.la/{guest_tracking_url}] section
|
||||
on our shop.
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
+61
-11
@@ -1,16 +1,66 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td style="border: 1px solid #CCCCCC; background-color: #ffffff; padding: 10px; color: #383838; font-size: 12px;">{reply}<br /><br /> <span style="color: #cc0000; font-weight: bold;">Please do not reply to this message</span>, we will not receive it.<br /><br /> In order to reply, please use the following link: <a href="{link}">{link}</a>.</td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>{reply}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
You can review your order and download your invoice from the <a href="{history_url}" style="color:#337ff1">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}" style="color:#337ff1">"My account"</a> on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}" style="color:#337ff1">"Guest Tracking"</a> section on our shop. </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+19
-5
@@ -1,5 +1,19 @@
|
||||
{reply}
|
||||
|
||||
Please do not reply to this message, we will not receive it.
|
||||
|
||||
In order to reply, please use the following link: {link}
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
{reply}
|
||||
|
||||
You can review your order and download your invoice from the
|
||||
"Order history" [http://safe.shell.la/{history_url}] section of your
|
||||
customer account by clicking "My account"
|
||||
[http://safe.shell.la/{my_account_url}] on our shop.
|
||||
|
||||
If you have a guest account, you can follow your order via the
|
||||
"Guest Tracking" [http://safe.shell.la/{guest_tracking_url}] section
|
||||
on our shop.
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
+62
-48
@@ -1,49 +1,63 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order with the reference {order_name} - Shipped</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Thank you for shopping with {shop_name}!<br /><br /><strong>Your order with the reference {order_name} has been shipped.</strong><br />You will soon receive a URL to track the delivery progress of your package.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">You can review your order and download your invoice from the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{my_account_url}">"My account"</a> on our shop.<br /><br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">If you have a guest account, you can follow your order via the <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span><br/>
|
||||
<span class="subtitle" style="font-weight:500;font-size:16px;text-transform:uppercase;line-height:25px">Thank you for shopping with {shop_name}!</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Order {order_name} - Shipped </p>
|
||||
<span style="color:#777">
|
||||
Your order with the reference <span style="color:#777"><strong>{order_name}</strong></span> has been shipped.<br />
|
||||
You will soon receive a URL to track the delivery progress of your package. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
You can now place orders on our shop: <a href="{shop_url}" style="color:#337ff1">{shop_name}</a>.
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+19
-15
@@ -1,15 +1,19 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Thank you for shopping with {shop_name}!
|
||||
|
||||
Your order with the reference {order_name} has just been shipped.
|
||||
|
||||
You will soon receive a URL to track the delivery progress of your package.
|
||||
|
||||
You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.
|
||||
|
||||
If you have guest account, you can follow your order using this link: {guest_tracking_url}
|
||||
|
||||
{shop_name} - {shop_url}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Thank you for shopping with {shop_name}!
|
||||
|
||||
Order {order_name} - Shipped Your order with the reference
|
||||
{ORDER_NAME} has been shipped.
|
||||
|
||||
You will soon receive a URL to track the delivery progress of your
|
||||
package.
|
||||
|
||||
You can now place orders on our shop: {shop_name}
|
||||
[http://safe.shell.la/{shop_url}].
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('Here are your login details:'); ?><br />
|
||||
<span><strong><?php echo t('E-mail address: <a href="mailto:{email}">{email}</a>'); ?></strong></span><br />
|
||||
<span><strong><?php echo t('E-mail address:'); ?> <a href="mailto:{email}">{email}</a></strong></span><br />
|
||||
<span><strong><?php echo t('Password:'); ?></strong></span> {passwd}
|
||||
</span>
|
||||
</td>
|
||||
@@ -40,7 +40,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span><?php echo t('You can now place orders on our shop: <a href="{shop_url}">{shop_name}</a>'); ?>.</span>
|
||||
<span><?php echo t('You can now place orders on our shop:'); ?> <a href="{shop_url}">{shop_name}</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@@ -11,10 +11,10 @@
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('A new command has been generated to you.'); ?>
|
||||
<?php echo t('A new order has been generated on your behalf.'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('Go on <a href="{order_link}">{order_link}</a> to finalize the payment.'); ?>
|
||||
<?php echo t('Please go on <a href="{order_link}">{order_link}</a> to finalize the payment.'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<tr>
|
||||
<td align="center">
|
||||
<span class="title"><?php echo t('Hi {firstname} {lastname},'); ?></span><br/>
|
||||
<span class="subtitle"><?php echo t('Thank you for shopping at {shop_name}!'); ?></span>
|
||||
<span class="subtitle"><?php echo t('Thank you for shopping with {shop_name}!'); ?></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -28,7 +28,7 @@
|
||||
<?php echo t('You have selected to pay by wire transfer.'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('Here are the bank details for your wire or transfer:'); ?><br />
|
||||
<?php echo t('Here are the bank details for your transfer:'); ?><br />
|
||||
<span><strong><?php echo t('Amount:'); ?></strong></span> {total_paid}<br />
|
||||
<span><strong><?php echo t('Account owner:'); ?></strong></span> {bankwire_owner}<br />
|
||||
<span><strong><?php echo t('Account details:'); ?></strong></span> {bankwire_details}<br />
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<tr>
|
||||
<td align="center">
|
||||
<span class="title"><?php echo t('Hi {firstname} {lastname},'); ?></span><br/>
|
||||
<span class="subtitle"><?php echo t('Thank you for shopping at {shop_name}!'); ?></span>
|
||||
<span class="subtitle"><?php echo t('Thank you for shopping with {shop_name}!'); ?></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -25,10 +25,10 @@
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('You have selected to pay by check. Please include on your check.'); ?>
|
||||
<?php echo t('You have selected to pay by check.'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('Here are the bank details for your wire or transfer:'); ?><br />
|
||||
<?php echo t('Here are the bank details for your check:'); ?><br />
|
||||
<span><strong><?php echo t('Amount:'); ?></strong></span> {total_paid}<br />
|
||||
<span><strong><?php echo t('Payable to the order of:'); ?></strong></span> {cheque_name}<br />
|
||||
<span><strong><?php echo t('Please mail your check to:'); ?></strong></span> {cheque_address_html}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('Your order with the reference {order_name} - Credit slip created'); ?>
|
||||
<?php echo t('Order {order_name}'); ?> - <?php echo t('Credit slip created'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('We have generated a credit slip in your name for order with the reference <span><strong>{order_name}</strong></span>.'); ?>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<tr>
|
||||
<td align="center">
|
||||
<span class="title"><?php echo t('Hi {firstname} {lastname},'); ?></span><br/>
|
||||
<span class="subtitle"><?php echo t('Thank you for your order from <strong>{shop_name}</strong>'); ?></span>
|
||||
<span class="subtitle"><?php echo t('Thank you for your order with the reference {order_name} from <strong>{shop_name}</strong>'); ?></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('Your order with the reference <span><strong>{order_name}</strong></span> is currently in transit.'); ?> <br /><br />
|
||||
<?php echo t('You can track your package using the following link: <a href="{followup}">{followup}</a>'); ?>
|
||||
<?php echo t('You can track your package using the following link:'); ?> <a href="{followup}"><?php echo t('{followup}'); ?></a>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<tr>
|
||||
<td align="center">
|
||||
<span class="title"><?php echo t('Hi {firstname} {lastname},'); ?></span><br/>
|
||||
<span class="subtitle"><?php echo t('Thank you for shopping at {shop_name}!'); ?></span>
|
||||
<span class="subtitle"><?php echo t('Thank you for shopping with {shop_name}!'); ?></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('New message from {shop_name}'); ?>
|
||||
<?php echo t('Message from {shop_name}'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('You have received a new message from <span><strong>{shop_name}</strong></span> regarding order with the reference <span><strong>{order_name}</strong></span>.'); ?><br /><br />
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<?php echo t('Order {order_name}'); ?> - <?php echo t('Refund processed'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('We have processed your <strong><span>{shop_name}</strong></span> refund for order with the reference <strong><span>{order_name}</strong></span>.'); ?>
|
||||
<?php echo t('We have processed your <strong><span>{shop_name}</span><strong/> refund for order with the reference <strong><span>{order_name}</span></strong>.'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<tr>
|
||||
<td>
|
||||
<span>
|
||||
<?php echo t('You can now place orders on our shop: <a href="{shop_url}">{shop_name}</a>'); ?>.
|
||||
<?php echo t('You can now place orders on our shop:'); ?> <a href="{shop_url}">{shop_name}</a>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('A voucher has been created in your name as a result of your order with the reference <span><strong>{order_name}</strong></span>.'); ?><br/><br/>
|
||||
<?php echo t('<span><strong>Voucher code: {voucher_num}</strong></span> in the amount of <span><strong>{voucher_amount}</strong></span></strong>'); ?><br /><br />
|
||||
<?php echo t('<span><strong>Voucher code: {voucher_num}</strong></span> in the amount of <span><strong>{voucher_amount}</strong></span>'); ?><br /><br />
|
||||
<?php echo t('Simply copy/paste this code during the payment process for your next order.'); ?>
|
||||
</span>
|
||||
</td>
|
||||
|
||||
+52
-21
@@ -1,22 +1,53 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Test mail</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Hello,<br /><br /> This is a <strong>test e-mail</strong> from your shop.<br /><br /> If you can read this, the test was successful!</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hello</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>
|
||||
This is a <strong>test e-mail</strong> from your shop.<br /><br /> If you can read this, the test was successful!.
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+12
-8
@@ -1,8 +1,12 @@
|
||||
Hello,
|
||||
|
||||
This is a test e-mail from your PrestaShop™ online shop.
|
||||
|
||||
If you can read this, the test was successful!
|
||||
|
||||
Regards,
|
||||
{shop_name} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hello
|
||||
|
||||
This is a TEST E-MAIL from your shop.
|
||||
|
||||
If you can read this, the test was successful!.
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
+55
-45
@@ -1,46 +1,56 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order with the reference {order_name} - Voucher created</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">A voucher has been created in your name as a result of your order with the reference {order_name}.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Voucher code: <strong>{voucher_num}</strong>, in the amount of <strong>{voucher_amount}</strong>.<br /> Simply copy/paste this code during the payment process for your next order.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Order {order_name} - Voucher created </p>
|
||||
<span style="color:#777">
|
||||
A voucher has been created in your name as a result of your order with the reference <span style="color:#777"><strong>{order_name}</strong></span>.<br/><br/>
|
||||
<span style="color:#777"><strong>Voucher code: {voucher_num}</strong></span> in the amount of <span style="color:#777"><strong>{voucher_amount}</strong></span></strong><br /><br />
|
||||
Simply copy/paste this code during the payment process for your next order. </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+16
-13
@@ -1,13 +1,16 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
A voucher has been created in your name as a result of your order with the reference {order_name}.
|
||||
|
||||
Voucher code: {voucher_num}, in the amount of {voucher_amount}.
|
||||
|
||||
Simply copy/paste this code during the payment process for your next order.
|
||||
|
||||
Thank you for shopping at {shop_name}.
|
||||
|
||||
{shop_name} - {shop_url}
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Order {order_name} - Voucher created A voucher has been created in
|
||||
your name as a result of your order with the reference {ORDER_NAME}.
|
||||
|
||||
VOUCHER CODE: {VOUCHER_NUM} in the amount of {VOUCHER_AMOUNT}
|
||||
|
||||
Simply copy/paste this code during the payment process for your next
|
||||
order.
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
+53
-39
@@ -1,40 +1,54 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">This is to inform you about the creation of a voucher.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Here is the code of your voucher : <strong>{voucher_num}</strong>.<br /> Simply copy/paste this code during the payment process for your next order.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered with <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
This is to inform you about the creation of a voucher. </p>
|
||||
<span style="color:#777">
|
||||
Here is the code of your voucher: <span style="color:#777"><strong>{voucher_num}</strong></span><br/><br/>
|
||||
Simply copy/paste this code during the payment process for your next order. </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+14
-14
@@ -1,14 +1,14 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
This is to inform you about the creation of a voucher.
|
||||
|
||||
Here is the code of your voucher : {voucher_num}.
|
||||
|
||||
Simply copy/paste this code during the payment process for your next order.
|
||||
|
||||
Thank you for shopping at {shop_name}.
|
||||
|
||||
{shop_name} - {shop_url}
|
||||
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[http://safe.shell.la/{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
This is to inform you about the creation of a voucher. Here is the
|
||||
code of your voucher: {VOUCHER_NUM}
|
||||
|
||||
Simply copy/paste this code during the payment process for your next
|
||||
order.
|
||||
|
||||
{shop_name} [http://safe.shell.la/{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user