/home/sharedstore/.trash
NameSizeModeActions
admin/-0755rm
api.shop.sharedstore.ma/-0755rm
dev/-0755rm
img/-0755rm
modules/-0755rm
prod/-0755rm
productquotation/-0755rm
themes/-0755rm
.trash_restore14370600editdlrm
account_details-17.tpl73730644editdlrm
account_details.tpl62020644editdlrm
index.php13690644editdlrm
newquote-16.tpl351030644editdlrm
quote-17.tpl39700644editdlrm
quote.tpl33600644editdlrm
tt.zip64672210644editdlrm
Edit: /home/sharedstore/.trash/newquote-16.tpl (35103B)
{* /** * DISCLAIMER * * 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 FMM Modules * @copyright FME Modules 2021 * @license Single domain */ *} {include file="$tpl_dir./errors.tpl"} {block name="page_content"} {if $success > 0}

{l s='Quotation submitted' mod='productquotation'}

{/if}
{if isset($products) && $products} {if isset($summary_fields) && $summary_fields}

{l s='Please fill in form.' mod='productquotation'}

{if $ps_17 <= 0}{/if}
{if $is_psgdpr}
{hook h='displayGDPRConsent' mod='psgdpr' id_module=$id_module}
{/if} {literal} {/literal}
{else}
{/if} {/if}

{l s='Products in Quote' mod='productquotation'}

{if isset($products) && $products}
    {foreach from=$products item=product name=products}
  • {$product.name|escape:'htmlall':'UTF-8'}
    {l s='Quantity' mod='productquotation'}: ({$product.price|escape:'htmlall':'UTF-8'})
    {if !empty($product.customizations)}
    {foreach from=$product.customizations item=cs name=cs} {$cs.label|escape:'htmlall':'UTF-8'}:{if $cs.type > 0}{$cs.value|escape:'htmlall':'UTF-8'}{else}{/if}
    {/foreach}
    {/if}
  • {/foreach}
  • {l s='Total' mod='productquotation'}: {$total|escape:'htmlall':'UTF-8'}
{else}

{l s='No products in quote.' mod='productquotation'}

{/if}
{if (isset($PQUOTE_CAPTCHA_ENABLE) && $PQUOTE_CAPTCHA_ENABLE == 1) || Configuration::get('PQUOTE_CAPTCHA_ENABLE') == 1} {if (isset($PQUOTE_CAPTCHA_V3) && $PQUOTE_CAPTCHA_V3 == 'google_v3') || Configuration::get('PQUOTE_CAPTCHA_V3') == 'google_v3'}
{/if} {/if} {if isset($products) && $products}
{if isset($summary_fields) && $summary_fields} {hook h='displayGDPRConsent' mod='psgdpr' id_module=$id_module} {/if}
{/if}
{/block}