ac_CouponCombos

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Carolharry
Commander (CMDR)
Commander (CMDR)
Posts: 121
Joined: Wed Dec 17, 2008 9:13 am

ac_CouponCombos

Post by Carolharry » Sun Apr 26, 2009 2:46 pm

When is ac_couponcombos table used?

User avatar
ryanstowasser
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 90
Joined: Tue Oct 30, 2007 4:28 pm
Contact:

Re: ac_CouponCombos

Post by ryanstowasser » Sun Apr 26, 2009 11:25 pm

I have not found anywhere that it is used either.

I wonder it the tables are a clue to what is coming next or if they are legacy tables from functionality that never made it to release.

If I remember right, the table looks like just like the CouponGroups table or the CouponProducts table so implementing the a combo coupon into the administration screens should be a snap. Getting a ComboCoupon to provide the correct discounts seems like the more difficult part.

User avatar
efficiondave
Commander (CMDR)
Commander (CMDR)
Posts: 151
Joined: Tue Dec 02, 2008 10:20 am
Location: St. Louis Missouri
Contact:

Re: ac_CouponCombos

Post by efficiondave » Thu Jan 28, 2010 12:35 am

Any more info on this. We'd really like the ability to let some users enter a single coupon code and get the order for free (no shipping, no tax, no nothin) for promotional purposes. Currently, they have to enter two couple codes. I'm hoping the Coupon Combo piece might allow me to combine different coupon types.

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

Re: ac_CouponCombos

Post by jmestep » Thu Jan 28, 2010 8:25 am

It is partially implemented in Able source. I was able to create a coupon and attach another coupon with it and have them both apply. My code might break when Able implements it completely though.
You can use Marketing.CouponCombo(int, int) --first is coupon id, second is combocouponId. There are load, save, and delete methods. This is 7.0.4, but it might be in 7.0.3 also.
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