diff --git a/modules/mailalerts/views/templates/front/mailalerts-account.tpl b/modules/mailalerts/views/templates/front/mailalerts-account.tpl index 8827afe76..e1b316b36 100644 --- a/modules/mailalerts/views/templates/front/mailalerts-account.tpl +++ b/modules/mailalerts/views/templates/front/mailalerts-account.tpl @@ -24,56 +24,6 @@ * International Registered Trademark & Property of PrestaShop SA *} -{* -
- {capture name=path}{l s='My account' mod='mailalerts'}{$navigationPipe}{l s='My alerts' mod='mailalerts'}{/capture} - {include file="$tpl_dir./breadcrumb.tpl"} - -

{l s='My alerts' mod='mailalerts'}

- - {include file="$tpl_dir./errors.tpl"} - - {if $id_customer|intval neq 0} - {if $mailAlerts} -
- - - - - - - - - {foreach from=$mailAlerts item=product name=i} - - - - - - {/foreach} -
{l s='Product' mod='mailalerts'}{l s='Delete' mod='mailalerts'}
- {$product.name|escape:'htmlall':'UTF-8'} - {$product.name|truncate:40:'...'|escape:'htmlall':'UTF-8'} - {if isset($product.attributes_small)} -
{$product.attributes_small|escape:'htmlall':'UTF-8'} - {/if}
-
- {l s='Delete' mod='mailalerts'} -
-
-
 
- {else} -

{l s='You are not subscribed to any alerts.' mod='mailalerts'}

- {/if} - {/if} - - -
*} - -