/home/sharedstore/.trash/productquotation/views/templates/front
NameSizeModeActions
newquote-17.tpl428300644editdlrm
test.tpl27380644editdlrm
Edit: /home/sharedstore/.trash/productquotation/views/templates/front/newquote-17.tpl (42830B)
{* /** * 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 */ *} {extends file='page.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}

Les informations

Address

Florida Centre Park 2, Lot 7 , N°35

Sidi Maarouf, Casablanca, Maroc

Le téléphone

0522103714 | 0703169050

Le fax

0522584042

{if isset($products) && $products}
    {foreach from=$products item=product name=products}
  • {$product.name|escape:'htmlall':'UTF-8'}
    {l s='Quantity' mod='productquotation'}:
    {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}
{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}
{/block}