Page 82 of 85 FirstFirst ... 32728081828384 ... LastLast
Results 811 to 820 of 849
  1. #811
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

    Default Re: Quantity Discounts for 1.3

    Link to approximate location in EO thread: https://www.zen-cart.com/showthread....Thread/page123

    I can repro this issue.
    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.

  2. #812
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    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.

  3. #813
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: Quantity Discounts for 1.3

    Please note that I currently consider this a work-around, not a fix.

  4. #814
    Join Date
    Nov 2005
    Location
    France
    Posts
    576
    Plugin Contributions
    8

    Default Re: Quantity Discounts for 1.3

    My store is set to display inclusive of tax. When I have a discount applied, the quantity total deductions and sub total after discounts are showing exclusive of tax.
    I traced this down to classes/order.php line 293

    In v1.5.5 this has been changed from

    $taxCountryId = $taxZoneId = -1;

    to

    $taxCountryId = $taxZoneId = 0;

    when it is -1 by default, the deductions and subtotal correctly show to include tax.

    Is there any fix for this, apart from removing the updated code introduced in 1.5.5 ?

  5. #815
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

    Default Re: Quantity Discounts for 1.3

    You may have found a bug. Could be the code should be more like

    Code:
    if (DISPLAY_PRICE_WITH_TAX) {
       $taxCountryId = $taxZoneId = -1;
    } else {
       $taxCountryId = $taxZoneId = 0; 
    }
    but I'm not sure.
    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.

  6. #816
    Join Date
    Nov 2005
    Location
    France
    Posts
    576
    Plugin Contributions
    8

    Default Re: Quantity Discounts for 1.3

    Quote Originally Posted by swguy View Post
    You may have found a bug. Could be the code should be more like

    Code:
    if (DISPLAY_PRICE_WITH_TAX) {
       $taxCountryId = $taxZoneId = -1;
    } else {
       $taxCountryId = $taxZoneId = 0; 
    }
    but I'm not sure.
    That edit certainly resolves the issue, and it would make sense that the value is set based on the saved setting for Display Prices with Tax.

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

    Default Re: Quantity Discounts for 1.3

    Would you please put a post in https://www.zen-cart.com/forumdispla...40-Bug-Reports ?
    (I would do it but they are likely going to want to ask you about various settings you have.)
    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. #818
    Join Date
    Nov 2005
    Location
    France
    Posts
    576
    Plugin Contributions
    8

    Default Re: Quantity Discounts for 1.3

    Quote Originally Posted by swguy View Post
    Done that Scott. Thanks

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

    Default Re: Quantity Discounts for 1.3

    PHP7 updates complete - see new version in the Plugins area.
    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. #820
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    142
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Great plugin. I am also using the Dual Pricing plugin and was hoping someone can give me guidance to bypass quantity discounts for wholesale customers.

    Thanks

 

 
Page 82 of 85 FirstFirst ... 32728081828384 ... 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