Merge branch 'master' of gitlab.antadis.net:dev-antadis/privilegedemarque
This commit is contained in:
commit
b188a70d9a
@ -3317,20 +3317,24 @@ class AdminControllerCore extends Controller
|
||||
$delete_ok = false;
|
||||
}
|
||||
}
|
||||
else
|
||||
else {
|
||||
if (!$to_delete->delete())
|
||||
{
|
||||
$result = false;
|
||||
$delete_ok = false;
|
||||
}
|
||||
}
|
||||
|
||||
if ($delete_ok)
|
||||
if ($delete_ok) {
|
||||
PrestaShopLogger::addLog(sprintf($this->l('%s deletion', 'AdminTab', false, false), $this->className), 1, null, $this->className, (int)$to_delete->id, true, (int)$this->context->employee->id);
|
||||
else
|
||||
}
|
||||
else {
|
||||
$this->errors[] = sprintf(Tools::displayError('Can\'t delete #%d'), $id);
|
||||
}
|
||||
if ($result)
|
||||
}
|
||||
if ($result) {
|
||||
$this->redirect_after = self::$currentIndex.'&conf=2&token='.$this->token;
|
||||
}
|
||||
$this->errors[] = Tools::displayError('An error occurred while deleting this selection.');
|
||||
}
|
||||
}
|
||||
|
@ -60,7 +60,7 @@
|
||||
{else}
|
||||
<a style="border: none;" href="http://www.privilegedemarque.com/{$tracking}">
|
||||
{/if}
|
||||
<img style="border: none;" src="{$urlImgPath|cat:'livraison-gratuite-news-bloc.jpg'|escape:'html':'UTF-8'}" alt="{l s='Livraison gratuite' mod='ant_export_privatesales_newsletter'}" width="{$twoColumnWidth - $padding}" height="auto" />
|
||||
<img style="border: none;" src="{$urlImgPath|cat:'livraison-gratuite-news-bloc3.jpg'|escape:'html':'UTF-8'}" alt="{l s='Livraison gratuite' mod='ant_export_privatesales_newsletter'}" width="{$twoColumnWidth - $padding}" height="auto" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -91,7 +91,7 @@
|
||||
{else}
|
||||
<a style="border: none;" href="http://www.privilegedemarque.com/{$tracking}">
|
||||
{/if}
|
||||
<img style="border: none; padding-left: 5px;" src="{$urlImgPath|cat:'livraison-gratuite-news-bloc2.jpg'|escape:'html':'UTF-8'}" alt="{l s='Livraison gratuite' mod='ant_export_privatesales_newsletter'}" width="290" height="251" />
|
||||
<img style="border: none; padding-left: 5px;" src="{$urlImgPath|cat:'livraison-gratuite-news-bloc3.jpg'|escape:'html':'UTF-8'}" alt="{l s='Livraison gratuite' mod='ant_export_privatesales_newsletter'}" width="290" height="251" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -93,7 +93,7 @@
|
||||
{else}
|
||||
<a style="border: none;" href="http://www.privilegedemarque.com/{$tracking}">
|
||||
{/if}
|
||||
<img style="border: none; padding-left: 5px;" src="{$urlImgPath|cat:'livraison-gratuite-news-bloc2.jpg'|escape:'html':'UTF-8'}" alt="{l s='Livraison gratuite' mod='ant_export_privatesales_newsletter'}" width="290" height="251" />
|
||||
<img style="border: none; padding-left: 5px;" src="{$urlImgPath|cat:'livraison-gratuite-news-bloc3.jpg'|escape:'html':'UTF-8'}" alt="{l s='Livraison gratuite' mod='ant_export_privatesales_newsletter'}" width="290" height="251" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -591,12 +591,15 @@ class Mailjet_Sync extends Module
|
||||
}
|
||||
$mj = $this->getClient();
|
||||
if ($mj->deleteContactFromList($customer->email, $list, $remove) && $mj->deleteContactFromList($customer->email, $list2, $remove)) {
|
||||
error_log('ANTADIS DEBUG MAIJET - OK - Delete contact from list Q/H/3 : '.print_r($list, true).' - list Pro/Part : '.print_r($list2, true));
|
||||
if ($remove == 1) {
|
||||
$mj->deleteContactFromList($customer->email, Configuration::get('MAILJETSYNC_LIST_ID'), $remove);
|
||||
$mj->deleteContactFromList($customer->email, Configuration::get('MAILJETSYNC_LIST_ID_PRO'), $remove);
|
||||
error_log('ANTADIS DEBUG MAIJET - OK - Redondant delete contact from both Pro/part lists');
|
||||
}
|
||||
return true;
|
||||
} else {
|
||||
error_log('ANTADIS DEBUG MAIJET - FAIL - Delete contact from list Q/H/3 : '.print_r($list, true).' - list Pro/Part : '.print_r($list2, true));
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 30 KiB |
BIN
themes/site/img/banner/bandeau_second_mobile_0sUWt.png
Normal file
BIN
themes/site/img/banner/bandeau_second_mobile_0sUWt.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Binary file not shown.
Before Width: | Height: | Size: 34 KiB |
Binary file not shown.
Before Width: | Height: | Size: 36 KiB |
BIN
themes/site/img/banner/bandeau_second_nnCvz.png
Normal file
BIN
themes/site/img/banner/bandeau_second_nnCvz.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
Before Width: | Height: | Size: 28 KiB |
@ -83,5 +83,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
@ -100,6 +100,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -136,6 +136,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -150,6 +150,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -119,6 +119,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -54,5 +54,10 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
@ -132,6 +132,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -132,6 +132,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -132,6 +132,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -132,6 +132,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -130,6 +130,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -88,5 +88,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
@ -112,6 +112,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -160,6 +160,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -104,6 +104,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -133,6 +133,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -130,6 +130,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -321,6 +321,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -109,6 +109,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -109,6 +109,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -127,6 +127,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -127,6 +127,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -127,6 +127,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -127,6 +127,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -127,6 +127,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -127,6 +127,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -100,6 +100,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -103,6 +103,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -88,6 +88,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -67,6 +67,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -77,6 +77,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -91,6 +91,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -100,6 +100,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -64,6 +64,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -63,6 +63,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
@ -65,6 +65,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -76,6 +76,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -105,6 +105,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -190,6 +190,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -192,6 +192,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -107,6 +107,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -206,6 +206,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -63,6 +63,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
@ -73,6 +73,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
@ -86,5 +86,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
@ -80,5 +80,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
@ -82,5 +82,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
@ -102,5 +102,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
@ -3,89 +3,73 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message de {shop_name}</title>
|
||||
<style>
|
||||
p{font-family: "trebuchet ms"}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table class="table table-mail" style="width: 650px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="space" style="width: 20px; padding: 0;"> </td>
|
||||
<td style="padding: 0;" align="center">
|
||||
<table class="table" style="width: 100%;" bgcolor="#ffffff">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="logo" style="padding: 0;" align="center">
|
||||
<a style="color: #337ff1;" title="{shop_name}" href="{shop_url}"> <img src="{shop_logo}" alt="{shop_name}" /> </a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="titleblock" style="font-size: 12px; color: #a9adb1; padding: 7px 0;" align="center">1er site de ventes privées et nouveautés de marques reconnues
|
||||
<br /> par les professionnels de l'hôtellerie et de la restauration</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="titleblock" style="font-size: 12px; color: #a9adb1; padding: 7px 0;" align="center"><img src="{shop_url}img/mail/shapered_mail.png" alt="" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="space_footer" style="padding: 0!important;"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="titleblock" style="padding: 7px 0;" align="center">
|
||||
<p><span style="color: #434647; font-family: 'trebuchet ms', sans-serif; font-size: small;"> <span class="title" style="font-weight: 500; font-size: 18px; text-transform: uppercase; line-height: 33px;">Bonjour <span style="color: #f05249;">{firstname} {lastname},</span></span>
|
||||
</span>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="space_footer" style="padding: 0!important;"> <img src="http://www.privilegedemarque.com/img/cms/Locaux_et_Equipe_PDM/Panier-abandonne.jpg" alt="" width="600" height="350" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="space_footer" style="padding: 0px !important; text-align: center;"><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;"><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;"> Nous avons remarqué que vous n'avez pas validé la commande que vous aviez commencée.</span></span>
|
||||
<p style="text-align: center;"><strong>Votre bon de réduction :</strong> {voucher_num}
|
||||
<br /> Saisissez ce code dans votre panier afin d'obtenir votre réduction.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<table class="table" style="width: 100%; margin-top: 10px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="padding: 7px 0;" colspan="4">
|
||||
<p style="margin: 3px 0 7px; text-transform: uppercase; font-weight: 500; font-size: 18px; padding-bottom: 10px; text-align: center; color:#434647" data-html-only="1">Récapitulatif de votre panier</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="table" style="width: 100%; margin-top: 10px;">
|
||||
<tbody>
|
||||
{cartHtml}
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="space_footer" style="padding: 0!important;"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="linkbelow" style="padding: 7px 0;" align="center">
|
||||
<p><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">Ne laissez pas de telles offres filer! <br /> Bénéficiez dès à présent de ce bon de réduction sur votre commande.<br /> <a style="color: #f05249;" href="{shop_url}">{shop_url}</a><br /> <br /> </span></p>
|
||||
<p><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">A très bientôt chez Privilège de Marque,</span></p>
|
||||
<p> </p>
|
||||
<p><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">L'Equipe Commerciale.<br /> <img src="{shop_url}img/mail/border_bottom_mail.png" alt="" /> </span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="space_footer" style="padding: 0!important;"> <img src="{shop_url}img/cms/Bandeaux_Mails_Transactionnels/Bandeau-fidelite.jpg" alt="" width="600" height="146" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="width: 20px; padding: 7px 0;"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p> </p>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="space" style="width: 20px; padding: 0;"> </td>
|
||||
<td style="padding: 0;" align="center">
|
||||
<table class="table" style="width: 100%;" bgcolor="#ffffff">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="logo" style="padding: 0;" align="center"><a style="color: #337ff1;" title="{shop_name}" href="{shop_url}"> <img src="{shop_logo}" alt="{shop_name}" /> </a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="titleblock" style="font-size: 12px; color: #a9adb1; padding: 7px 0;" align="center">1er site de ventes privées et nouveautés de marques reconnues <br /> par les professionnels de l'hôtellerie et de la restauration</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="titleblock" style="font-size: 12px; color: #a9adb1; padding: 7px 0;" align="center"><img src="{shop_url}img/mail/shapered_mail.png" alt="" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="space_footer" style="padding: 0!important;"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="titleblock" style="padding: 7px 0;" align="center">
|
||||
<p><span style="color: #434647; font-family: 'trebuchet ms', sans-serif; font-size: small;"> <span class="title" style="font-weight: 500; font-size: 18px; text-transform: uppercase; line-height: 33px;">Bonjour <span style="color: #f05249;">{firstname} {lastname},</span></span> </span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="space_footer" style="padding: 0!important;"> <img src="http://www.privilegedemarque.com/img/cms/Locaux_et_Equipe_PDM/Panier-abandonne.jpg" alt="" width="600" height="350" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="space_footer" style="padding: 0px !important; text-align: center;"><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;"><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;"> Nous avons remarqué que vous n'avez pas validé la commande que vous aviez commencée.</span></span>
|
||||
<p style="text-align: center;"><strong>Votre bon de réduction :</strong> {voucher_num} <br /> Saisissez ce code dans votre panier afin d'obtenir votre réduction.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<table class="table" style="width: 100%; margin-top: 10px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="padding: 7px 0;" colspan="4">
|
||||
<p style="margin: 3px 0 7px; text-transform: uppercase; font-weight: 500; font-size: 18px; padding-bottom: 10px; text-align: center; color: #434647;" data-html-only="1">Récapitulatif de votre panier</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
{cartHtml}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="space_footer" style="padding: 0!important;"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="linkbelow" style="padding: 7px 0;" align="center">
|
||||
<p><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">Ne laissez pas de telles offres filer! <br /> Bénéficiez dès à présent de ce bon de réduction sur votre commande.<br /> <a style="color: #f05249;" href="{shop_url}">{shop_url}</a><br /> <br /> </span></p>
|
||||
<p><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">A très bientôt chez Privilège de Marque,</span></p>
|
||||
<p> </p>
|
||||
<p><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">L'Equipe Commerciale.<br /> <img src="{shop_url}img/mail/border_bottom_mail.png" alt="" /> </span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="space_footer" style="padding: 0!important;"> <img src="{shop_url}img/cms/Bandeaux_Mails_Transactionnels/Bandeau-fidelite.jpg" alt="" width="600" height="146" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="width: 20px; padding: 7px 0;"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
@ -1,95 +1,79 @@
|
||||
<!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 de {shop_name}</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table class="table table-mail" style="width: 650px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="padding: 0;" align="center">
|
||||
<table class="table" style="width: 100%; margin-left: auto; margin-right: auto;" bgcolor="#ffffff">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="logo" style="padding: 0;" align="center">
|
||||
<a style="color: #337ff1;" title="{shop_name}" href="{shop_url}"> <img src="{shop_logo}" alt="{shop_name}" /> </a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="titleblock" style="font-size: 12px; color: #a9adb1; padding: 7px 0;" align="center">1er site de ventes privées et nouveautés de marques reconnues
|
||||
<br />par les professionnels de l'hôtellerie et de la restauration</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="titleblock" style="font-size: 12px; color: #f05349; padding: 7px 0;" align="center"><img src="{shop_url}img/mail/shapered_mail.png" alt="" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="space_footer" style="padding: 0!important;"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="titleblock" style="padding: 7px 0;" align="center">
|
||||
<p><span style="color: #434647; font-family: 'trebuchet ms', sans-serif; font-size: small;"> <span class="title" style="font-weight: 500; font-size: 18px; text-transform: uppercase; line-height: 33px;">Bonjour <span style="color: #f05249;">{firstname} {lastname},</span></span>
|
||||
</span>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="space_footer" style="padding: 0!important;">
|
||||
<p><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">Tout d'abord, merci d'avoir visité <strong>www.privilegedemarque.com</strong></span></p>
|
||||
<p><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">N'oubliez pas ! Les ventes que nous vous proposons sont éphémères...il sera bientôt trop tard ! Vous profitez d'offres exceptionnelles allant jusqu'à -70%, ne laissez pas passer votre coup de coeur !</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="space_footer" style="padding: 0px !important; text-align: center;"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<table class="table" style="width: 100%; margin-top: 10px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="padding: 7px 0;" colspan="4" align="center">
|
||||
<p><span style="color: #434647; font-family: 'trebuchet ms', sans-serif; font-size: small;"> <span class="title" style="font-weight: 500; font-size: 18px; text-transform: uppercase; line-height: 33px;">VOICI UN Récapitulatif de votre panier :</span></span>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table>
|
||||
<table class="table" style="width: 100%; margin-top: 10px;">
|
||||
<tbody>
|
||||
{cartHtml}
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="space_footer" style="padding: 0!important;"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="linkbelow" style="padding: 7px 0;" align="left">
|
||||
<p><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">Nous avons remarqué que vous n'avez pas validé le panier que vous aviez commencé. Si vous avez rencontré des difficultés pour valider vos achats, l'équipe Privilège de Marque est à votre disposition pour vous accompagner à chaque étape de votre commande et pour répondre à toutes vos questions :</span></p>
|
||||
<p>Par téléphone : 01 73 79 09 09
|
||||
<br />Par email : contact@privilegedemarque.com</p>
|
||||
<p style="text-align: center;"><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">Et ce n'est pas tout ! <br /> Bénéficiez de la livraison gratuite sur votre première commande !</span></p>
|
||||
<p><img src="{shop_url}img/cms/Mails_transactionnels/banniere-liv-grat-jaune-news.jpg" alt="Livraison gratuite" width="600" height="86" /></p>
|
||||
<p> </p>
|
||||
<p style="text-align: center;"><a style="color: #f05249;" href="{shop_url}">{shop_url}</a></p>
|
||||
<p style="text-align: center;"><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">A très bientôt !</span>
|
||||
<br /><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">L'Equipe Privilège de Marque<br /> <img src="{shop_url}img/mail/border_bottom_mail.png" alt="" /> </span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="space_footer" style="padding: 0!important;"> <img src="{shop_url}img/cms/Bandeaux_Mails_Transactionnels/Bandeau-fidelite.jpg" alt="" width="600" height="146" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="width: 20px; padding: 7px 0;"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="padding: 0;" align="center">
|
||||
<table class="table" style="width: 100%; margin-left: auto; margin-right: auto;" bgcolor="#ffffff">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="logo" style="padding: 0;" align="center"><a style="color: #337ff1;" title="{shop_name}" href="{shop_url}"> <img src="{shop_logo}" alt="{shop_name}" /> </a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="titleblock" style="font-size: 12px; color: #a9adb1; padding: 7px 0;" align="center">1er site de ventes privées et nouveautés de marques reconnues <br />par les professionnels de l'hôtellerie et de la restauration</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="titleblock" style="font-size: 12px; color: #f05349; padding: 7px 0;" align="center"><img src="{shop_url}img/mail/shapered_mail.png" alt="" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="space_footer" style="padding: 0!important;"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="titleblock" style="padding: 7px 0;" align="center">
|
||||
<p><span style="color: #434647; font-family: 'trebuchet ms', sans-serif; font-size: small;"> <span class="title" style="font-weight: 500; font-size: 18px; text-transform: uppercase; line-height: 33px;">Bonjour <span style="color: #f05249;">{firstname} {lastname},</span></span> </span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="space_footer" style="padding: 0!important;">
|
||||
<p><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">Tout d'abord, merci d'avoir visité <strong>www.privilegedemarque.com</strong></span></p>
|
||||
<p><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">N'oubliez pas ! Les ventes que nous vous proposons sont éphémères...il sera bientôt trop tard ! Vous profitez d'offres exceptionnelles allant jusqu'à -70%, ne laissez pas passer votre coup de coeur !</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="space_footer" style="padding: 0px !important; text-align: center;"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<table class="table" style="width: 100%; margin-top: 10px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="padding: 7px 0;" colspan="4" align="center">
|
||||
<p><span style="color: #434647; font-family: 'trebuchet ms', sans-serif; font-size: small;"> <span class="title" style="font-weight: 500; font-size: 18px; text-transform: uppercase; line-height: 33px;">VOICI UN Récapitulatif de votre panier :</span></span></p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
{cartHtml}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="space_footer" style="padding: 0!important;"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="linkbelow" style="padding: 7px 0;" align="left">
|
||||
<p><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">Nous avons remarqué que vous n'avez pas validé le panier que vous aviez commencé. Si vous avez rencontré des difficultés pour valider vos achats, l'équipe Privilège de Marque est à votre disposition pour vous accompagner à chaque étape de votre commande et pour répondre à toutes vos questions :</span></p>
|
||||
<p>Par téléphone : 01 73 79 09 09 <br />Par email : contact@privilegedemarque.com</p>
|
||||
<p style="text-align: center;"><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">Et ce n'est pas tout ! <br /> Bénéficiez de la livraison gratuite sur votre première commande !</span></p>
|
||||
<p> </p>
|
||||
<p><img src="http://www.privilegedemarque.com/img/cms/Mails_transactionnels/banniere-liv-grat-jaune-news.jpg" alt="" width="600" height="86" /></p>
|
||||
<p style="text-align: center;"><a style="color: #f05249;" href="{shop_url}">{shop_url}</a></p>
|
||||
<p style="text-align: center;"><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">A très bientôt !</span> <br /><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">L'Equipe Privilège de Marque<br /> <img src="{shop_url}img/mail/border_bottom_mail.png" alt="" /> </span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="space_footer" style="padding: 0!important;"> <img src="http://www.privilegedemarque.com/img/cms/Bandeaux_Mails_Transactionnels/Bandeau-fidelite.jpg" alt="" width="600" height="146" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="width: 20px; padding: 7px 0;"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p> </p>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -58,7 +58,7 @@
|
||||
<p><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">Nous avons remarqué que vous n'avez pas validé le panier que vous aviez commencé. Si vous avez rencontré des difficultés pour valider vos achats, l'équipe Privilège de Marque est à votre disposition pour vous accompagner à chaque étape de votre commande et pour répondre à toutes vos questions :</span></p>
|
||||
<p>Par téléphone : 01 73 79 09 09 <br />Par email : contact@privilegedemarque.com</p>
|
||||
<p style="text-align: center;"><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">Et ce n'est pas tout ! <br /> Bénéficiez de la livraison gratuite sur votre première commande !</span></p>
|
||||
<p style="text-align: center;"><img src="http://www.privilegedemarque.com/img/cms/Mails_transactionnels/bandeau-livraison-gratuite_panier-ab.jpg" alt="Livraison gratuite" width="600" height="86" /></p>
|
||||
<p style="text-align: center;"><img src="http://www.privilegedemarque.com/img/cms/Mails_transactionnels/bandeau-livraison-gratuite_panier-v2.jpg" alt="" width="600" height="86" /></p>
|
||||
<p> </p>
|
||||
<p style="text-align: center;"><a style="color: #f05249;" href="{shop_url}">{shop_url}</a></p>
|
||||
<p style="text-align: center;"><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">A très bientôt !</span> <br /><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">L'Equipe Privilège de Marque<br /> <img src="{shop_url}img/mail/border_bottom_mail.png" alt="" /> </span></p>
|
||||
@ -74,10 +74,7 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> </p>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -16,7 +16,7 @@
|
||||
<td class="logo" style="padding: 0;" align="center"><a style="color: #337ff1;" title="{shop_name}" href="{shop_url}"> <img src="{shop_logo}" alt="{shop_name}" /> </a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="titleblock" style="font-size: 12px; color: #a9adb1; padding: 7px 0;" align="center">1er site de ventes privées et nouveautés de marques reconnues <br /> par les professionnels de l'hôtellerie et de la restauration</td>
|
||||
<td class="titleblock" style="font-size: 12px; color: #a9adb1; padding: 7px 0;" align="center">L'ART DE BIEN RECEVOIR EN VENTES PRIVÉES !</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="titleblock" style="font-size: 12px; color: #a9adb1; padding: 7px 0;" align="center"><img src="{shop_url}img/mail/shapered_mail.png" alt="" /></td>
|
||||
@ -56,13 +56,13 @@
|
||||
<tr>
|
||||
<td class="linkbelow" style="padding: 7px 0;" align="center">
|
||||
<p><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">Ne laissez pas de telles offres filer! <br /> Bénéficiez dès à présent de ce bon de réduction sur votre commande.<br /> <a style="color: #f05249;" href="{shop_url}">{shop_url}</a><br /> <br /> </span></p>
|
||||
<p><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">A très bientôt chez Privilège de Marque,</span></p>
|
||||
<p><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">A très bientôt!</span></p>
|
||||
<p> </p>
|
||||
<p><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">L'Equipe Commerciale.<br /> <img src="{shop_url}img/mail/border_bottom_mail.png" alt="" /> </span></p>
|
||||
<p><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;">Toute l'équipe de Privilège de Marque.<br /><a href="http://www.privilegedemarque.com/">www.privilegedemarque.com</a><br /></span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="space_footer" style="padding: 0!important;"> <img src="http://www.privilegedemarque.com/img/cms/Mails_transactionnels/bandeau-livraison-gratuite_panier-ab.jpg" alt="" width="600" height="86" /></td>
|
||||
<td class="space_footer" style="padding: 0!important;"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@ -74,7 +74,5 @@
|
||||
<p> </p>
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
@ -77,6 +77,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -64,6 +64,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
@ -341,6 +341,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -260,6 +260,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -260,6 +260,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -89,6 +89,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
@ -57,6 +57,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
@ -76,6 +76,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
@ -90,6 +90,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -89,6 +89,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -83,6 +83,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
@ -16,7 +16,9 @@
|
||||
<td class="logo" style="padding: 0;" align="center"><a style="color: #337ff1;" title="{shop_name}" href="{shop_url}"> <img src="{shop_logo}" alt="{shop_name}" /> </a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="titleblock" style="font-size: 12px; color: #a9adb1; padding: 7px 0;" align="center">Toutes les marques des PROS de l'hôtellerie restauration en ventes privées !</td>
|
||||
<td class="titleblock" style="font-size: 12px; color: #a9adb1; padding: 7px 0;" align="center">
|
||||
<div class="shop-phone" style="text-align: center;">L'ART DE BIEN RECEVOIR EN VENTES PRIVÉES !</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="titleblock" style="font-size: 12px; color: #a9adb1; padding: 7px 0;" align="center"><img src="{shop_url}img/mail/shapered_mail.png" alt="" /></td>
|
||||
@ -47,7 +49,6 @@
|
||||
<p style="text-align: center;"><span style="color: #434647; font-family: 'trebuchet ms', sans-serif; font-size: medium;">Salutations Privilégiées. </span></p>
|
||||
<p class="titleblock" style="font-size: 15px; color: #a9adb1; padding: 7px 0;" align="center">L'équipe Privilège de Marque.</p>
|
||||
<p><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: 14px;"><span style="color: #f05149;">www.privilegedemarque.com</span></span></p>
|
||||
<p><span style="color: #9ba5ad; font-family: 'trebuchet ms', sans-serif; font-size: small;"><br /> <img src="{shop_url}img/mail/border_bottom_mail.png" alt="" /> </span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -63,16 +64,5 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
@ -64,6 +64,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user