Leohvive Posted October 27, 2016 Share Posted October 27, 2016 Hola que tal.. podrían ayudarme por favor.. lo mas que he logrado hacer al llegar al foro es activar el log de errores y mi error es este: Fatal error: Call to undefined method Product::checkAccessStatic() in /home/tecnowow/public_html/tecnowow.mx/classes/Cart.php on line 3290 Esto sucede justo cuando agregue un producto al carrito y voy ya para confirmar el pedido, la instalacion es un prestashop 1.6.1.6 Agradeceré en mucho su ayuda. Link to comment Share on other sites More sharing options...
SOURIRE DES SAVEURS Posted June 1, 2018 Share Posted June 1, 2018 Bonjour, j'ai le problème suivant lorsque côté FO, je mets un article au panier et lorsque je fais commander, j'ai une page blanche. Avec le debug, voici l'erreur que je ne sais pas résoudre : Fatal error: Call to undefined method Product::checkAccessStatic() in /home/souriredessaveur/public_html/classes/Cart.php on line 3225 extrait du fichier cart.php : { if (Configuration::get('PS_CATALOG_MODE')) return true; foreach ($this->getProducts() as $product) if (!Product::checkAccessStatic($product['id_product'], $this->id_customer)) return $product['id_product']; return false; } La ligne 3225 est : if (!Product::checkAccessStatic($product['id_product'], $this->id_customer)) Je voulais joindre le fichier mais impossible, ça ne fonctionne pas sur le forum actuellement. Je vous remercie de votre aide. Cart.php 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