salve a tutti,
installando il modulo in questione, nell'area ordini e nel profilo utente (da panel admin) ricevo il seguente errore:
Notice alla linea 25 nel file /homepages/PrestaShop/var/cache/dev/smarty/compile/c1/d3/64/c1d364300f803b49446642ac2903e0f0e7b3aadc_0.file.admin_customer.tpl.php
[8] Undefined index: section
Notice alla linea 25 nel file /homepages/PrestaShop/var/cache/dev/smarty/compile/c1/d3/64/c1d364300f803b49446642ac2903e0f0e7b3aadc_0.file.admin_customer.tpl.php
[8] Trying to get property of non-object
pubblico la linea 25 del file in questione:
<div class="panel-heading"><i class="icon-user"></i> <?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['section']->value['label'],'htmlall','UTF-8' ));
echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Dati Fattura Elettronica','mod'=>'tobewebto_fattura_elettronica'),$_smarty_tpl ) );?>
</div>
come posso risolvere?