Merge branch 'master' of gitlab.antadis.net:dev-antadis/privilegedemarque

This commit is contained in:
Srv Privilege de marque 2017-03-14 17:10:12 +01:00
commit b188a70d9a
76 changed files with 525 additions and 265 deletions

View File

@ -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.');
}
}

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

View File

@ -83,5 +83,10 @@
</body>
</html>

View File

@ -100,6 +100,11 @@

View File

@ -136,6 +136,11 @@

View File

@ -150,6 +150,11 @@

View File

@ -119,6 +119,11 @@

View File

@ -54,5 +54,10 @@
</tr>
</tbody>
</table>
</body>
</html>

View File

@ -132,6 +132,11 @@

View File

@ -132,6 +132,11 @@

View File

@ -132,6 +132,11 @@

View File

@ -132,6 +132,11 @@

View File

@ -130,6 +130,11 @@

View File

@ -88,5 +88,10 @@
</body>
</html>

View File

@ -112,6 +112,11 @@

View File

@ -160,6 +160,11 @@

View File

@ -104,6 +104,11 @@

View File

@ -133,6 +133,11 @@

View File

@ -130,6 +130,11 @@

View File

@ -321,6 +321,11 @@

View File

@ -109,6 +109,11 @@

View File

@ -109,6 +109,11 @@

View File

@ -127,6 +127,11 @@

View File

@ -127,6 +127,11 @@

View File

@ -127,6 +127,11 @@

View File

@ -127,6 +127,11 @@

View File

@ -127,6 +127,11 @@

View File

@ -127,6 +127,11 @@

View File

@ -100,6 +100,11 @@

View File

@ -103,6 +103,11 @@

View File

@ -88,6 +88,11 @@

View File

@ -67,6 +67,11 @@

View File

@ -77,6 +77,11 @@

View File

@ -91,6 +91,11 @@

View File

@ -100,6 +100,11 @@

View File

@ -63,6 +63,11 @@
</body>

View File

@ -73,6 +73,11 @@
</body>

View File

@ -86,5 +86,10 @@
</body>
</html>

View File

@ -80,5 +80,10 @@
</body>
</html>

View File

@ -82,5 +82,10 @@
</body>
</html>

View File

@ -102,5 +102,10 @@
</body>
</html>

View File

@ -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;">&nbsp;</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&eacute;es et nouveaut&eacute;s de marques reconnues
<br /> par les professionnels de l&#039;h&ocirc;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;">&nbsp;</td>
</tr>
<tr>
<td class="titleblock" style="padding: 7px 0;" align="center">
<p><span style="color: #434647; font-family: &#039;trebuchet ms&#039;, 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;">&nbsp;<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: &#039;trebuchet ms&#039;, sans-serif; font-size: small;"><span style="color: #9ba5ad; font-family: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">&nbsp;Nous avons remarqu&eacute; que vous&nbsp;n&#039;avez pas valid&eacute; la commande que vous aviez commenc&eacute;e.</span></span>
<p style="text-align: center;"><strong>Votre bon de r&eacute;duction :</strong> {voucher_num}
<br /> Saisissez ce code dans votre panier afin d&#039;obtenir votre r&eacute;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&eacute;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;">&nbsp;</td>
</tr>
<tr>
<td class="linkbelow" style="padding: 7px 0;" align="center">
<p><span style="color: #9ba5ad; font-family: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">Ne laissez pas de telles offres filer! <br /> B&eacute;n&eacute;ficiez d&egrave;s &agrave; pr&eacute;sent de ce bon de r&eacute;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: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">A tr&egrave;s bient&ocirc;t chez Privil&egrave;ge de Marque,</span></p>
<p> </p>
<p><span style="color: #9ba5ad; font-family: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">L&#039;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;">&nbsp;<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;">&nbsp;</td>
</tr>
</tbody>
</table>
<p> </p>
<tbody>
<tr>
<td class="space" style="width: 20px; padding: 0;">&nbsp;</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&eacute;es et nouveaut&eacute;s de marques reconnues <br /> par les professionnels de l&#039;h&ocirc;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;">&nbsp;</td>
</tr>
<tr>
<td class="titleblock" style="padding: 7px 0;" align="center">
<p><span style="color: #434647; font-family: &#039;trebuchet ms&#039;, 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;">&nbsp;<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: &#039;trebuchet ms&#039;, sans-serif; font-size: small;"><span style="color: #9ba5ad; font-family: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">&nbsp;Nous avons remarqu&eacute; que vous&nbsp;n&#039;avez pas valid&eacute; la commande que vous aviez commenc&eacute;e.</span></span>
<p style="text-align: center;"><strong>Votre bon de r&eacute;duction :</strong> {voucher_num} <br /> Saisissez ce code dans votre panier afin d&#039;obtenir votre r&eacute;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&eacute;capitulatif de votre panier</p>
</td>
</tr>
</tbody>
</table>
{cartHtml}</td>
</tr>
<tr>
<td class="space_footer" style="padding: 0!important;">&nbsp;</td>
</tr>
<tr>
<td class="linkbelow" style="padding: 7px 0;" align="center">
<p><span style="color: #9ba5ad; font-family: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">Ne laissez pas de telles offres filer! <br /> B&eacute;n&eacute;ficiez d&egrave;s &agrave; pr&eacute;sent de ce bon de r&eacute;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: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">A tr&egrave;s bient&ocirc;t chez Privil&egrave;ge de Marque,</span></p>
<p> </p>
<p><span style="color: #9ba5ad; font-family: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">L&#039;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;">&nbsp;<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;">&nbsp;</td>
</tr>
</tbody>
</table>
</body>
</html>

