Thread: Group Discounts

Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2011
    Posts
    1
    Plugin Contributions
    0

    Default Group Discounts

    Hi found a possible problem - in ot_group_pricing.php, function calculate_deductions - the function does not take into account when more than 1 of the same item is purchased.

    For example, the if an item is priced at $100 and the group discount is 10%, and 3 are purchased - the discount is only $10 instead of $30.

    I have added in:
    $qty = $value['qty'];

    then down in the code.

    $discount = ($totprice - $gift_vouchers) * $group_discount->fields['group_percentage'] / 100;
    if ($qty > 1) {
    $discount = $qty * $discount;
    }

    Not sure if anyone has come across this before...

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,683
    Plugin Contributions
    123

    Default Re: Group Discounts

    I think your copy of group pricing might have been modified - a vanilla one from a fresh 1.3.9 download works perfectly.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 

Similar Threads

  1. Group Discounts
    By davidq3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 24 Mar 2011, 12:42 PM
  2. Group Discounts?
    By Candice in forum Setting Up Specials and SaleMaker
    Replies: 22
    Last Post: 9 Jul 2009, 04:50 AM
  3. Product quantity price discounts & group discounts
    By Richard.Tung in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 11 Jun 2009, 03:24 PM
  4. Group Discounts
    By spjutulf in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Jan 2008, 09:53 AM
  5. group discounts
    By MB1 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 5 Mar 2007, 01:41 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR