New Zenner
- Join Date:
- Dec 2008
- Posts:
- 79
- Plugin Contributions:
- 0
Stocks by attributes
krazykev:
Are you using table prefixes - in which case cactus2_zc2.products_with_attributes_stock may really be something like cactus2_zc2.zen_products_with_attributes_stock.
Based on the way the define for the stock attribute table is in code I would believe that Kev is on to something here
define('TABLE_PRODUCTS_WITH_ATTRIBUTES_STOCK', DB_PREFIX . 'products_with_attributes_stock');
the DB_PREFIX in the define looks to be the problem.
Kellan