Link to original thread:
http://www.zen-cart.com/forum/showth...=175661&page=2
Stock by attribute is messing up the error message in the shopping cart. You can only see the not enough stock warning on items with stock by attribute. This thread I posted above explains the whole situation.
I can not get this working.
If nothing else, can someone PLEASE tell me how to uninstall this mod safely. I lost two more orders this morning because they could not check out!
I am using version 1.4.13 in zen 1.3.9h
Will this uninstall work:
@gsdcypher, If you're using the current version, 4.7, then running the following SQL should neuter it
Quote:
DROP TABLE products_with_attributes_stock;
DELETE FROM configuration where configuration_key = "STOCK_SHOW_LOW_IN_CART";
Thank you for your time.