carmadsu Posted February 20, 2013 Share Posted February 20, 2013 (edited) Buen dia gente Tengo el siguiente problema, cuando estoy en el carrito y le doy a siguiente que iria a direcciones me tira el siguiente mensaje de error y no me carga toda la pagina Fatal error: Call to a member function isVirtualCart() on a non-object in /cache/smarty/compile/9882695ec29f53d47d9d2eb5379534c8bb44230f.file.order-address.tpl.php on line 344 Alguien sabe que puede ser? Edited February 23, 2013 by carmadsu (see edit history) Link to comment Share on other sites More sharing options...
carmadsu Posted February 20, 2013 Author Share Posted February 20, 2013 Se le ocurre a alguien una idea? estoy parado aqui y nose por donde empezar a buscar el problema. Link to comment Share on other sites More sharing options...
carmadsu Posted February 21, 2013 Author Share Posted February 21, 2013 Ayudaaaaaa!!! Link to comment Share on other sites More sharing options...
carmadsu Posted February 23, 2013 Author Share Posted February 23, 2013 Investigando un poco me doy cuenta que esta sentencia es la que me esta generando el problema $_smarty_tpl->tpl_vars['cart']->value->isVirtualCart() hace llamada ha la funcion "isVirtualCart()" la cual no logro encontrar. Alguien sabe donde esta declarada esta función para poder interpretarla? Link to comment Share on other sites More sharing options...
carmadsu Posted February 23, 2013 Author Share Posted February 23, 2013 Bueno gente dejo la data para la comunidad y de esta manera sumar un granito mas de arena. He ido a el archivo de mi tema order-address.tpl y he reemplazado todas las sentencias $cart->isVirtualCart() por $cart->value Forze la compilacion y listo!!! Link to comment Share on other sites More sharing options...
VitruvianMan Posted May 26, 2013 Share Posted May 26, 2013 thanks a lot! same error on my side, days spent with fixing it, but your solution pretty works! Link to comment Share on other sites More sharing options...
Recommended Posts