[-] CORE : fixed bug #PSCFV-4595

This commit is contained in:
vAugagneur
2012-10-12 14:59:26 +00:00
parent 5172550c37
commit 3ab7ff314c
127 changed files with 210 additions and 207 deletions

View File

@@ -234,6 +234,9 @@ class MailCore
$template_vars['{shop_name}'] = Tools::safeOutput(Configuration::get('PS_SHOP_NAME'));
$template_vars['{shop_url}'] = Tools::getShopDomain(true, true).__PS_BASE_URI__.'index.php';
$template_vars['{my_account_url}'] = Context::getContext()->link->getPageLink('my-account', true, Context::getContext()->language->id);
$template_vars['{guest_tracking_url}'] = Context::getContext()->link->getPageLink('guest-tracking', true, Context::getContext()->language->id);
$template_vars['{history_url}'] = Context::getContext()->link->getPageLink('history', true, Context::getContext()->language->id);
$swift->attachPlugin(new Swift_Plugin_Decorator(array($to_plugin => $template_vars)), 'decorator');
if ($configuration['PS_MAIL_TYPE'] == Mail::TYPE_BOTH || $configuration['PS_MAIL_TYPE'] == Mail::TYPE_TEXT)
$message->attach(new Swift_Message_Part($template_txt, 'text/plain', '8bit', 'utf-8'));

View File

