Paolo Posted March 5, 2018 Share Posted March 5, 2018 Hi there, I'm importing all the product details from a csv file and, before updating my products with a new csv file, I need to disable them all.Is it possible to mass disable all the products of my catalog in bulk, using a single command, preferably from the Linux shell? Link to comment Share on other sites More sharing options...
musicmaster Posted March 5, 2018 Share Posted March 5, 2018 Better use database commands: update ps_product SET active=0 update ps_product_shop SET active=0 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