Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Group Discount for different categories, Quantity Discount on other categories

Group Discount for different categories, Quantity Discount on other categories

Locked

Views: 2,932

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
17 Mar 2009, 11:07 PM
#1
djmacllc avatar

djmacllc

New Zenner

Join Date:
Nov 2008
Posts:
7
Plugin Contributions:
0

Group Discount for different categories, Quantity Discount on other categories

I am new to the Zen Cart environment; I am using Zen Cart 1.3.8a
I added the quantity discount addon. The quantity discount is working correctly.
I have search through the forum, but did not find what I am trying to do.
I have multiple categories, one being closeouts. The closeout category is what I have set for quantity discounts. I need to be able to apply multiple group discounts to a category, but only items in that category. Currently the group discount applies to all items in the cart, including the already discounted closeout items.
Is there anyway to change this to only apply to the items within a category?

18 Mar 2009, 12:56 AM
#2
swguy avatar

swguy

Administrator

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

Re: Group Discount for different categories, Quantity Discount on other categories

Yes. The Quantity Discount contribution has user exits which allow you to limit its application to only specific categories (or products). Read the documentation about apply_special_category_discount().

http://www.thatsoftwareguy.com/zencart_quantity_discounts.html

You can also get to this link by pressing the help link in Admin when you're looking at Quantity Discounts under Admin->Modules->Order Totals.

20 Mar 2009, 1:03 AM
#3
djmacllc avatar

djmacllc

New Zenner

Join Date:
Nov 2008
Posts:
7
Plugin Contributions:
0

Re: Group Discount for different categories, Quantity Discount on other categories

Yes, the quantity discount is working correctly for just the closeouts category. I need to now have multiple group discounts that will apply to only certain other categories. Currently if I try to apply a group discount of 10% it is applied to everything in the cart, which could include items from the closeout, already discounted items.

20 Mar 2009, 1:11 AM
#4
swguy avatar

swguy

Administrator

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

Re: Group Discount for different categories, Quantity Discount on other categories

You have to write software to do this; there's nothing built in.

21 Mar 2009, 12:24 AM
#5
djmacllc avatar

djmacllc

New Zenner

Join Date:
Nov 2008
Posts:
7
Plugin Contributions:
0

Re: Group Discount for different categories, Quantity Discount on other categories

Thanks for the reply. Any ideas on what kind of effort it would take to put something together for this type fo group discounting?