Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Jan 2010
    Posts
    7
    Plugin Contributions
    0

    Default How to disable quantity discounts for wholesale users?

    Guys does anyone know how to do this?i'm using dual pricing module and quantity discount module.... the problem is that quantity discount is also calculated for wholesale users even though they have fixed and lowered price....please help me.... what needs to be modified and how?

  2. #2
    Join Date
    Jan 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: How to disable quantity discounts for wholesale users?

    i added this code in ot_quantity_discount.php right beneath exclude product contitional and it's not working again:

    if ($_SESSION['customer_id']) {
    $customers_id = $_SESSION['customer_id'];
    $customer_check = $db->Execute("select * from " . TABLE_CUSTOMERS . " where customers_id = '$customers_id'");
    if ($customer_check->fields['customers_whole'] != "0") {
    $disc_amount = 0;
    continue;
    }
    }

    what did I do wrong?

  3. #3
    Join Date
    Jan 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: How to disable quantity discounts for wholesale users?

    is there anybody who can help me?

  4. #4
    Join Date
    Jan 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: How to disable quantity discounts for wholesale users?

    Do I need to create a case statement in order for this to work?

  5. #5
    Join Date
    Jan 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: How to disable quantity discounts for wholesale users?

    guys i'm sorry..i did not describe my problem correctly.... the code above works fine.... but i did not use it on quantity discount module.... i was trying to use it for quantity discount in product price manager....

 

 

Similar Threads

  1. v151 How do I Disable/Remove Quantity Discounts on items/prodcuts ?
    By chefjays in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 12 Sep 2015, 09:11 PM
  2. v151 Trying to offer quantity discounts to wholesale customers only
    By threecreeks in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 5
    Last Post: 30 Jan 2014, 05:46 PM
  3. Need to have wholesale pricing with quantity discounts for wholesale customers only..
    By littleturtlemama in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 4
    Last Post: 16 Dec 2010, 04:47 AM
  4. Need to have wholesale pricing with quantity discounts for wholesale customers only..
    By littleturtlemama in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 0
    Last Post: 29 Sep 2007, 10:01 PM
  5. quantity discounts for wholesale customers
    By duplex in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 20 Nov 2006, 10:05 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