/home/sharedstore/.trash/admin/product_quotation/helpers/form
NameSizeModeActions
form.tpl351130644editdlrm
Edit: /home/sharedstore/.trash/admin/product_quotation/helpers/form/form.tpl (35113B)
{* /** * 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='module:productquotation/views/templates/hook/pending_quotes_header.tpl'}
{block name="fieldset"} {include file='../../../configure.tpl'} {/block}
{l s='Quotation Details' mod='productquotation'}
{if $quotation_details_basic.coupon_sent > 0}{/if}
Client {$quotation_details_basic.client|escape:'htmlall':'UTF-8'}
Status
{l s='Email' mod='productquotation'} {$quotation_details_basic.email|escape:'htmlall':'UTF-8'}
{l s='Currency' mod='productquotation'} {$currency_sign|escape:'htmlall':'UTF-8'}
{l s='Coupon Sent' mod='productquotation'} {if $quotation_details_basic.coupon_sent > 0}Yes{else}No{/if}
{l s='Date' mod='productquotation'} {$quotation_details_basic.date|escape:'htmlall':'UTF-8'}
{l s='Coupon ID' mod='productquotation'} {$quotation_details_basic.coupon_id|escape:'htmlall':'UTF-8'}

{l s='Client Answers' mod='productquotation'}
{foreach from=$get_quotation_data key=i item=quote} {/foreach} {foreach from=$user_data key=i item=user} {if $user.callback == 'downloadFile'} {elseif $user.callback == 'image'} {else} {if isset($user.value) AND is_array($user.value)} {else} {/if} {/if} {/foreach}
{l s='Title' mod='productquotation'} {l s='Answer' mod='productquotation'}
{$quote.title|escape:'htmlall':'UTF-8'} {$quote.value|escape:'htmlall':'UTF-8'}
{$user.field|escape:'htmlall':'UTF-8'} {if !empty($user.value)} {l s='Download Attachment' mod='productquotation'} {/if} {if !empty($user.value)} {/if} {if $user.field_type eq 'select'} {/if} {if $user.field_type eq 'radio'} {foreach from=$user.allval item=summary_fields_value}
{/foreach} {/if} {if $user.field_type eq 'multiselect'} {/if} {if $user.field_type eq 'checkbox'} {foreach from=$user.value item=val} {FieldsQuote::getOptionValue($val)|escape:'htmlall':'UTF-8'} {/foreach} {/if}
{if $user.field_type eq 'text'} {else} {$user.value|escape:'htmlall':'UTF-8'} {if is_array($user.value)} {FieldsQuote::getOptionValue(implode(',',$user.value))|escape:'htmlall':'UTF-8'} {/if} {/if}
{l s='Quote File' mod='productquotation'}
{l s='Products' mod='productquotation'}
{foreach from=$products item=product name=products} {/foreach}
{$product.name|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}
{l s='Total' mod='productquotation'}{$total|escape:'htmlall':'UTF-8'}
{l s='Discount' mod='productquotation'} 0.00
{l s='Calculated Total' mod='productquotation'} -
{l s='Charges' mod='productquotation'} {if $fee_price < 1} {/if}
{if $fee_price > 0} {/if}
{l s='Charge' mod='productquotation'} {l s='Type' mod='productquotation'} {l s='Value' mod='productquotation'}
{$fee_name|escape:'htmlall':'UTF-8'} {l s='General' mod='productquotation'} {$currency_sign|escape:'htmlall':'UTF-8'} {$fee_price|escape:'htmlall':'UTF-8'} {l s='Update' mod='productquotation'}
{l s='Discounts' mod='productquotation'} {if $quotation_details_basic.coupon_sent <= 0} {/if}
{if $quotation_details_basic.coupon_sent > 0} {/if}
{l s='Discount Code' mod='productquotation'} {l s='Value' mod='productquotation'} {l s='Valid' mod='productquotation'}
{$discoutcode|escape:'htmlall':'UTF-8'} {$currency_sign|escape:'htmlall':'UTF-8'}{$reduction_amount|escape:'htmlall':'UTF-8'} {$date_to|escape:'htmlall':'UTF-8'} {l s='Update' mod='productquotation'}
{* popup of review *}