Page 1 of 1
ac_CouponCombos
Posted: Sun Apr 26, 2009 2:46 pm
by Carolharry
When is ac_couponcombos table used?
Re: ac_CouponCombos
Posted: Sun Apr 26, 2009 11:25 pm
by ryanstowasser
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.
Re: ac_CouponCombos
Posted: Thu Jan 28, 2010 12:35 am
by efficiondave
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.
Re: ac_CouponCombos
Posted: Thu Jan 28, 2010 8:25 am
by jmestep
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.