{* * Since 2013 Ovidiu Cimpean * * Ovidiu Cimpean - Newsletter Pro © All rights reserved. * * DISCLAIMER * * Do not edit, modify or copy this file. * If you wish to customize it, contact us at addons4prestashop@gmail.com. * * @author Ovidiu Cimpean * @copyright Since 2013 Ovidiu Cimpean * @license Do not edit, modify or copy this file * @version Release: 4 *} {extends 'customer/page.tpl'} {block name='page_title'} {l s='Newsletter Pro Settings' mod='newsletterpro'} {/block} {block name='page_content'}

{l s='Set up your newsletter preferences.' mod='newsletterpro'}

{if $customer_subscribe_by_loi_active && count($list_of_interest) > 0}

{l s='Are you interested in:' mod='newsletterpro'}

    {foreach $list_of_interest as $item}
  • {/foreach}
{/if} {if $subscribe_by_category_active} {if $subscribed_categories && strlen((string)$subscribed_categories) > 0} {/if}

{l s='Choose your categories of interest:' mod='newsletterpro'}

{/if}
{hook h='displayGDPRConsent' mod='psgdpr' id_module=$id_module}
{/block}