/home/sharedstore/.trash/productquotation/views/templates/front
Edit: /home/sharedstore/.trash/productquotation/views/templates/front/test.tpl (2738B)
{*
/**
* 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
*/
*}
{if $action eq 'delete'}
{foreach $products as $product}
-
{l s='Quantity:' mod='productquotation'} {$product['qty']|escape:'htmlall':'UTF-8'}
{/foreach}
{elseif $action eq 'html'}
{foreach $products as $product}
-
{l s='Quantity:' mod='productquotation'} {$product['qty']|escape:'htmlall':'UTF-8'}
{/foreach}
{elseif $action eq 'add'}
{foreach $products as $product}
-
{l s='Quantity:' mod='productquotation'} {$product['qty']|escape:'htmlall':'UTF-8'}
{/foreach}
{/if}