A client wants to sell limited-production items online. Is there a way to set up a shop to sell no more than a certain number of items, then refuse to take orders (and, ideally, pop up a sold-out message)? We want to avoid selling more than are available, then being in the position of having to issue refunds and sooth disappointed customers.
If your products are in the database, and you decrement each total available as you sell one, then you can do this automatically. Are you building the cart from scratch, or are you looking for a drop-in cart that has this function already?
Walter
On Oct 2, 2012, at 11:42 AM, Mark Finch wrote:
A client wants to sell limited-production items online. Is there a way to set up a shop to sell no more than a certain number of items, then refuse to take orders (and, ideally, pop up a sold-out message)? We want to avoid selling more than are available, then being in the position of having to issue refunds and sooth disappointed customers.