Unlimited products in stock in osCommerce April 2, 2009

Strange that this option isn’t available in osCommerce. Maybe I missed something but there is only ability to set number of products in admin – no option to set it for unlimited number. What if I sell service? It’s definitely unlimited (well until I’ll be in business).

Of course, the easiest way will be run something like this:

UPDATE products SET products_quantity = 1000000000

But I’m not happy with this solution. Will spend some time tomorrow investigating it.

Leave a Reply