Jump to content

Notice: Undefined index: total_tax_incl


Recommended Posts

When trying to get an invoice to pdf of the current day on prestashop 1.7.8.6 i get an error that the index doesn't exist.

 <br /> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'','pdf'=>'true'),$_smarty_tpl ) );?>

</th>

        <th class="product header-right small" width="<?php echo $_smarty_tpl->tpl_vars['layout']->value['quantity']['width'];?>

%"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Vnt','pdf'=>'true'),$_smarty_tpl ) );?>

</th>

        <th class="product header-right small" width="<?php echo $_smarty_tpl->tpl_vars['layout']->value['total_tax_incl']['width'];?>

%"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Viso','pdf'=>'true'),$_smarty_tpl ) );?>

 <br /> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'','pdf'=>'true'),$_smarty_tpl ) );?>

</th>

    </tr>

    </thead>

Everything was working but once i got a new SSLS i got this error. Is this thing missing from database?

Any help is appreciated

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...