Discount for 2 specific products purchased together

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
herchenx
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 28
Joined: Mon Sep 24, 2007 4:10 pm
Location: Fort Collins, CO

Discount for 2 specific products purchased together

Post by herchenx » Thu Feb 14, 2008 3:30 pm

We have a scenario where a Vendor is willing to offer a discount if 2 specific products are ordered together.

I could obviously take product A and Product B and create a new product listing with the 2 of them together, but my client wants to know if we can offer some sort of promotion that shows the 10% discount on the combined purchase, so a customer could buy product A, add product B to the order, and receive 10% off the total of the 2 (discount wouldn't apply to other items in the order)

Has anyone set anything like this up?

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Post by jmestep » Fri Feb 15, 2008 7:02 am

You could do it with a kit of Product B for Product A and take the 10% off both products by taking that $ amount off Product B.That way if the customer removes ProductA from the order, he doesn't remain with a 10% on ProductB. If you use checkbox display for the kit, they don't have to select anything.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

herchenx
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 28
Joined: Mon Sep 24, 2007 4:10 pm
Location: Fort Collins, CO

Post by herchenx » Tue Feb 19, 2008 4:23 pm

Thanks Judy, this gets us most of the way there.

Turns out what the client wants is ALMOST accomplished by this. The problem is they want to optionally have one of a list of items accompanying the product.

A checkbox does this if there is only one item that can be paired for a discount, but if you have more than one product, but they can only pair it with one - you need to use a select list or radio buttons. The problem is, there isn't a "none" option (a real product has to be selected). I thought of creating a fake product called "none" with no cost. The problem is this is an ugly hack and opens up potential problems with shipping, order fulfillment etc.

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Post by jmestep » Tue Feb 19, 2008 6:17 pm

Yes, that is a problem with the new AC7 kits- you can't have a non-selection in a select box. I've been meaning to look at that for a work-around. The options show up with no selection because Able added:
aspOptions.Items.Add(String.Empty);
I haven't figure out how to do it for kits.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

Post Reply