Quote:
Originally Posted by dirtycrow
users in allowed group keep trying to use the thief opition but it says it's ok out stock, even tho it's set to unlimited. running 1.0.7
|
Code:
// check if there are some items left
if (($action['cost'] != 0) && ($action['quantity'] == 0))
{
// display error, no items left
eval(standard_error(fetch_error('estore_item_out_of_stock')));
}
Check to be sure that you did not set Thief to cost a price...
-CMX