Product promotion

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
jdarby
Commander (CMDR)
Commander (CMDR)
Posts: 151
Joined: Thu Sep 25, 2008 2:21 pm

Product promotion

Post by jdarby » Tue Oct 20, 2009 8:41 am

I want to set up the following situation in AC7:

If customer buys product A, B, or C they receive product D at a 100% discount (shipping/applicable sales tax still in effect). Products A/B/C are all kits.

I just looked at coupons and it doesn't seem that I can link the purchase of specific products with each other with a coupon code. Is there a good way to do this other than adding product D to the kits with a price of $0.00?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Product promotion

Post by mazhar » Tue Oct 20, 2009 8:48 am

What about upon checkout in CheckingOut method iterate over basket contents if it contains the desired products simply add product d and also apply corresponding coupon on basket as well through code.

jdarby
Commander (CMDR)
Commander (CMDR)
Posts: 151
Joined: Thu Sep 25, 2008 2:21 pm

Re: Product promotion

Post by jdarby » Mon Oct 26, 2009 8:19 am

This will need some more thinking. If it's to be achieved using a coupon, it'll need a bit of modification.

Post Reply