chinchoso Posted January 12, 2021 Share Posted January 12, 2021 (edited) Buenos dias. Llevo una semana dandole vueltas y no consigo averiguar cual es el problema que se me presenta. A ver si me puede echar alguien una mano. Cuando tengo activado el modo debug, al ir al checkout, después de iniciar sesión me da el siguiente error: (1/1) ContextErrorException Notice: Undefined index: id_address in 1f3d5a00b4216dac1845cbe24f8bab0ff32c9a36_2.file.addresses.tpl.php line 51 at Block_20459866645ffd873ceef523_09373129->callBlock(object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 248 at Smarty_Internal_Runtime_Inheritance->callBlock(object(Block_20459866645ffd873ceef523_09373129), object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 184 .......... Si quito el modo debug todo va bien, pero a veces necesito tenerlo activado para sincronizar mi programa. Si alguien me pudiera dar una idea........... Me ocurre exactamente igual en 2 tiendas. He mirado compatibilidad de los modulos y todo, probado a desactivar modulos por si alguno era........ y no ha habido suerte. La version 1.7.6.3 y php7.2 Gracias. A ver si me podeis sacar de dudas. Edited January 12, 2021 by chinchoso (see edit history) Link to comment Share on other sites More sharing options...
Prestachamps Posted January 12, 2021 Share Posted January 12, 2021 Hola, del error es una advertencia, en el archivo direcciones.tpl, muy probablemente este: \themes\XXXX\templates\checkout\_partials\steps\addresses.tpl Entonces, aquí la variable id_address se usa como índice y esa variable no está definida. Por lo tanto, el modo de depuración se detiene en esta advertencia de índice indefinido. Después de solucionar este problema, lo más probable es que aparezca la siguiente advertencia. Saludos cordiales, Leo Link to comment Share on other sites More sharing options...
chinchoso Posted January 12, 2021 Author Share Posted January 12, 2021 Muchas gracias. Voy a echar un vistazo. Link to comment Share on other sites More sharing options...
chinchoso Posted January 12, 2021 Author Share Posted January 12, 2021 SOLUCIONADO. He cambiado el addresses.tpl de la plantilla que tenia (warehouse) por el addresses.tpl de la plantilla classic, y todo correcto, sin errores. Muchas gracias. Link to comment Share on other sites More sharing options...
Prestachamps Posted January 12, 2021 Share Posted January 12, 2021 (edited) Hola, Excelente. Asegúrese de marcar el boleto cerrado ¡Buena suerte con las ventas! Saludos, Leo Edited January 12, 2021 by Leo @ Prestachamps (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now