Zen Cart Logo

Group Pricing

Locked

Views: 504

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
12 Oct 2009, 10:18 AM
#1
buzzby247 avatar

buzzby247

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?

12 Oct 2009, 10:23 AM
#2
buzzby247 avatar

buzzby247

New Zenner

Join Date:
Dec 2008
Posts:
16
Plugin Contributions:
0

Re: Group Pricing

sorry, i figured it out....renaming issue. thanks