{** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License 3.0 (AFL-3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/AFL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * @author PrestaShop SA * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) *}

{l s='Help & contact' mod='psgdpr'} {$module_display|escape:'htmlall':'UTF-8'}

{l s='This module allows you to :' mod='psgdpr'}


1

{l s='Erase any customer account with his/her personal data collected by your shop if requested by the customer' mod='psgdpr'}

2

{l s='Add a consent confirmation checkbox in a module form that collects personal data and customize it' mod='psgdpr'}

3

{l s='Allow your customer to consult and export their personal data collected by your shop on their customer account' mod='psgdpr'}

4

{l s='View all your customers’ actions related to their personal data' mod='psgdpr'}

{l s='Need help ?' mod='psgdpr'}
{l s='Find here the documentation of this module' mod='psgdpr'}  {l s='Documentation' mod='psgdpr'}

{l s='FAQ' mod='psgdpr'}
{foreach from=$faq item=category name='faq'} {$category.title|escape:'htmlall':'UTF-8'}
    {foreach from=$category.blocks item=qa} {if !empty($qa.question)}
  • {$qa.question|escape:'htmlall':'UTF-8'}

    {$qa.answer|escape:'htmlall':'UTF-8'|replace:"\n":"
    "}

  • {/if} {/foreach}
{if !$smarty.foreach.faq.last}
{/if} {/foreach}