Thread: Group Pricing

Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2008
    Posts
    16
    Plugin Contributions
    0

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

  2. #2
    Join Date
    Dec 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Group Pricing

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

 

 

Similar Threads

  1. online group pricing vs group pricing per item working with sale maker
    By giftsandwhatnot in forum Addon Payment Modules
    Replies: 1
    Last Post: 24 Oct 2011, 09:22 AM
  2. Dual Pricing - Link based on pricing group
    By gfogleman in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 9 Jul 2010, 05:08 PM
  3. Group pricing - how to assign customer to a group?
    By vito in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 6
    Last Post: 12 May 2010, 06:37 PM
  4. Special Club Pricing w/out Manual add Group Pricing
    By bumba000 in forum General Questions
    Replies: 1
    Last Post: 9 Nov 2008, 02:44 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg