Page 75 of 85 FirstFirst ... 25657374757677 ... LastLast
Results 741 to 750 of 849
  1. #741
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,672
    Plugin Contributions
    123

    Default Re: Quantity Discounts for 1.3

    ah ok. at the top of the function add
    Code:
    global $currencies;
    So you have

    Code:
       function get_discounted_prices($product, $category) {
          global $currencies;
    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. #742
    Join Date
    Oct 2005
    Location
    Hampshire, UK
    Posts
    96
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    You're a star Scott. It worked! Thank you very much!

  3. #743

    Default Re: Quantity Discounts for 1.3

    Hi,

    In our store, we offer quantity discounts on all products dependent on the quantity purchased (set in Categories Quantities Discounts ).

    The price is discounted correctly in the Quantity Box on the product page. But my only issue is that it's not discounted in the cart. Please refer to the following picture:

    Click image for larger version. 

Name:	1000000.jpg 
Views:	88 
Size:	16.9 KB 
ID:	13369

    Click image for larger version. 

Name:	1000001.jpg 
Views:	67 
Size:	27.7 KB 
ID:	13370


    The cart calculation is just based on base price, but not on discount price. I wonder if it has something to do with the cart and checkout calculating the discount differently?

    Any suggestions would be greatly appreciated.

    Eric

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

    Default Re: Quantity Discounts for 1.3

    @Eric, this is the support thread for my Quantity Discounts mod

    http://www.zen-cart.com/downloads.php?do=file&id=135

    which is different from Numinix's mod

    http://www.zen-cart.com/downloads.php?do=file&id=1485

    And it appears you are using his rather than mine.

    In any event, both are order total modules, which means the customer doesn't see the discount until they check out.
    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. #745
    Join Date
    Dec 2010
    Location
    Seattle
    Posts
    83
    Plugin Contributions
    1

    Default Re: Quantity Discounts for 1.3

    We have a report from a TaxCloud merchant that has recently installed Quantity Discounts:

    "Rather than applying the discount to the sub-total, adding shipping, and then calculating the tax (as it should) Quantity Discounts is adding the sub-total and shipping together, calculating the tax, and then applying the discount."

    This observation is correct.

    It is important that the discounts are applied to each item and not as a separate line item on the checkout page.

    For example, let’s say you have a promotional offer of $10 off a $50 order. If a customer is purchasing two items totaling $50 (each with a sales price of $25), you will need to divide the $10 discount between those items (adjusting the sales price for each item to $20). Only after the discount has been applied can one determine the sales tax amount due.

    Furthermore, and this is the issue provoking this post, combining shipping amount with the subtotal will prevent proper determination of tax because shipping is NOT always taxable.

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

    Default Re: Quantity Discounts for 1.3

    Quantity Discounts does not include shipping. Furthermore, it does not apply discounts to individual items. That's the point of an Order Total module. It applies the discount to the total. If you need per item discounting, you will need to use Sales, Specials or the Native Quantity Discounting mechanism in Zen Cart.
    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. #747
    Join Date
    Apr 2014
    Location
    Portland Oregon
    Posts
    2
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Hello Doodlebuckets,

    I am wondering if you are first of all still there as this post is a few years old! If so, did you ever get your answer regarding if the discounted price per category can somehow be manually entered instead of a percentage? Your question matches mine almost word for word as I have a similar situation with my pricing tiers at my online store. I want to simply add the discounted price without relying on the calculator to create the new pricing tier since it is not giving the result I need.

    Thanks and I look forward to hearing from you,

    Scott( a different Scott than in this thread :)

  8. #748
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,672
    Plugin Contributions
    123

    Default Re: Quantity Discounts for 1.3

    You aren't limited to discount by percentage - you can discount by a currency amount.
    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.

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

    Default Re: Quantity Discounts for 1.3

    Quantity Discounts works fine in Zen Cart 1.5.2 and 1.5.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.

  10. #750
    Join Date
    Oct 2011
    Location
    Ohio
    Posts
    28
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Hello,

    Hopefully I'm posting this the right way in the correct thread. I am using Zen Cart v1.3.9h with the swguy Quantity Discounts mod. When I installed the mod, I ran a number of test orders to confirm it calculated the discounted price correctly for different order sizes, but I didn't complete the order and charge a credit card.

    Today the first customer purchased enough items to qualify for the quantity discount. The discount calculated correctly and was reflected in the order total in the shopping cart and on the order record I see now in ZC. When the customer's credit card was charged, however, it was charged for the undiscounted amount. What could cause this? I searched the forum and didn't find a similar issue.


    Thanks for your assistance.


    Jeff

 

 
Page 75 of 85 FirstFirst ... 25657374757677 ... 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