Jump to content

Disable multiple products - SQL query (Presta 1.6)


webbusiness23

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...