zak066 Posted December 14, 2021 Share Posted December 14, 2021 (edited) Good morning to everybody, I've upgraded prestashop from 1.7.7.5 to 1.7.8.2 and I've a problem, when remove a product from cart, the cart won't update. The product is deleted but I to refresh the page to see. This problem occurs only in the cart page https://www.mydomain.xx/en/cart?action=show if I try to delete the product from the sidebar in every other page excecpt from cart page I don't have the problem. Same thing is occcur in another one website where the upgrade was perfomed from 1.7.7.7 to 1.7.8.2. Any help is appreciated because I don't receive any error in debug mode and no error show on apache error.log Sorry for my poor english UPDATE I saw in the apache access.log when I perfom delete action from cart page the log write only this: "POST /it/carrello?delete=1&id_product=8831&id_product_attribute=0 HTTP/1.1" instead when I perform a delete action from cart sidebar in other pages the log write this: "POST /it/carrello?delete=1&id_product=8831&id_product_attribute=0 HTTP/1.1" "POST /it/module/ps_shoppingcart/ajax HTTP/1.1" "POST /it/carrello?ajax=1&action=refresh HTTP/1.1" seem to be a problem with the a missed ajax call SOLUTION I find the solution in the following thread: At the end of the thread dimtsef he posted a core.js and I problem is solved! Edited December 14, 2021 by zak066 (see edit history) 2 Link to comment Share on other sites More sharing options...
BilalDeBordeaux Posted January 16, 2022 Share Posted January 16, 2022 Thank you very much !!!! 1 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