Page 81 of 85 FirstFirst ... 31717980818283 ... LastLast
Results 801 to 810 of 849
  1. #801
    Join Date
    Jun 2016
    Location
    Suffolk VA
    Posts
    590
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Okay, disregard the last--I found the version for Zencart. But I don't see how I can use it to allow set prices for a quantity purchase.

  2. #802
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,755
    Plugin Contributions
    124

    Default Re: Quantity Discounts for 1.3

    There's one for ZenCart too. Please contact me through my site.
    That Software Guy. My Store: Zen Cart Support
    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. #803
    Join Date
    Jul 2009
    Posts
    126
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Hi Scott, probably my english is the bummer, but i can not find how to achieve this:
    i have different prices for quantity, but not all items have the same price.
    so idealy i would like to see my discounts as a sliding scale discount.
    is that possible also?
    if not, do you have a sollution

  4. #804
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,755
    Plugin Contributions
    124

    Default Re: Quantity Discounts for 1.3

    You would probably be better off with the built-in quantity discounts then, which allows per-item configuration of the discount.
    That Software Guy. My Store: Zen Cart Support
    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. #805
    Join Date
    Jul 2014
    Location
    Denmark
    Posts
    27
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    I've had the embarrassing situation that my Zen Cart made obvious calculation errors in some situations, specifically when Quantity Discounts worked in combination with a discount coupon. I finally tracked down what seems like a bug (at least it worked as such for me). In includes/modules/order_total/ot_quantity_discount.php, function process() subtracts the discount from and adjusts the tax amounts in the global $order array. However, $order stores both a subarray of the separate taxes ($order->info['tax_groups']) and a total sum of those taxes ($order->info['tax']). In function process() the subarray is adjusted, but the total sum isn't. This can be fixed by adding a line...
    PHP Code:
                   $order->info['tax'] -= $od_amount[$key]; 
    ...just after the line with the same adjustment to the subarray $order->info['tax_groups']. I hope this may help a few others avoid what I've just been through. Thanks a lot for this module btw - the user exits are brilliant for me, making it easy to set up customized discounts that couldn't be done via the admin interface.

  6. #806
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,755
    Plugin Contributions
    124

    Default Re: Quantity Discounts for 1.3

    Thanks for posting this. What are your settings for admin-modules-order total-Quantity Discounts, and do you have multiple levels of tax? I'm just curious about why I haven't seen this before.

    Later update: note that shopowners who recalculate tax should set the sort order for native discounting modules *above* (i.e. lower than) my modules. Otherwise they will need to make the changes described in https://www.thatsoftwareguy.com/zenc...resorting.html.
    Last edited by swguy; 19 Feb 2018 at 02:47 PM.
    That Software Guy. My Store: Zen Cart Support
    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. #807
    Join Date
    Jul 2014
    Location
    Denmark
    Posts
    27
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Include Tax: False
    Re-calculate Tax: Standard
    Sort Order: 200 (between Sub-Total and Discount Coupon)

    Only one tax in my case (EU VAT). The ot_tax module only uses the subarray $order->info['tax_groups'], so the problem isn't seen in basic use. Perhaps combining Quantity Discounts with coupons is rare, but given how much this module has been used I'm also surprised this issue hasn't surfaced before.

  8. #808
    Join Date
    Apr 2006
    Location
    Midland TX
    Posts
    428
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    I am installing 1.5.5e and need Quantity Discount for 3, 6, and 12 items. I only have 3 products to sell. The discount works great on each product. I also need to give discount on mixed. If customer buy's 3 different products they still would get a discount. Can the built-in quantity discount mod provide mix product discount? If so how do you set it up?

  9. #809
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,755
    Plugin Contributions
    124

    Default Re: Quantity Discounts for 1.3

    Use the Quantity Discount mod and set Discount Basis = Total Items in Cart in admin-modules-order total-quantity discounts.
    That Software Guy. My Store: Zen Cart Support
    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. #810
    Join Date
    Jun 2012
    Posts
    412
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    I have a problem with Quantity Discounts and Edit Orders. When I purchase an item eligible for quantity discounts on the store-side, everything is fine. But when I edit that order in the admin, everything is correct except the order total. It is too low by the tax on the quantity discount amount. I have been discussing this issue on the Edit Orders support forum, beginning with post #1195, but I'm stuck. Has anyone successfully integrated these two plugins successfully? Any hints would be gratefully appreciated. ZC v155e, Quantity Discounts v1.12.1, Edit Orders v4.3.1.

 

 
Page 81 of 85 FirstFirst ... 31717980818283 ... 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