Hello friends
If anyone can help me with this warning, I appreciate it.
This error appears on the order page:
Notice: Undefined index: addresses in /home/name/public_html/tienda/app/cache/prod/smarty/compile/66/6f/b3/666fb33037bdb547950d1e4f005ddfc6dd3d18d1.file.payment.tpl.php on line 305
When I go to the file I find this on line 305
<?php echo $_smarty_tpl->tpl_vars['customer']->value['addresses'][$_smarty_tpl->tpl_vars['cart']->value['id_address_delivery']]['formatted'];?>
Excuse me, but I don't know much about what to adjust.