View File

@ -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&eacute;es et nouveaut&eacute;s de marques reconnues&nbsp;
<br />par les professionnels de l&#039;h&ocirc;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;">&nbsp;</td>
</tr>
<tr>
<td class="titleblock" style="padding: 7px 0;" align="center">
<p><span style="color: #434647; font-family: &#039;trebuchet ms&#039;, 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: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">Tout d&#039;abord, merci d&#039;avoir visit&eacute; <strong>www.privilegedemarque.com</strong></span></p>
<p><span style="color: #9ba5ad; font-family: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">N&#039;oubliez pas ! Les ventes que nous vous proposons sont &eacute;ph&eacute;m&egrave;res...il sera bient&ocirc;t trop tard ! Vous profitez d&#039;offres exceptionnelles allant jusqu&#039;&agrave; -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: &#039;trebuchet ms&#039;, sans-serif; font-size: small;"> <span class="title" style="font-weight: 500; font-size: 18px; text-transform: uppercase; line-height: 33px;">VOICI UN R&eacute;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;">&nbsp;</td>
</tr>
<tr>
<td class="linkbelow" style="padding: 7px 0;" align="left">
<p><span style="color: #9ba5ad; font-family: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">Nous avons remarqu&eacute; que vous&nbsp;n&#039;avez pas valid&eacute; le panier que vous aviez commenc&eacute;. Si vous avez rencontr&eacute; des difficult&eacute;s pour valider vos achats, l&#039;&eacute;quipe Privil&egrave;ge de Marque est &agrave; votre disposition pour vous accompagner &agrave; chaque &eacute;tape de votre commande et pour r&eacute;pondre &agrave; toutes vos questions :</span></p>
<p>Par t&eacute;l&eacute;phone : 01 73 79 09 09
<br />Par email : contact@privilegedemarque.com</p>
<p style="text-align: center;"><span style="color: #9ba5ad; font-family: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">Et ce n&#039;est pas tout !&nbsp; <br /> B&eacute;n&eacute;ficiez de la livraison gratuite sur votre premi&egrave;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: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">A tr&egrave;s bient&ocirc;t !</span>
<br /><span style="color: #9ba5ad; font-family: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">L&#039;Equipe&nbsp;Privil&egrave;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;">&nbsp;<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;">&nbsp;</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&eacute;es et nouveaut&eacute;s de marques reconnues&nbsp; <br />par les professionnels de l&#039;h&ocirc;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;">&nbsp;</td>
</tr>
<tr>
<td class="titleblock" style="padding: 7px 0;" align="center">
<p><span style="color: #434647; font-family: &#039;trebuchet ms&#039;, 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: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">Tout d&#039;abord, merci d&#039;avoir visit&eacute; <strong>www.privilegedemarque.com</strong></span></p>
<p><span style="color: #9ba5ad; font-family: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">N&#039;oubliez pas ! Les ventes que nous vous proposons sont &eacute;ph&eacute;m&egrave;res...il sera bient&ocirc;t trop tard ! Vous profitez d&#039;offres exceptionnelles allant jusqu&#039;&agrave; -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: &#039;trebuchet ms&#039;, sans-serif; font-size: small;"> <span class="title" style="font-weight: 500; font-size: 18px; text-transform: uppercase; line-height: 33px;">VOICI UN R&eacute;capitulatif de votre panier :</span></span></p>
</td>
</tr>
</tbody>
</table>
{cartHtml}</td>
</tr>
<tr>
<td class="space_footer" style="padding: 0!important;">&nbsp;</td>
</tr>
<tr>
<td class="linkbelow" style="padding: 7px 0;" align="left">
<p><span style="color: #9ba5ad; font-family: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">Nous avons remarqu&eacute; que vous&nbsp;n&#039;avez pas valid&eacute; le panier que vous aviez commenc&eacute;. Si vous avez rencontr&eacute; des difficult&eacute;s pour valider vos achats, l&#039;&eacute;quipe Privil&egrave;ge de Marque est &agrave; votre disposition pour vous accompagner &agrave; chaque &eacute;tape de votre commande et pour r&eacute;pondre &agrave; toutes vos questions :</span></p>
<p>Par t&eacute;l&eacute;phone : 01 73 79 09 09 <br />Par email : contact@privilegedemarque.com</p>
<p style="text-align: center;"><span style="color: #9ba5ad; font-family: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">Et ce n&#039;est pas tout !&nbsp; <br /> B&eacute;n&eacute;ficiez de la livraison gratuite sur votre premi&egrave;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: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">A tr&egrave;s bient&ocirc;t !</span> <br /><span style="color: #9ba5ad; font-family: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">L&#039;Equipe&nbsp;Privil&egrave;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;">&nbsp;<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;">&nbsp;</td>
</tr>
</tbody>
</table>
<p> </p>
</body>
</html>

