Page 71 of 85 FirstFirst ... 2161697071727381 ... LastLast
Results 701 to 710 of 849
  1. #701
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Quantity Discounts for 1.3

    I add 5 and get the discount ...

    In the cart I see:
    5 $135.00 $675.00
    In the checkout_payment I see:
    Sub-Total: $675.00
    Free Shipping Options (Free Shipping): $0.00
    13% HST: $87.75
    Total: $762.75
    In the checkout_confirmation I see:
    Sub-Total: $675.00
    Free Shipping Options (Free Shipping): $0.00
    13% HST: $87.75
    Total: $762.75
    What were you wanting to see?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

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

    Default Re: Quantity Discounts for 1.3

    You are using the native Quantity Discount in Zen Cart, not the Quantity Discount contribution. In the native Quantity Discount, the price is reduced in the cart. If you add 2 boxes of checks (the link you gave), you'll see the price is $165 rather than $175. So no discount is displayed as a line item; that's how the native Quantity Discount works.
    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.

  3. #703
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Thanks everyone! the problem was that the item was set to be priced by attributes and therefore didn't calculate the discount.

    I did however install the contribution but couldn't figure setting the discount to a specific item.

  4. #704
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,697
    Plugin Contributions
    123

    Default Re: Quantity Discounts for 1.3

    The Quantity Discounts contribution is not designed to apply a discount to a single item; it's designed to apply a discount to all items. If you want a quantity discount on a single item, you should use the built-in facility for doing this.
    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.

  5. #705
    Join Date
    Jun 2012
    Posts
    412
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    I have an issue with quantity discounts and group discounts. I want to subtract the quantity discount from the order subtotal, compute the group discount on the result and subtract it from the subtotal. Then I want to add the shipping cost and compute tax on the result. When the tax is zero, everything is calculated properly, but when the tax is non-zero, the amount used to compute the group discount is wrong. It is too low by an amount equal to the tax on the quantity discount. The quantity discount amount itself is correct. I have the include tax control set to false and the recalculate tax control set to Standard for both quantity discount and group discount. Quantity discounts has a lower sort order than group discounts.

    If I set the quantity discount control for tax recalculate to None, the quantity discount amount and group discount amounts are correct but the tax on the order is wrong, being too high. Any suggestions for setting the controls or is this a bug?

    I'm using Zen Cart 1.5.1. Thanks in advance!

    Dave

  6. #706
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,697
    Plugin Contributions
    123

    Default Re: Quantity Discounts for 1.3

    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.

  7. #707
    Join Date
    Jun 2012
    Posts
    412
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Works great! Thanks for the quick response.

    Dave

  8. #708
    Join Date
    Feb 2010
    Posts
    26
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Hello. This is probably a really stupid and basic question. And I have read the documentation and...well and least some of the posts. I have 2 products of Jeans. Jeans A and Jeans B. both are RRP $59.95. I want to be able to provide a discount of $9.95 if the customer buys four of either Jeans A or Jeans B or a combination of both eg: 2 of Jeans A and 2 of Jeans B. Is this Mod capable of doing this- I understood it could? I have installed the module no problems. But for the life of me cannot work out how to apply the module to these products!? Surely the discount does not apply to every product in the store.?

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

    Default Re: Quantity Discounts for 1.3

    Actually, the discount *does* apply to every item in the store. :)
    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.

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

    Default Re: Quantity Discounts for 1.3

    If you downloaded Quantity Discounts in the last 3 weeks, please make this small change to ./includes/modules/order_total/ot_quantity_discount.php - at the bottom of the file in the function setup() change

    Code:
           $this->add_extra_level_discount(500, 55);
    to

    Code:
          // $this->add_extra_level_discount(500, 55);
    i.e. comment the line out - this was only intended as example code. Thanks to Tim Lester for spotting this.
    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 71 of 85 FirstFirst ... 2161697071727381 ... 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