webbusiness23 Posted January 10, 2018 Share Posted January 10, 2018 Hello, I need to disable (in my Prestashop 1.6) multiple products using an SQL query. I've tried this so far: UPDATE `ps_product` SET `active` = 0 WHERE `id_product` IN (10548,10554); The result was: "2 rows affected. (Query took 0.0003 seconds.)" but actually the products are still active. What to do next? Link to comment Share on other sites More sharing options...
musicmaster Posted January 10, 2018 Share Posted January 10, 2018 You should do the same in ps_product_shop Link to comment Share on other sites More sharing options...
webbusiness23 Posted January 10, 2018 Author Share Posted January 10, 2018 44 minutes ago, musicmaster said: You should do the same in ps_product_shop Thanks, this solved my problem. 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