Page 72 of 85 FirstFirst ... 2262707172737482 ... LastLast
Results 711 to 720 of 849
  1. #711
    Join Date
    Apr 2006
    Posts
    413
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Is it possible to exclude all categories except for specific categories (without listing every category to be excluded)?

  2. #712
    Join Date
    Apr 2006
    Posts
    413
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    ^^^

    It's ok, I figured this out.

  3. #713
    Join Date
    Apr 2006
    Posts
    413
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Another question. Is there a way to only show the discount table for products in the categories not excluded? Due to the high number of products in the two categories I need this particular mod for I would prefer to use this mod, if possible, over the zencart discount feature.

  4. #714
    Join Date
    Apr 2006
    Posts
    413
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Alright, found the answer to that question as well.. can't be done it appears, it will either show on tpl_product_info_display or it won't.

  5. #715
    Join Date
    Jan 2004
    Posts
    482
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Could we run two copies of the script to produce two different scenarios?
    First one uses a category and pricing structure of buy 2 get one free (and that scaled for the 5 discounts)
    Second one to use a load your cart with 8 items get 20% off your order (then scale for the 5 discounts)

  6. #716
    Join Date
    Dec 2009
    Location
    Canada
    Posts
    160
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Hello! I am unble to find the answer to my question so I will post it here:

    As of now

    Code:
       // Add categories with special discounting policies to this list.
       // Note that 99999, 99998 and 99997 are just given as examples.
       // Note that the Discounting Units you specified in Admin
       // (percentage, currency, currency/item) are also used here.
       function apply_special_category_discount($category, $count, &$disc_amount) {
          switch ($category) {
             
             case 66:
                if ($count > 1) {
                   $disc_amount = 30; 
                }
                break;
    What do I have to do to get the next level of discount within the same category? I'd like to have (buy 2, get 30% off, buy 3 get 50% off)

    EXAMPLE

    case 66:
    if ($count > 2) {
    $disc_amount = 50;
    }
    break;

  7. #717
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,703
    Plugin Contributions
    123

    Default Re: Quantity Discounts for 1.3

    Code:
    switch ($category) {
             case 66:
                if ($count >= 3) {
                   $disc_amount = 50; 
                } else if ($count == 2) { 
                   $disc_amount = 30; 
                } 
                break;
    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.

  8. #718
    Join Date
    May 2012
    Posts
    29
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    I installed your module. I noticed the discount will be shown in checkout page. can the discount be shown on cart page? I mean the discount will be reduced at cart page rather than at checkout page. If so, how? Thanks for your reply!

  9. #719
    Join Date
    May 2009
    Posts
    155
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Brilliant Module, just have a few questions (had loads but found out most answers in this thread - thanks).

    Can I remove the quantity discount box from categories where I offer no discount (currently it shows the box and heading on everything, even when no discounts set-up).

    How do I change the text at checkout from Quantity Discount to something else? (searched on here and tried developers tool kit search but cannot find where the text is coming from - is not a link on my checkout if that makes any difference).

    I'm using 1.3.9h

    Thanks

  10. #720
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,703
    Plugin Contributions
    123

    Default Re: Quantity Discounts for 1.3

    Question 2: change includes/languages/english/modules/order_total/ot_quantity_discount.php

    Question 1: See note #3 after the marketing text examples.
    http://www.thatsoftwareguy.com/zenca...html#marketing
    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.

 

 
Page 72 of 85 FirstFirst ... 2262707172737482 ... LastLast

Similar Threads

  1. v153 quantity discounts for attributes
    By delia in forum General Questions
    Replies: 1
    Last Post: 14 Oct 2014, 02:34 PM
  2. v150 Quantity Discounts for shipping 1.5
    By jpmill in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 7 Apr 2013, 05:28 PM
  3. v150 Quantity Discounts for 1.5?
    By mobishelf in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 21 Feb 2012, 12:40 AM
  4. Hide quantity discounts for general customers, show for groups only?
    By swamyg1 in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 3
    Last Post: 16 Nov 2009, 09:22 PM
  5. Quantity Discounts for Sets?
    By mwlahn in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 1
    Last Post: 30 Mar 2008, 07:39 AM

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