{* * 2007-2021 ETS-Soft * * NOTICE OF LICENSE * * This file is not open source! Each license that you purchased is only available for 1 wesite only. * If you want to use this file on more websites (or projects), you need to purchase additional licenses. * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please, contact us for extra customization service at an affordable price * * @author ETS-Soft * @copyright 2007-2021 ETS-Soft * @license Valid for 1 website (or project) for each purchase of license * International Registered Trademark & Property of ETS-Soft *}
[#{$message.id_contact_message|intval}] {$message.subject|escape:'html':'UTF-8'} {if $message.reply_to_check} {l s='Reply' mod='ets_cfultimate'} {/if}
  • {l s='Sent by:' mod='ets_cfultimate'}{$message.sender|escape:'html':'UTF-8'}
  • {l s='Date:' mod='ets_cfultimate'}{$message.date_add|escape:'html':'UTF-8'}
  • {l s='Ip:' mod='ets_cfultimate'} {$message.ip|escape:'html':'UTF-8'}
{if $message.id_customer} {l s='Identified customer:' mod='ets_cfultimate'} {if isset($is170) && $is170} {assign var="linkCustomer" value="{$link->getAdminLink('AdminCustomers',true,['id_customer'=>{$message.id_customer|intval},'updatecustomer'=>1])|escape:'html':'UTF-8'}"} {else} {assign var="linkCustomer" value="{$link->getAdminLink('AdminCustomers')|escape:'html':'UTF-8'}&viewcustomer&id_customer={$message.id_customer|intval}"} {/if} {$message.customer_name|escape:'html':'UTF-8'} {/if}
{$message.body nofilter}
{if $message.attachments} {if $message.save_attachments}
{l s='Attachments: ' mod='ets_cfultimate'}
    {assign var='index' value=1} {foreach from =$message.attachments item='attachment'} {if trim($attachment)} {assign var='atts' value=explode('-',$attachment)} {if count($atts)>1 && array_shift($atts)} {assign var='attachment2' value=implode('-',$atts)} {else} {assign var='attachment2' value=$attachment} {/if}
  • {$attachment2|escape:'html':'UTF-8'}
  • {/if} {assign var='index' value=$index+1} {/foreach}
{else}

{l s='Attachments were sent via email' mod='ets_cfultimate'}

{/if} {/if}