12 Oct 2009, 10:18 AM
New Zenner
- Join Date:
- Dec 2008
- Posts:
- 16
- Plugin Contributions:
- 0
Group Pricing
hi there.
i installed the group pricing mod on my zen cart 1.38 but have come up on a problem. i cannot get it to install because there is an attribute missing. this is that needs to be added:
ALTER TABLE `products` ADD `products_group_a_price` DECIMAL( 15, 4 ) NOT NULL AFTER `products_price` ,
ADD `products_group_b_price` DECIMAL( 15, 4 ) NOT NULL AFTER `products_group_a_price` ,
ADD `products_group_c_price` DECIMAL( 15, 4 ) NOT NULL AFTER `products_group_b_price` ,
ADD `products_group_d_price` DECIMAL( 15, 4 ) NOT NULL AFTER `products_group_c_price` ;
in my zencart i do not have this parameter: products_price. therefore the code falls down. anyone had this at all?