Jump to content

Quantiti product problem


Recommended Posts

It is not possible to disable the quantity for a product. The only solution I can think of the moment without extensive modifications to Prestashop is to enter a really big number like 1000000 that would take a very long time to sell out. You could then change line 271 of product.tpl in your theme's directory to something like:

{if product->quantity > 10000}unlimited{else}{$product->quantity|intval}{/if}



You can change 10000 to a number that is bigger than you would ever enter as the quantity, but small enough that it would take a long time to count down to it.

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