drhenner / ror_ecommerce

Ruby on Rails Ecommerce platform, perfect for your small business solution.
www.ror-e.com
MIT License
1.21k stars 409 forks source link

Turn off purchase order or set inventory amount to infinity? #107

Closed DTwigs closed 11 years ago

DTwigs commented 11 years ago

So I notice that if I don't fill add an inventory amount my products say sold out. With the way my business works it could be thought of more as a service. There is no inventory because we make all of it. Is there anyway to turn off the need for an inventory amount? or should I just put in a million or something?

drhenner commented 11 years ago

I always put in 9999999999 and don't worry about it after that... you can change the code but if it evr turns out you need the feature the 9999999999 approach works faster

DTwigs commented 11 years ago

Ok cool, just wanted to make sure I wasn't missing something. Thanks