Page 45 of 85 FirstFirst ... 35434445464755 ... LastLast
Results 441 to 450 of 849
  1. #441
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,312
    Plugin Contributions
    125

    Default Re: Quantity Discounts for 1.3

    No - must be one or the other.
    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.

  2. #442
    Join Date
    Sep 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    I'm using your module so that I can offer a discount based on total number of items in cart and it works great. I just started using Google Checkout and it won't take the discount into consideration when calculating sales tax. Example

    Original price $10.00
    Discount 5.00

    Total $5.00

    Sales tax 6% is $.60 instead of $.30

    Any ideas?

  3. #443
    Join Date
    Jan 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    we use a michigan state tax for only orders in mi but your quantity discount puts the tax on every transaction, do you know how I can fix this?

    Thank you very much for your time.

  4. #444
    Join Date
    Sep 2008
    Posts
    98
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    I'm running 1.38a using the quantity discount module as well as the discount preview mod. I have set up my discounts simply to be an absolute $ discount depending on the quantity ordered...with no limitations based on category, etc. This is working fine. Now, I wanted to temporarily offer a category specific coupon using the regular zen-cart discount coupon system...but I am running into a problem.

    To simplify things, assume all of my products are $5.00 each. I offer a $1 quantity discount for each product with the purchase of 5 or more products.

    Now I want to offer a 12% discount coupon only on one category. When I use that coupon and only choose products within that category, the system works fine. However, if I choose products both within and without that category it does not work properly.

    Here is what happens. If I order 5 products all within the discounted category...the checkout shows something like this: Total $25...quantity discount $5...discount coupon....$2.40... (That is the correct amount, namely that it applies a 12% discount based on the $20 price reflected after first applying the quantity discount.)

    However if I then add a 6th product which is not within the discounted category...I get the following: Total $30....quantity discount $6....discount coupon $2.28....(What has happened is that the discount coupon, instead of calculating based on a total of $20 is instead applying the discount to only $19. This apparently results from the coupon correctly applying the discount to the correct number of products (5)...but basing the $ amount of the discount by deducting all of the quantity discounts, not just the quantity discounts applicable to the products for which the coupon is intended.)

    So I wondered if there is a workaround for this problem?

    Thanks

  5. #445
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,312
    Plugin Contributions
    125

    Default Re: Quantity Discounts for 1.3

    Try changing the sort order of coupons so that it is before 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.

  6. #446
    Join Date
    Sep 2008
    Posts
    98
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Quote Originally Posted by swguy View Post
    Try changing the sort order of coupons so that it is before quantity discounts.
    I just tried that but it does not solve the problem. In case I was unclear before I do want the discount to be taken on the price after the quantity discounts....but only as to those products which are included within the category where the coupon applies.

    If I change the sort order as suggested then the 12% discount is applied to the Sub-Total price (i.e. the price before the quantity discount.)

    So in the examples I gave before, with 5 items priced at $5 each the coupon then incorrectly becomes valued at $3 instead of $2.40(i.e 12% of $25 instead of 12% of $20).

    The only good news is that when I then add a 6th item (which is not part of the coupon discount) then the coupon discount does not change....it remains at the (incorrect) amount of $3.

    So I still am unable to correctly apply a discount coupon restricted to just one category when I have quantity discounts applied to all categories.

  7. #447
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,312
    Plugin Contributions
    125

    Default Re: Quantity Discounts for 1.3

    Quote Originally Posted by maineiac13 View Post
    So I still am unable to correctly apply a discount coupon restricted to just one category when I have quantity discounts applied to all categories.
    Yes, you would need to write software to do what you want to do.
    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.

  8. #448
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,312
    Plugin Contributions
    125

    Default Re: Quantity Discounts for 1.3

    Quick reminder for new users and people who just want to learn more about Quantity Discounts: there is extensive documentation, examples, code fragments, frequently asked questions, etc. available on my home page. The link is in the readme file, or you can just go to my home page and click the Zen Cart link and search for Quantity Discounts.

    I only update the readme file in the contribution when I update the software, but the documentation on my home page is updated constantly. Quantity Discounts is over three years old, so chances are, someone has had the same questions you're having and I've put answers on this page.
    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.

  9. #449
    Join Date
    Oct 2008
    Posts
    141
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Quote Originally Posted by swguy View Post
    Quantity Discounts is over three years old, so chances are, someone has had the same questions you're having and I've put answers on this page.
    I'm positive someone has asked this before, if only because the link I followed to the mod explicitly said it, but unfortunately zen search won't find it using any strings I can think of that might have found it!

    On the FAQ in your Better Together page, one of the questions is:
    Can I do three for the price of two? Four for the price of three?
    and the answer was
    No. But Quantity Discounts can do this sort of discounting.
    . So, went there, installed that, but I'm going crazy here - I can't see anything that will permit me to effectively have 'buy three items from x cat, get the third free'. Yes, I could code a 33% discount in there which would make the above example work, but what about where items in category x have different prices? Basically then, we're looking for 'buy three items, get the cheapest free'. I thought from the text on the QD page that such a thing is feasible - am I wrong?
    The instructions say Insert Disk 3, but only two will fit...
    www.shedtraders.co.uk
    www.tobermorychocolate.co.uk

  10. #450
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,312
    Plugin Contributions
    125

    Default Re: Quantity Discounts for 1.3

    I should change this wording because it's confusing. The real answer is, "you can do this with Quantity Discounts if you're willing to write code and use the user exits. "
    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.

 

 
Page 45 of 85 FirstFirst ... 35434445464755 ... 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