uc_stock module problem.. possible bug?

Posts: 17
Joined: 03/27/2008

hi, im not sure if this is a bug or im missing something? Im using uc_stock and i have some attributes and i set the stock level and threshold level.

Maybe im wrong, but if a customer tries to order more then are in stock shouldnt it give an error? It doesnt on my site?

Any help would be great?

Thanks

Andy

Posts: 5245
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

The doc page covers what it's good for, and in it's basic state that doesn't include preventing purchase for out of stock items. This was out of the scope for the module which is simply there to track stock and provide an API for other modules to deal with things like what you mention. fwiw, those other modules don't exist yet. Eye-wink

Posts: 17
Joined: 03/27/2008

AH ok. Thats ok. thought i had broken something Laughing out loud

i tried using the inventory API module instead, but i cant seem to get it to decrement the stock levels after an order status has been changed to payment_recived. Any way to get it to decrement? What needs to be called after payment is recieved?

Thanks

Andy