@@ -38,10 +38,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Bestellverlauf"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mein Konto"</a> klicken.</td>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Bestellverlauf"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mein Konto"</a> klicken.</td>
</tr>
<tr>
<td align="left">Wenn Sie ein Gast-Konto haben, k&ouml;nnen Sie Ihre Bestellung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Bestellverfolgung Gast"</a> auf unserer Webseite verfolgen.</td>
<td align="left">Wenn Sie ein Gast-Konto haben, k&ouml;nnen Sie Ihre Bestellung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Bestellverfolgung Gast"</a> auf unserer Webseite verfolgen.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -38,10 +38,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Bestellverlauf"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mein Konto"</a> klicken.</td>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Bestellverlauf"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mein Konto"</a> klicken.</td>
</tr>
<tr>
<td align="left">Wenn Sie ein Gast-Konto haben, k&ouml;nnen Sie Ihre Bestellung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Bestellverfolgung Gast"</a> auf unserer Webseite verfolgen.</td>
<td align="left">Wenn Sie ein Gast-Konto haben, k&ouml;nnen Sie Ihre Bestellung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Bestellverfolgung Gast"</a> auf unserer Webseite verfolgen.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -32,7 +32,7 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Bestellverfolgung"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mein Konto"</a> klicken.</td>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Bestellverfolgung"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mein Konto"</a> klicken.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -38,10 +38,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Bestellverlauf"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mein Konto"</a> klicken.</td>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Bestellverlauf"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mein Konto"</a> klicken.</td>
</tr>
<tr>
<td align="left">Wenn Sie ein Gast-Konto haben, k&ouml;nnen Sie Ihre Bestellung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking?id_order={order_name}">"Bestellverfolgung Gast"</a> auf unserer Webseite verfolgen.</td>
<td align="left">Wenn Sie ein Gast-Konto haben, k&ouml;nnen Sie Ihre Bestellung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}?id_order={order_name}">"Bestellverfolgung Gast"</a> auf unserer Webseite verfolgen.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -38,10 +38,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Bestellverlauf"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mein Konto"</a> klicken.</td>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Bestellverlauf"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mein Konto"</a> klicken.</td>
</tr>
<tr>
<td align="left">Wenn Sie ein Gast-Konto haben, k&ouml;nnen Sie Ihre Bestellung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Bestellverfolgung Gast"</a> auf unserer Webseite verfolgen.</td>
<td align="left">Wenn Sie ein Gast-Konto haben, k&ouml;nnen Sie Ihre Bestellung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Bestellverfolgung Gast"</a> auf unserer Webseite verfolgen.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Bestellverlauf"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mein Konto"</a> klicken.</td>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Bestellverlauf"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mein Konto"</a> klicken.</td>
</tr>
<tr>
<td align="left">Wenn Sie ein Gast-Konto haben, k&ouml;nnen Sie Ihre Bestellung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Bestellverfolgung Gast"</a> auf unserer Webseite verfolgen.</td>
<td align="left">Wenn Sie ein Gast-Konto haben, k&ouml;nnen Sie Ihre Bestellung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Bestellverfolgung Gast"</a> auf unserer Webseite verfolgen.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"My account"</a> on our shop.<br /><br /></td>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; 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: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our shop.</td>
<td align="left">If you have a guest account, you can follow your order via the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -4,7 +4,7 @@ Your order with the reference {order_name} from {shop_name} has been changed by
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
If you have guest account, you can follow your order using this link: {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -103,10 +103,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Bestellverlauf"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mein Konto"</a> klicken.</td>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Bestellverlauf"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mein Konto"</a> klicken.</td>
</tr>
<tr>
<td align="left">Wenn Sie ein Gast-Konto haben, k&ouml;nnen Sie Ihre Bestellung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Bestellverfolgung Gast"</a> auf unserer Webseite verfolgen.</td>
<td align="left">Wenn Sie ein Gast-Konto haben, k&ouml;nnen Sie Ihre Bestellung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Bestellverfolgung Gast"</a> auf unserer Webseite verfolgen.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -25,6 +25,6 @@ Versand
{invoice_block_txt}
Sie können diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt "Bestellverlauf" Ihres Kontos downloaden, indem Sie auf unserer Webseite auf "Mein Konto" klicken.
Wenn Sie ein Gast-Konto haben, können Sie Ihre Bestellung auf dieser Webseite verfolgen: {shop_url}?controller=guest-tracking
Wenn Sie ein Gast-Konto haben, können Sie Ihre Bestellung auf dieser Webseite verfolgen: {guest_tracking_url}
{shop_name} powered with PrestaShop™

View File

@@ -32,7 +32,7 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Sie k&ouml;nnen diese Bestellr&uuml;cksendung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Bestellverlauf"</a> Ihres Kontos ansehen, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mein Konto"</a> klicken.</td>
<td align="left">Sie k&ouml;nnen diese Bestellr&uuml;cksendung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Bestellverlauf"</a> Ihres Kontos ansehen, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mein Konto"</a> klicken.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Bestellverlauf"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mein Konto"</a> klicken.</td>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Bestellverlauf"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mein Konto"</a> klicken.</td>
</tr>
<tr>
<td align="left">Wenn Sie ein Gast-Konto haben, k&ouml;nnen Sie Ihre Bestellung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Bestellverfolgung Gast"</a> auf unserer Webseite verfolgen.</td>
<td align="left">Wenn Sie ein Gast-Konto haben, k&ouml;nnen Sie Ihre Bestellung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Bestellverfolgung Gast"</a> auf unserer Webseite verfolgen.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -32,7 +32,7 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Bestellverlauf"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mein Konto"</a> klicken.</td>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Bestellverlauf"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mein Konto"</a> klicken.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -38,10 +38,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Bestellverlauf"</a>Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mein Konto"</a> klicken.</td>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Bestellverlauf"</a>Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mein Konto"</a> klicken.</td>
</tr>
<tr>
<td align="left">Wenn Sie ein Gast-Konto haben, k&ouml;nnen Sie Ihre Bestellung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Bestellverfolgung Gast"</a> auf unserer Webseite verfolgen.</td>
<td align="left">Wenn Sie ein Gast-Konto haben, k&ouml;nnen Sie Ihre Bestellung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Bestellverfolgung Gast"</a> auf unserer Webseite verfolgen.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Bestellverlauf"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mein Konto"</a> klicken.</td>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Bestellverlauf"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mein Konto"</a> klicken.</td>
</tr>
<tr>
<td align="left">Wenn Sie ein Gast-Konto haben, k&ouml;nnen Sie Ihre Bestellung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Bestellverfolgung Gast"</a> auf unserer Webseite verfolgen.</td>
<td align="left">Wenn Sie ein Gast-Konto haben, k&ouml;nnen Sie Ihre Bestellung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Bestellverfolgung Gast"</a> auf unserer Webseite verfolgen.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Bestellverlauf"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mein Konto"</a> klicken.</td>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Bestellverlauf"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mein Konto"</a> klicken.</td>
</tr>
<tr>
<td align="left">Wenn Sie ein Gast-Konto haben, k&ouml;nnen Sie Ihre Bestellung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Bestellverfolgung Gast"</a> auf unserer Webseite verfolgen.</td>
<td align="left">Wenn Sie ein Gast-Konto haben, k&ouml;nnen Sie Ihre Bestellung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Bestellverfolgung Gast"</a> auf unserer Webseite verfolgen.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Bestellverlauf"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mein Konto"</a> klicken.</td>
<td align="left">Sie k&ouml;nnen diese Bestellung ansehen und Ihre Rechnung aus dem Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Bestellverlauf"</a> Ihres Kontos downloaden, indem Sie auf unserer Webseite auf <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mein Konto"</a> klicken.</td>
</tr>
<tr>
<td align="left">Wenn Sie ein Gast-Konto haben, k&ouml;nnen Sie Ihre Bestellung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Bestellverfolgung Gast"</a> auf unserer Webseite verfolgen.</td>
<td align="left">Wenn Sie ein Gast-Konto haben, k&ouml;nnen Sie Ihre Bestellung im Abschnitt <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Bestellverfolgung Gast"</a> auf unserer Webseite verfolgen.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -38,10 +38,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"My account"</a> on our shop.<br /><br /></td>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; 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: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our shop.</td>
<td align="left">If you have a guest account, you can follow your order via the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -19,7 +19,7 @@ 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: {shop_url}?controller=guest-tracking
If you have guest account, you can follow your order using this link: {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -38,10 +38,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"My account"</a> on our shop.<br /><br /></td>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; 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: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our shop.</td>
<td align="left">If you have a guest account, you can follow your order via the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -32,7 +32,7 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">You can review this credit slip and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"My credit slips"</a> section of your account by clicking <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"My account"</a> on our shop.</td>
<td align="left">You can review this credit slip and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"My credit slips"</a> section of your account by clicking <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"My account"</a> on our shop.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -38,10 +38,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"My account"</a> on our shop.<br /><br /></td>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; 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: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking?id_order={order_name}">"Guest Tracking"</a> section on our shop.</td>
<td align="left">If you have a guest account, you can follow your order via the <a style="color: #db3484; 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>&nbsp;</td>

View File

@@ -8,6 +8,6 @@ You have {nbProducts} product(s) now available for download using the following
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
If you have guest account, you can follow your order using this link: {guest_tracking_url}
{shop_url} powered by PrestaShop™

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"My account"</a> on our shop.<br /><br /></td>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; 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: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our shop.</td>
<td align="left">If you have a guest account, you can follow your order via the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -8,7 +8,7 @@ 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: {shop_url}?controller=guest-tracking
If you have guest account, you can follow your order using this link: {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"My account"</a> on our shop.<br /><br /></td>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; 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: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our shop.</td>
<td align="left">If you have a guest account, you can follow your order via the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -4,7 +4,7 @@ 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: {shop_url}?controller=guest-tracking
If you have guest account, you can follow your order using this link: {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"My account"</a> on our shop.<br /><br /></td>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; 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: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our shop.</td>
<td align="left">If you have a guest account, you can follow your order via the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -4,7 +4,7 @@ Your order with the reference {order_name} from {shop_name} has been changed by
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
If you have guest account, you can follow your order using this link: {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -103,10 +103,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"My account"</a> on our shop.<br /><br /></td>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; 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: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our shop.</td>
<td align="left">If you have a guest account, you can follow your order via the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -23,6 +23,6 @@ Thank you for your order on {shop_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: {shop_url}?controller=guest-tracking
If you have guest account, you can follow your order using this link: {guest_tracking_url}
{shop_url} powered by PrestaShop™

View File

@@ -32,7 +32,7 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"My account"</a> on our shop.<br /><br /></td>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"My account"</a> on our shop.<br /><br /></td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"My account"</a> on our shop.<br /><br /></td>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; 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: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our shop.</td>
<td align="left">If you have a guest account, you can follow your order via the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -8,7 +8,7 @@ Please accept our apologies and rest assured that we are working hard to rectify
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
If you have guest account, you can follow your order using this link: {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"My account"</a> on our shop.<br /><br /></td>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; 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: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our shop.</td>
<td align="left">If you have a guest account, you can follow your order via the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -6,7 +6,7 @@ Your payment for order with the reference {order_name} was successfully processe
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
If you have guest account, you can follow your order using this link: {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -38,10 +38,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"My account"</a> on our shop.<br /><br /></td>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; 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: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our shop.</td>
<td align="left">If you have a guest account, you can follow your order via the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -6,7 +6,7 @@ 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: {shop_url}?controller=guest-tracking
If you have guest account, you can follow your order using this link: {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"My account"</a> on our shop.<br /><br /></td>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; 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: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our shop.</td>
<td align="left">If you have a guest account, you can follow your order via the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -4,7 +4,7 @@ We are currently processing your {shop_name} order with the reference {order_nam
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
If you have guest account, you can follow your order using this link: {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"My account"</a> on our shop.<br /><br /></td>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; 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: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our shop.</td>
<td align="left">If you have a guest account, you can follow your order via the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -4,7 +4,7 @@ We have processed your {shop_name} refund for order with the reference {order_na
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
If you have guest account, you can follow your order using this link: {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"My account"</a> on our shop.<br /><br /></td>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; 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: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our shop.</td>
<td align="left">If you have a guest account, you can follow your order via the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -8,7 +8,7 @@ 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: {shop_url}?controller=guest-tracking
If you have guest account, you can follow your order using this link: {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -38,10 +38,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puedes revisar tu pedido y descargar la factura aqu&iacute;: <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historial de Pedidos"</a> dentro de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Entrar en Mi Cuenta"</a> de nuestro sitio web.</td>
<td align="left">Puedes revisar tu pedido y descargar la factura aqu&iacute;: <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historial de Pedidos"</a> dentro de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Entrar en Mi Cuenta"</a> de nuestro sitio web.</td>
</tr>
<tr>
<td align="left">If you have guest account, you can follow your order at <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our Website.</td>
<td align="left">If you have guest account, you can follow your order at <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our Website.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -10,7 +10,7 @@ Por favor, recuerda que has seleccionado transferencia bancaria. Envíala a:
Total Pedido: {total_paid}
Puedes revisar tu pedido y descargar la factura desde tu cuenta de nuestra web en (sección "Historial de Pedidos").
If you have guest account, you can follow your order at this page: {shop_url}?controller=guest-tracking
If you have guest account, you can follow your order at this page: {guest_tracking_url}
Muchas gracias por comprar en {shop_name}.

View File

@@ -38,10 +38,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puedes revisar tu pedido y descargar la factura aqu&iacute;: <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historial de Pedidos"</a> dentro de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Entrar en Mi Cuenta"</a> de nuestro sitio web.</td>
<td align="left">Puedes revisar tu pedido y descargar la factura aqu&iacute;: <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historial de Pedidos"</a> dentro de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Entrar en Mi Cuenta"</a> de nuestro sitio web.</td>
</tr>
<tr>
<td align="left">If you have guest account, you can follow your order at <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our Website.</td>
<td align="left">If you have guest account, you can follow your order at <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our Website.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -10,7 +10,7 @@ Por favor, recuerda que ha seleccionado pagar con cheque. Rellénalo con:
- a {cheque_address}
Puedes revisar tu pedido y descargar la factura desde tu cuenta de nuestra web en (historial de pedidos).
If you have guest account, you can follow your order at this page: {shop_url}?controller=guest-tracking
If you have guest account, you can follow your order at this page: {guest_tracking_url}
Muchas gracias por comprar en {shop_name}.

View File

@@ -32,7 +32,7 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puedes revisar este pedido y descargar la factura desde la secci&oacute;n <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Seguimiento de Pedido"</a> de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mi Cuenta"</a> en nuestra web.</td>
<td align="left">Puedes revisar este pedido y descargar la factura desde la secci&oacute;n <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Seguimiento de Pedido"</a> de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mi Cuenta"</a> en nuestra web.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -38,10 +38,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puedes revisar este pedido y descargar su factura desde la secci&oacute;n <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Seguimiento de Pedido"</a> de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mi Cuenta"</a> en nuestra web.</td>
<td align="left">Puedes revisar este pedido y descargar su factura desde la secci&oacute;n <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Seguimiento de Pedido"</a> de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mi Cuenta"</a> en nuestra web.</td>
</tr>
<tr>
<td align="left">If you have guest account, you can follow your order at <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking?id_order={order_name}">"Guest Tracking"</a> section on our Website.</td>
<td align="left">If you have guest account, you can follow your order at <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}?id_order={order_name}">"Guest Tracking"</a> section on our Website.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -7,7 +7,7 @@ Este es el acceso directo:
Puedes revisar este pedido y descargar la factura desde la sección "Seguimiento de Pedido" de tu cuenta pulsando en "Mi cuenta" en nuestra web.
Si tienes una cuenta invitado, puedes seguir tu pedido en esta página: {shop_url}?controller=guest-tracking?id_order={id_order}
Si tienes una cuenta invitado, puedes seguir tu pedido en esta página: {guest_tracking_url}?id_order={id_order}
{shop_url} desarrollado por PrestaShop®

View File

@@ -38,10 +38,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Tambi&eacute;n puedes revisar tus pedidos y descargar tus facturas desde tu <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historial de Pedidos"</a> dentro de <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">tu cuenta</a><a> en nuestra web. </a></td>
<td align="left">Tambi&eacute;n puedes revisar tus pedidos y descargar tus facturas desde tu <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historial de Pedidos"</a> dentro de <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">tu cuenta</a><a> en nuestra web. </a></td>
</tr>
<tr>
<td align="left">If you have guest account, you can follow your order at <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our Website.</td>
<td align="left">If you have guest account, you can follow your order at <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our Website.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -4,7 +4,7 @@ Tu pedido está en camino.
Puedes seguir su ubicación actual haciendo clic en este enlace: {followup}
También puedes revisar tus pedidos y descargar tus facturas desde tu "Historial de Pedidos" dentro de tu cuenta.
If you have guest account, you can follow your order at this page: {shop_url}?controller=guest-tracking
If you have guest account, you can follow your order at this page: {guest_tracking_url}
Gracias por comprar en {shop_name}!

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puedes revisar este pedido y descargar tu factura desde la secci&oacute;n <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Seguimiento de Pedido"</a> de su cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mi Cuenta"</a> en nuestra web.</td>
<td align="left">Puedes revisar este pedido y descargar tu factura desde la secci&oacute;n <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Seguimiento de Pedido"</a> de su cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mi Cuenta"</a> en nuestra web.</td>
</tr>
<tr>
<td align="left">If you have guest account, you can follow your order at <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our Website.</td>
<td align="left">If you have guest account, you can follow your order at <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our Website.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -5,7 +5,7 @@ Respecto al pedido #{id_order}:
Tu pedido ha sido cancelado.
Puedes revisar este pedido y descargar tu factura desde la seccion de "Historial de Pedidos" dentro de tu cuenta en nuestra web.
If you have guest account, you can follow your order at this page: {shop_url}?controller=guest-tracking
If you have guest account, you can follow your order at this page: {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"My account"</a> on our shop.<br /><br /></td>
<td align="left">You can review your order and download your invoice from the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Order history"</a> section of your customer account by clicking <a style="color: #db3484; 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: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our shop.</td>
<td align="left">If you have a guest account, you can follow your order via the <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -4,7 +4,7 @@ Your order with the reference {order_name} from {shop_name} has been changed by
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
If you have guest account, you can follow your order using this link: {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -98,10 +98,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puedes revisar tu pedido y descargar la factura aqu&iacute;: <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historial de Pedidos"</a> dentro de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Entrar en Mi Cuenta"</a> de nuestro sitio web.</td>
<td align="left">Puedes revisar tu pedido y descargar la factura aqu&iacute;: <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historial de Pedidos"</a> dentro de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Entrar en Mi Cuenta"</a> de nuestro sitio web.</td>
</tr>
<tr>
<td align="left">If you have guest account, you can follow your order at <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our Website.</td>
<td align="left">If you have guest account, you can follow your order at <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our Website.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -22,7 +22,7 @@
{invoice_block_txt}
Puedes revisar tu pedido y descargar la factura desde tu cuenta de nuestra web en (historial de pedidos).
If you have guest account, you can follow your order at this page: {shop_url}?controller=guest-tracking
If you have guest account, you can follow your order at this page: {guest_tracking_url}
Gracias por comprar en {shop_name}.

View File

@@ -32,7 +32,7 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puedes revisar tu pedido y descargar la factura aqu&iacute;: <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historial de Pedidos"</a> dentro de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Entrar en Mi Cuenta"</a> de nuestro sitio web.</td>
<td align="left">Puedes revisar tu pedido y descargar la factura aqu&iacute;: <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historial de Pedidos"</a> dentro de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Entrar en Mi Cuenta"</a> de nuestro sitio web.</td>
</tr>
</tbody>
</table>

View File

@@ -32,7 +32,7 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puede acceder al seguimiento de su devoluci&oacute;n y descargar su factura en <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Hist&oacute;rico de pedidos"</a> en la secci&oacute;n <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mi cuenta"</a> de nuestra Web.</td>
<td align="left">Puede acceder al seguimiento de su devoluci&oacute;n y descargar su factura en <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Hist&oacute;rico de pedidos"</a> en la secci&oacute;n <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mi cuenta"</a> de nuestra Web.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puedes revisar tu pedido y descargar la factura aqu&iacute;: <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historial de Pedidos"</a> dentro de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Entrar en Mi Cuenta"</a> de nuestro sitio web.</td>
<td align="left">Puedes revisar tu pedido y descargar la factura aqu&iacute;: <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historial de Pedidos"</a> dentro de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Entrar en Mi Cuenta"</a> de nuestro sitio web.</td>
</tr>
<tr>
<td align="left">If you have guest account, you can follow your order at <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our Website.</td>
<td align="left">If you have guest account, you can follow your order at <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our Website.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -8,7 +8,7 @@ Esto puede originar un retraso en el envío. Por favor, acepta nuestras disculpa
Puedes revisar tu pedido y descargar la factura desde tu cuenta de nuestra web en (historial de pedidos).
If you have guest account, you can follow your order at this page: {shop_url}?controller=guest-tracking
If you have guest account, you can follow your order at this page: {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puedes revisar tu pedido y descargar la factura aqu&iacute;: <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historial de Pedidos"</a> dentro de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Entrar en Mi Cuenta"</a> de nuestro sitio web.</td>
<td align="left">Puedes revisar tu pedido y descargar la factura aqu&iacute;: <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historial de Pedidos"</a> dentro de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Entrar en Mi Cuenta"</a> de nuestro sitio web.</td>
</tr>
<tr>
<td align="left">If you have guest account, you can follow your order at <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our Website.</td>
<td align="left">If you have guest account, you can follow your order at <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our Website.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -5,7 +5,7 @@ En referencia a tu pedido #{id_order}:
El pago de tu pedido fue recibido CORRECTAMENTE .
Puedes revisar tu pedido y descargar la factura desde tu cuenta de nuestra web en (historial de pedidos).
If you have guest account, you can follow your order at this page: {shop_url}?controller=guest-tracking
If you have guest account, you can follow your order at this page: {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -38,10 +38,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puedes revisar tu pedido y descargar la factura aqu&iacute;: <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historial de Pedidos"</a> dentro de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Entrar en Mi Cuenta"</a> de nuestro sitio web.</td>
<td align="left">Puedes revisar tu pedido y descargar la factura aqu&iacute;: <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historial de Pedidos"</a> dentro de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Entrar en Mi Cuenta"</a> de nuestro sitio web.</td>
</tr>
<tr>
<td align="left">If you have guest account, you can follow your order at <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our Website.</td>
<td align="left">If you have guest account, you can follow your order at <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our Website.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -7,7 +7,7 @@ Tu pedido no será enviado hasta que resolvamos este problema.
Puedes revisar tu pedido y descargar la factura desde tu cuenta de nuestra web en (historial de pedidos).
If you have guest account, you can follow your order at this page: {shop_url}?controller=guest-tracking
If you have guest account, you can follow your order at this page: {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puedes revisar tu pedido y descargar la factura aqu&iacute;: <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historial de Pedidos"</a> dentro de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Entrar en Mi Cuenta"</a> de nuestro sitio web.</td>
<td align="left">Puedes revisar tu pedido y descargar la factura aqu&iacute;: <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historial de Pedidos"</a> dentro de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Entrar en Mi Cuenta"</a> de nuestro sitio web.</td>
</tr>
<tr>
<td align="left">If you have guest account, you can follow your order at <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our Website.</td>
<td align="left">If you have guest account, you can follow your order at <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our Website.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -5,7 +5,7 @@ Sobre tu pedido #{id_order}:
Estamos preparando tu pedido.
Puedes revisar tu pedido y descargar la factura desde tu cuenta de nuestra web en (historial de pedidos).
If you have guest account, you can follow your order at this page: {shop_url}?controller=guest-tracking
If you have guest account, you can follow your order at this page: {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puedes revisar tu pedido y descargar la factura aqu&iacute;: <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historial de Pedidos"</a> dentro de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Entrar en Mi Cuenta"</a> de nuestro sitio web.</td>
<td align="left">Puedes revisar tu pedido y descargar la factura aqu&iacute;: <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historial de Pedidos"</a> dentro de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Entrar en Mi Cuenta"</a> de nuestro sitio web.</td>
</tr>
<tr>
<td align="left">If you have guest account, you can follow your order at <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Guest Tracking"</a> section on our Website.</td>
<td align="left">If you have guest account, you can follow your order at <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Guest Tracking"</a> section on our Website.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -3,7 +3,7 @@ Hola {firstname} {lastname},
Se ha reembolsado el pago de tu pedido.
Puedes revisar tu pedido y descargar la factura desde tu cuenta de nuestra web en (historial de pedidos).
If you have guest account, you can follow your order at this page: {shop_url}?controller=guest-tracking
If you have guest account, you can follow your order at this page: {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puedes revisar tu pedido y descargar la factura aqu&iacute;: <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historial de Pedidos"</a> dentro de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Entrar en Mi Cuenta"</a> de nuestro sitio web.</td>
<td align="left">Puedes revisar tu pedido y descargar la factura aqu&iacute;: <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historial de Pedidos"</a> dentro de tu cuenta <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Entrar en Mi Cuenta"</a> de nuestro sitio web.</td>
</tr>
<tr>
<td align="left">Si tiene una cuenta de invitado, puede seguirla desde la secci&oacute;n &nbsp;<a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Seguimiento de invitado"</a> en nuestro sitio.</td>
<td align="left">Si tiene una cuenta de invitado, puede seguirla desde la secci&oacute;n &nbsp;<a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Seguimiento de invitado"</a> en nuestro sitio.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -1,10 +1,10 @@
<!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>
<!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 style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
<tbody>
<tr>
@@ -38,10 +38,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mon compte"</a> sur notre site.</td>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mon compte"</a> sur notre site.</td>
</tr>
<tr>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Suivi invit&eacute;"</a> de notre site.</td>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Suivi invit&eacute;"</a> de notre site.</td>
</tr>
<tr>
<td>&nbsp;</td>
@@ -50,6 +50,6 @@
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> r&eacute;alis&eacute; avec <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop&trade;</a></td>
</tr>
</tbody>
</table>
</body>
</table>
</body>
</html>

View File

@@ -12,7 +12,7 @@ Pour rappel, vous avez sélectionné le mode de paiement par virement bancaire e
Le montant total est de {total_paid}
Vous pouvez accéder à tout moment au suivi de votre commande et télécharger votre facture dans "Historique des commandes" de la rubrique "Mon compte" sur notre site {shop_url}
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {shop_url}?controller=guest-tracking
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {guest_tracking_url}
Merci et à bientôt sur {shop_name}.

View File

@@ -1,10 +1,10 @@
<!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>
<!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 style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
<tbody>
<tr>
@@ -38,10 +38,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mon compte"</a> sur notre site.</td>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mon compte"</a> sur notre site.</td>
</tr>
<tr>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Suivi invit&eacute;"</a> de notre site.</td>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Suivi invit&eacute;"</a> de notre site.</td>
</tr>
<tr>
<td>&nbsp;</td>
@@ -50,6 +50,6 @@
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> r&eacute;alis&eacute; avec <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop&trade;</a></td>
</tr>
</tbody>
</table>
</body>
</table>
</body>
</html>

View File

@@ -12,7 +12,7 @@ Pour rappel, vous avez choisi de régler votre commande par chèque, merci de no
- à {cheque_address}
Vous pouvez accéder à tout moment au suivi de votre commande et télécharger votre facture dans "Historique des commandes" de la rubrique "Mon compte" sur notre site {shop_url}
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {shop_url}?controller=guest-tracking
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -32,7 +32,7 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Vous pouvez acc&eacute;der &agrave; cet avoir et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Suivi des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mon compte"</a> sur notre site.</td>
<td align="left">Vous pouvez acc&eacute;der &agrave; cet avoir et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Suivi des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mon compte"</a> sur notre site.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -38,10 +38,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mon compte"</a> sur notre site.</td>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mon compte"</a> sur notre site.</td>
</tr>
<tr>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking?id_order={order_name}">"Suivi invit&eacute;"</a> de notre site.</td>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}?id_order={order_name}">"Suivi invit&eacute;"</a> de notre site.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -7,6 +7,6 @@ Voici les liens directs vers ceux-ci :
Vous pouvez accéder au suivi de votre commande et télécharger votre facture dans "Historique des commandes" de la rubrique "Mon compte" sur notre site.
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {shop_url}?controller=guest-tracking?id_order={id_order}
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {guest_tracking_url}?id_order={id_order}
{shop_url} réalisé avec PrestaShop™

View File

@@ -38,10 +38,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mon compte"</a> sur notre site.</td>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mon compte"</a> sur notre site.</td>
</tr>
<tr>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Suivi invit&eacute;"</a> de notre site.</td>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Suivi invit&eacute;"</a> de notre site.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -5,7 +5,7 @@ La livraison de votre commande est en cours.
Vous pouvez suivre l'avancement de la livraison à l'adresse suivante : {followup}
Vous pouvez accéder à tout moment au suivi de votre commande dans "Historique de mes commandes" de la rubrique "Mon compte" sur notre site.
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {shop_url}?controller=guest-tracking
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mon compte"</a> sur notre site.</td>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mon compte"</a> sur notre site.</td>
</tr>
<tr>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Suivi invit&eacute;"</a> de notre site.</td>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Suivi invit&eacute;"</a> de notre site.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -3,7 +3,7 @@ Bonjour {firstname} {lastname},
Votre commande ayant pour référence {order_name} a été annulée.
Vous pouvez accéder à tout moment au suivi de votre commande dans "Historique des commandes" de la rubrique "Mon compte" sur notre site {shop_name}.
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {shop_url}?controller=guest-tracking
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Vous pouvez consulter votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mon compte"</a> sur notre site.</td>
<td align="left">Vous pouvez consulter votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mon compte"</a> sur notre site.</td>
</tr>
<tr>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez consulter votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Suivi invit&eacute;"</a> de notre site.</td>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez consulter votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Suivi invit&eacute;"</a> de notre site.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -3,7 +3,7 @@ Bonjour {firstname} {lastname},
Votre commande ayant pour référence {order_name} a été modifiée par le marchand.
Vous pouvez à tout moment consulter votre commande dans "Historique des commandes" de la rubrique "Mon compte" sur notre site {shop_name}.
Si vous avez un compte invité, vous pouvez consulter votre commande à cette adresse : {shop_url}?controller=guest-tracking
Si vous avez un compte invité, vous pouvez consulter votre commande à cette adresse : {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -103,10 +103,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mon compte"</a> sur notre site.</td>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mon compte"</a> sur notre site.</td>
</tr>
<tr>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Suivi invit&eacute;"</a> de notre site.</td>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Suivi invit&eacute;"</a> de notre site.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -23,6 +23,6 @@ Livraison
{invoice_block_txt}
Vous pouvez accéder au suivi de votre commande et télécharger votre facture dans "Historique des commandes" de la rubrique "Mon compte" sur notre site.
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {shop_url}?controller=guest-tracking
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {guest_tracking_url}
{shop_url} réalisé avec PrestaShop™

View File

@@ -32,7 +32,7 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre bon de retour et t&eacute;l&eacute;charger votre facture dans <a style="color: #8c9cc0; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historique des commandes"</a> de la rubrique <a style="color: #8c9cc0; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mon compte"</a> sur notre site.</td>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre bon de retour et t&eacute;l&eacute;charger votre facture dans <a style="color: #8c9cc0; font-weight: bold; text-decoration: none;" href="{history_url}">"Historique des commandes"</a> de la rubrique <a style="color: #8c9cc0; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mon compte"</a> sur notre site.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mon compte"</a> sur notre site.</td>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mon compte"</a> sur notre site.</td>
</tr>
<tr>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Suivi invit&eacute;"</a> de notre site.</td>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Suivi invit&eacute;"</a> de notre site.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -3,7 +3,7 @@ Bonjour {firstname} {lastname},
Votre commande ayant pour référence {order_name} est bien enregistrée mais nécessite un réapprovisionnement.
Vous pouvez accéder à tout moment au suivi de votre commande dans la rubrique "Mon compte".
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {shop_url}?controller=guest-tracking
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mon compte"</a> sur notre site.</td>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mon compte"</a> sur notre site.</td>
</tr>
<tr>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Suivi invit&eacute;"</a> de notre site.</td>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Suivi invit&eacute;"</a> de notre site.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -3,7 +3,7 @@ Bonjour {firstname} {lastname},
Le paiement pour votre commande ayant pour référence {order_name} a été accepté.
Vous pouvez accéder à tout moment au suivi de votre commande dans "Historique des commandes" de la rubrique "Mon compte" sur notre site.
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {shop_url}?controller=guest-tracking
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mon compte"</a> sur notre site.</td>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mon compte"</a> sur notre site.</td>
</tr>
<tr>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Suivi invit&eacute;"</a> de notre site.</td>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Suivi invit&eacute;"</a> de notre site.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -3,7 +3,7 @@ Bonjour {firstname} {lastname},
Un problème a été constaté pour le paiement de votre commande ayant pour référence {order_name}.
Vous pouvez à tout moment accéder au suivi de votre commande dans la rubrique "Mon compte" du site.
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {shop_url}?controller=guest-tracking
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mon compte"</a> sur notre site.</td>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mon compte"</a> sur notre site.</td>
</tr>
<tr>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Suivi invit&eacute;"</a> de notre site.</td>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Suivi invit&eacute;"</a> de notre site.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -3,7 +3,7 @@ Bonjour {firstname} {lastname},
Votre commande ayant pour référence {order_name} est en cours de préparation.
Vous pouvez accéder à tout moment au suivi de votre commande dans "Historique de mes commandes" de la rubrique "Mon compte" sur notre site.
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {shop_url}?controller=guest-tracking
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mon compte"</a> sur notre site.</td>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mon compte"</a> sur notre site.</td>
</tr>
<tr>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Suivi invit&eacute;"</a> de notre site.</td>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Suivi invit&eacute;"</a> de notre site.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@@ -3,7 +3,7 @@ Bonjour {firstname} {lastname},
Votre commande ayant pour référence {order_name} vous a bien été remboursée.
Vous pouvez accéder à tout moment au suivi de votre commande dans la rubrique "Mon compte" du site.
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {shop_url}?controller=guest-tracking
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {guest_tracking_url}
{shop_name} - {shop_url}

View File

@@ -32,10 +32,10 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=history">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=my-account">"Mon compte"</a> sur notre site.</td>
<td align="left">Vous pouvez acc&eacute;der au suivi de votre commande et t&eacute;l&eacute;charger votre facture dans <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{history_url}">"Historique des commandes"</a> de la rubrique <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mon compte"</a> sur notre site.</td>
</tr>
<tr>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{shop_url}?controller=guest-tracking">"Suivi invit&eacute;"</a> de notre site.</td>
<td align="left">Si vous avez un compte invit&eacute;, vous pouvez suivre votre commande dans la section <a style="color: #db3484; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Suivi invit&eacute;"</a> de notre site.</td>
</tr>
<tr>
<td>&nbsp;</td>

Some files were not shown because too many files have changed in this diff Show More