Shipping discount calculation

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
trozzi
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 104
Joined: Wed Oct 05, 2005 4:44 pm
Contact:

Shipping discount calculation

Post by trozzi » Wed Oct 27, 2010 1:16 pm

v 7.0.5

I want to include both product cost and charges in the calculation of the total order in applying a shipping coupon. Is that possible? In other words, Free shipping on orders totalling 100. The 100 should include type 0 and type 6 orderitemtypes.

Thanks
Thomas

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

Re: Shipping discount calculation

Post by jmestep » Thu Oct 28, 2010 6:38 am

It would have to be customized. We did it by creating a second coupon and applying that with the product coupon at the same time on checkout.
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

brad.bisgard
Ensign (ENS)
Ensign (ENS)
Posts: 11
Joined: Mon Apr 21, 2008 8:33 pm

Re: Shipping discount calculation

Post by brad.bisgard » Fri Feb 04, 2011 5:12 pm

Hi Judy:

My client requested using a coupon for both shipping and product discount as well. It appears that the calculation is in a dll, unless I am mistaken. Is there any location in 7.x where I can do any changes? Or would AC have to customize for me?

Thanks!
Brad

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

Re: Shipping discount calculation

Post by jmestep » Sat Feb 05, 2011 8:13 am

We have the source code for Able, so I pulled the calculations out of it and made changes and use that instead. I didn't compile it, but just made a class in the App_Code folder so editing would be easy if required later.
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