Page 4 of 85 FirstFirst ... 234561454 ... LastLast
Results 31 to 40 of 849
  1. #31
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,612
    Plugin Contributions
    123

    Default Re: Quantity Discounts for 1.3

    Discount by currency is a one-time one amount discount. If you need a currency discount to be applied to each item, this is an inexpensive customization I can do for you; PM me for details. Otherwise, you can use a % off discount of 16% with discount level 1 of 3.

    Good luck,
    Scott
    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. #32
    Join Date
    Nov 2005
    Posts
    20
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    I was assuming that it was a one-time discount, which is fine. My assumption on the use of it was this:

    If I have $6 worthe, then give $1 discount. If I have $12 worth, then give $2, and so on. I even tried reversing it, putting the higher levels first, but I still only ever got $1 discounted. I only want the discount to apply on groups of three, and it's $1 off for each group. Make sense? Can I do this with the current module?

  3. #33
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,612
    Plugin Contributions
    123

    Default Re: Quantity Discounts for 1.3

    You will need to write some custom logic.
    I added user exits to make the mod more extensible. See

    http://www.thatsoftwareguy.com/zenca...discounts.html

    for some examples. Look at apply_special_category_discount().

    Scott
    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.

  4. #34

    Re: Quantity Discounts for 1.3

    I just installed 1.3. I would rather the parent category be used for my quantity discount. I'm sure there is a simple code mod that I can do to allow for that. Can you tell me what that would be? Thanks!

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

    Default Re: Quantity Discounts for 1.3

    The parent category is used. Do you want the top level category to be used?
    If so, this is available as a customization for a modest fee. Please see "Special Requests" in:

    http://www.thatsoftwareguy.com/zenca...ts.html#custom

    Scott
    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. #36
    Join Date
    Apr 2004
    Location
    Berkshire, UK
    Posts
    1,482
    Plugin Contributions
    1

    Default Re: Quantity Discounts for 1.3

    I've missed something, I know I have!
    I've installed the mod, read the thread, read the readme.

    I have about 4000 products, I want to offer quantity discounts on about 25 of these products, spread over different categories.

    I've look in the product edit, and all through the menus...but how do I do this???
    I'm lost - sorry for being thick!

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

    Default Re: Quantity Discounts for 1.3

    You need to use the user exits. Look at

    http://www.thatsoftwareguy.com/zenca...discounts.html

    at the exclude_category() method as an example.

    Scott
    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. #38
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,612
    Plugin Contributions
    123

    Default Re: Quantity Discounts for 1.3

    Check the FAQ again at

    http://www.thatsoftwareguy.com/zenca...discounts.html

    a couple of examples of having products in or out of the discounting plan are provided.
    (look for "exclude_product")

    Good luck,
    Scott
    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. #39
    Join Date
    Apr 2004
    Location
    Berkshire, UK
    Posts
    1,482
    Plugin Contributions
    1

    Default Re: Quantity Discounts for 1.3

    Quote Originally Posted by swguy View Post
    You need to use the user exits. Look at

    http://www.thatsoftwareguy.com/zenca...discounts.html

    at the exclude_category() method as an example.
    Quote Originally Posted by swguy View Post
    Check the FAQ again at

    http://www.thatsoftwareguy.com/zenca...discounts.html

    a couple of examples of having products in or out of the discounting plan are provided.
    (look for "exclude_product")
    Ah, NOW I get it!
    I didn't even realise Zen had a "per product quantity discount" built in! (Admit it - the admin isn't designed for ease of use!)

    So, I use the "per product" system for some, apply blanket discounts via your system, and exclude what I don't want, and the built-in "per product" system will over-ride the blanket discounts from your system where appropriate?

    Have I understood this right?

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

    Default Re: Quantity Discounts for 1.3

    That's a very interesting usage model ... I guess I thought most people would use the built in one and do it product by product, or use mine, but I guess you could use both. The only problem
    I would have with using both is that you'd have to explain very carefully to the customer that
    discounts on product xyz will appear as soon as you put the product in your basket, but discounts
    on product abc will not be shown until checkout time.

    Good luck,
    Scott
    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 4 of 85 FirstFirst ... 234561454 ... 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