I have a problem that I was wondering if anyone else has encountered and how they resolved it. What we'd like is the ability to have inventory control on a per product basis. For example, if I have Product A, I'd like it so that you can only order what is on hand. If there are 3 available, then it would stop you from ordering more than that. However, we also have Product B. This is something that is produced as it is ordered so there's no need to keep track of inventory. The tricky part comes in how our client handles these items within their own system that we are integrating with. The inventory must be set to 0 and cannot be set at an extremely high amount, such as 1,000,000. Otherwise, it ends up messing up the numbers in their system. I have tried making this product a downloadable product and leaving the download location field blank, but the global inventory configurations still apply. I've also emailed aspdotnetstorefront support about this and was told it would take customization to accomplish. This is something I am prepared to do if necessary, but I wanted to see if anyone else had other ideas before I go with this.
Thanks