{* * PrivateShop * * Do not edit or add to this file. * You are not authorized to modify, copy or redistribute this file. * Permissions are reserved by FME Modules. * * @author FME Modules * @copyright 2021 FME Modules All right reserved * @license FME Modules * @category FMM Modules * @package PrivateShop *} {/literal}
{l s='Do you want want to enable product selection?' mod='privateshoplite'}

({l s='Start by typing the first letters of the product\'s name, then select the product from the drop-down list.' mod='privateshoplite'})

{if isset($products) AND $products} {foreach $products as $pid}
 {Product::getProductName({$pid|escape:'htmlall':'UTF-8'})|escape:'htmlall':'UTF-8'}
{/foreach} {/if}

{l s='Do you want to enable category selection?' mod='privateshoplite'}
{$categories}{*html code, cannot be escaped*}



{* supplier *}
{l s='Do you want to enable supplier selection?' mod='privateshoplite'}
{foreach from=$suppliers item=supplier} {/foreach}
{l s='ID' mod='privateshoplite'} {l s='Supplier' mod='privateshoplite'}
{$supplier.id_supplier|escape:'htmlall':'UTF-8'} {$supplier.name|escape:'htmlall':'UTF-8'}
{* herehrgeh *} {* manufacturer *}
{l s='Do you want want to enable manufacturer selection?' mod='privateshoplite'}
{foreach from=$manufacturers item=manufacturer} {/foreach}
{l s='ID' mod='privateshoplite'} {l s='Supplier' mod='privateshoplite'}
{$manufacturer.id_manufacturer|escape:'htmlall':'UTF-8'} {$manufacturer.name|escape:'htmlall':'UTF-8'}
{* manufacturer end *}
{l s='Do you want to enable cms selection?' mod='privateshoplite'}
{foreach from=$cms_pages item=page} {/foreach}
{l s='ID' mod='privateshoplite'} {l s='Page Name' mod='privateshoplite'}
{$page.id_cms|escape:'htmlall':'UTF-8'} {$page.meta_title|escape:'htmlall':'UTF-8'}
{l s='Do you want Google searchbot to access the webstore for SEO?' mod='privateshoplite'}