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:
in my zencart i do not have this parameter: products_price. therefore the code falls down. anyone had this at all?Code: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` ;



