Sometimes you face errors like : Impossible to add the product to the cart.textStatus: ‘parsererror’ errorThrown: ‘SyntaxError: Unexpected token; TECHNICAL ERROR: unable to load form. Details: Error thrown: [object Object] Text status: error These errors ocurre more often when you… Read More
PrestaShop how to fix regenerate customer’s password issues
So you have customers who use the “forgot password” link and when they receive a regenerated password link to unlock their account, they can’t change there password? Don’t worry here is quick fix. Go to Preferences> Customers, and check the value… Read More
Prestashop adding product to cart programmatically
To add product to shopping cart from a module controller you can use the function bellow.