Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Quantity discounts across products.

Quantity discounts across products.

Locked

Views: 1,706

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
7 Feb 2008, 3:36 PM
#1
mandm avatar

mandm

New Zenner

Join Date:
Jan 2006
Posts:
32
Plugin Contributions:
0

Quantity discounts across products.

How can I set up a cart to offer quantity discounts for several different but similar products? For example; say I am selling audio cassettes, cds, and dvds all with different titles and product descriptions. If a user purchases 10 cds with different titles I would like to provide a discount. Likewise with the cassettes and dvds with several price breaks. Is there a way to do this with the existing cart?

7 Feb 2008, 4:29 PM
#2
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: Quantity discounts across products.

Use the Quantity Discounts contribution.

7 Feb 2008, 4:49 PM
#3
mandm avatar

mandm

New Zenner

Join Date:
Jan 2006
Posts:
32
Plugin Contributions:
0

Re: Quantity discounts across products.

Thanks for the reply. My quantity pricing is further complicated since I will be offering multiple piece packages. So the customer will be able to purchace a single item, a package of 5, a package of 10, or a discount on 10 packages of 10. I would like the customer to be able to buy 5 packages of product A and 5 packages product B and get the bulk price for the combined order, yet I still want to offer the smaller package for the same product at the small package price. It appears that Quantity Discount contribution would require all package sizes to be the same price for the same product. Is this correct?

7 Feb 2008, 8:38 PM
#4
mandm avatar

mandm

New Zenner

Join Date:
Jan 2006
Posts:
32
Plugin Contributions:
0

Re: Quantity discounts across products.

After reviewing the documenation I think that the quantity discounts contribution may do the trick. If I modify the code in apply_special_category_discount() for the categories I want to be discounted, will the admin settings for order_total->quantitiy discounts be overridden (i.e. can I ignore them)?

7 Feb 2008, 9:03 PM
#5
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: Quantity discounts across products.

You can use this or the other category related user exit, exclude_category, depending on your needs.