Jump to content

Show as not for sale if stock is lower than


thehurricane

Recommended Posts

Prestashop products have an "available_for_order" flag. So you can either in your php code or in your templates add copy of the type: 

if((product=A) AND (stock <5)) available_for_order = false;

You will need to do this separately for the product page and the product-list (category) page. And maybe some others too. 

If you do it smart you might be able to have a central table where you enter the stock levels.

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