View File

@ -58,7 +58,7 @@
<p><span style="color: #9ba5ad; font-family: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">Nous avons remarqu&eacute; que vous&nbsp;n&#039;avez pas valid&eacute; le panier que vous aviez commenc&eacute;. Si vous avez rencontr&eacute; des difficult&eacute;s pour valider vos achats, l&#039;&eacute;quipe Privil&egrave;ge de Marque est &agrave; votre disposition pour vous accompagner &agrave; chaque &eacute;tape de votre commande et pour r&eacute;pondre &agrave; toutes vos questions :</span></p>
<p>Par t&eacute;l&eacute;phone : 01 73 79 09 09 <br />Par email : contact@privilegedemarque.com</p>
<p style="text-align: center;"><span style="color: #9ba5ad; font-family: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">Et ce n&#039;est pas tout !&nbsp; <br /> B&eacute;n&eacute;ficiez de la livraison gratuite sur votre premi&egrave;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: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">A tr&egrave;s bient&ocirc;t !</span> <br /><span style="color: #9ba5ad; font-family: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">L&#039;Equipe&nbsp;Privil&egrave;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>

View File

@ -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&eacute;es et nouveaut&eacute;s de marques reconnues <br /> par les professionnels de l&#039;h&ocirc;tellerie et de la restauration</td>
<td class="titleblock" style="font-size: 12px; color: #a9adb1; padding: 7px 0;" align="center">L&#039;ART DE BIEN RECEVOIR EN VENTES PRIV&Eacute;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: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">Ne laissez pas de telles offres filer! <br /> B&eacute;n&eacute;ficiez d&egrave;s &agrave; pr&eacute;sent de ce bon de r&eacute;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: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">A tr&egrave;s bient&ocirc;t chez Privil&egrave;ge de Marque,</span></p>
<p><span style="color: #9ba5ad; font-family: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">A tr&egrave;s bient&ocirc;t!</span></p>
<p> </p>
<p><span style="color: #9ba5ad; font-family: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">L&#039;Equipe Commerciale.<br /> <img src="{shop_url}img/mail/border_bottom_mail.png" alt="" /> </span></p>
<p><span style="color: #9ba5ad; font-family: &#039;trebuchet ms&#039;, sans-serif; font-size: small;">Toute l&#039;&eacute;quipe de Privil&egrave;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;">&nbsp;<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>

View File

@ -64,6 +64,11 @@
</body>

View File

@ -89,6 +89,11 @@
</body>

View File

@ -57,6 +57,11 @@
</body>

View File

@ -76,6 +76,11 @@
</body>

View File

@ -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&#039;h&ocirc;tellerie restauration en ventes priv&eacute;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&#039;ART DE BIEN RECEVOIR EN VENTES PRIV&Eacute;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: &#039;trebuchet ms&#039;, sans-serif; font-size: medium;">Salutations Privil&eacute;gi&eacute;es.&nbsp;</span></p>
<p class="titleblock" style="font-size: 15px; color: #a9adb1; padding: 7px 0;" align="center">L&#039;&eacute;quipe Privil&egrave;ge de Marque.</p>
<p><span style="color: #9ba5ad; font-family: &#039;trebuchet ms&#039;, sans-serif; font-size: 14px;"><span style="color: #f05149;">www.privilegedemarque.com</span></span></p>
<p><span style="color: #9ba5ad; font-family: &#039;trebuchet ms&#039;, 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>