Page 52 of 71 FirstFirst ... 242505152535462 ... LastLast
Results 511 to 520 of 710
  1. #511
    Join Date
    Nov 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Do you mean "Quantitiy Discounts version 2.0" ? Is it already downloadable ?

    Olieve

  2. #512
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,478
    Plugin Contributions
    121

    Default Re: Quantity Discounts for 1.3

    No, I meant Zen Cart 2.0.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

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

    Default Re: Quantity Discounts for 1.3

    Is there a way to disable quantity discount for wholesale users but not the discount set in quantity discount module but the discount set in product price manager?

  4. #514
    Join Date
    Feb 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Zen Cart™ Version: v1.3.8
    Quantity Discounts Version: 1.10a

    I want my first item to be $4.50.

    I want every item after that to be $2.00.

    What's the best way to do this?

  5. #515
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,478
    Plugin Contributions
    121

    Default Re: Quantity Discounts for 1.3

    This sort of tiered pricing is not supported in Quantity Discounts.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  6. #516
    Join Date
    Dec 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    I am using Zen 1.38a with 1.10a quantity discount mod.
    I want to discount 2nd and 3rd products from the same category by 25% but not the first item in the cart.
    I have got it to work by using the currency amount. My problem is I want to exclude other product id's.
    I edited the function Product Exclusion in file ot_quantity_discount but it didn't work. It's in the custom folder. When I add the excluded product to cart it still shows discount for 2 products.

    Here is what my ot_quantity_discount file looks like

    // Add products you wish to exclude to this list.
    // Go to Admin->Catalog->Categories/Products->[Your category]
    // and look at the left hand side of the list to determine
    // product id. Note that 99999 and 99998 are just given
    // as examples.
    function exclude_product($prid) {
    $id = (int)$prid;
    switch($id) {
    case 3:
    return false;
    }
    return true;
    }

    3 is the product id I want to exclude. Is this code correct?

    I figured out how to get the discount correct but can't get the other products excluded.
    Last edited by shelby89; 14 Mar 2010 at 12:37 AM. Reason: add more content
    Thanks, Shawn

  7. #517
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,478
    Plugin Contributions
    121

    Default Re: Quantity Discounts for 1.3

    The statement

    It's in the custom folder.
    may be the problem. The file should be under includes/modules/order_total. These files cannot be overridden.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  8. #518
    Join Date
    Apr 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Does this module allow me to do "Buy 5 Get One Free" for a category? I have items of a few prices in a category. If my user buys 5, they get the lowest priced item free. Thanks. Christene

  9. #519
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,478
    Plugin Contributions
    121

    Default Re: Quantity Discounts for 1.3

    No, this kind of thing is not what Quantity Discounts does. Response by PM.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  10. #520
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,478
    Plugin Contributions
    121

    Default Re: Quantity Discounts for 1.3

    Quantity Discounts 1.11 is now available. This version features another tax setting (Re-Calculate Tax = VAT) for tax included shops. If you do not run with Display Prices with Tax = true, you may skip this upgrade.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

 

 
Page 52 of 71 FirstFirst ... 242505152535462 ... LastLast

Similar Threads

  1. Quantity Discounts
    By ZenLova in forum Creating Discounts/Coupons, Gift Certificates, Newsletters
    Replies: 72
    Last Post: 2 Oct 2010, 08:34 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
  •