ac_CouponCombos
-
- Commander (CMDR)
- Posts: 121
- Joined: Wed Dec 17, 2008 9:13 am
ac_CouponCombos
When is ac_couponcombos table used?
- ryanstowasser
- Lieutenant Commander (LCDR)
- Posts: 90
- Joined: Tue Oct 30, 2007 4:28 pm
- Contact:
Re: ac_CouponCombos
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.
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.
Ryan Stowasser (ablehelp@vortx.com)
Vortx Inc
Custom Development for AbleCommerce Solutions
Vortx is an AbleCommerce Development Partner
Vortx Inc
Custom Development for AbleCommerce Solutions
Vortx is an AbleCommerce Development Partner
- efficiondave
- Commander (CMDR)
- Posts: 151
- Joined: Tue Dec 02, 2008 10:20 am
- Location: St. Louis Missouri
- Contact:
Re: ac_CouponCombos
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.
David O'Leary
http://www.EfficionConsulting.com
http://www.EfficionConsulting.com
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: ac_CouponCombos
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.
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
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