monicaamb Posted August 23, 2022 Share Posted August 23, 2022 (edited) Hello I have a kind of bug: When I add a product to the cart a different product of my shop is added Edited August 23, 2022 by monicaamb (see edit history) Link to comment Share on other sites More sharing options...
webprog Posted August 23, 2022 Share Posted August 23, 2022 Hello, did you delete products or rows in ps_cart table before? Link to comment Share on other sites More sharing options...
monicaamb Posted August 23, 2022 Author Share Posted August 23, 2022 Just now, webprog said: Hello, did you delete products or rows in ps_cart table before? I don't think so. Do you need a photo of the table? Link to comment Share on other sites More sharing options...
webprog Posted August 23, 2022 Share Posted August 23, 2022 5 minutes ago, monicaamb said: I don't think so. Do you need a photo of the table? No. See ps_cart_product table. You can check the ids of the cart and ids of the products in ps_cart_product table. New carts must be with new id_cart Link to comment Share on other sites More sharing options...
monicaamb Posted August 23, 2022 Author Share Posted August 23, 2022 25 minutes ago, webprog said: No. See ps_cart_product table. You can check the ids of the cart and ids of the products in ps_cart_product table. New carts must be with new id_cart How can I check the ids? Link to comment Share on other sites More sharing options...
webprog Posted August 23, 2022 Share Posted August 23, 2022 You can use this sql code: SELECT * FROM ps_cart_product p; Link to comment Share on other sites More sharing options...
monicaamb Posted August 23, 2022 Author Share Posted August 23, 2022 9 minutes ago, webprog said: You can use this sql code: SELECT * FROM ps_cart_product p; This is what I see Link to comment Share on other sites More sharing options...
webprog Posted August 23, 2022 Share Posted August 23, 2022 (edited) You need to define if these rows are correct. Edited August 23, 2022 by webprog (see edit history) Link to comment Share on other sites More sharing options...
monicaamb Posted August 24, 2022 Author Share Posted August 24, 2022 On 8/23/2022 at 10:56 AM, webprog said: You need to define if these rows are correct. Since I don't have enough knowledge about PrestaShop. Do you think it would be a good idea if I delete all the products and reupload them? Is there a way to reinstall the configuration of the products? Link to comment Share on other sites More sharing options...
webprog Posted August 25, 2022 Share Posted August 25, 2022 I don't think that this problem is simple to solve it by reupload of the products. And it will be better if you test your shop on the test domain. Having created it before. 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