Jump to content

products get disabled without any human action.


Recommended Posts

hello

 

maybe you use some external module to manage product availability automatically?

or maybe some software like store manager? or other integration software?

it's worth to check it

No i am not using any external software. I did an upgrade to 1.5.6.1 and the problem is still here

Link to comment
Share on other sites

hello

 

maybe you use some external module to manage product availability automatically?

or maybe some software like store manager? or other integration software?

it's worth to check it

hello

I remember now that I did a mysql trigger to disable out of stock products automatically. I actually learned it from you Vekia.

the statement is: UPDATE  ps_product_shop SET active=0 WHERE id_product IN (SELECT id_product FROM  ps_stock_available WHERE quantity=0)

but it always disable the same products even if they have quantity.

Link to comment
Share on other sites

  • 2 weeks later...

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...