Small Order Fee

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
igavemybest
Captain (CAPT)
Captain (CAPT)
Posts: 388
Joined: Sun Apr 06, 2008 5:47 pm

Small Order Fee

Post by igavemybest » Tue Oct 26, 2010 1:48 am

Would there be an easy way to add a small order fee to orders under a certain dollar amount?

plugables
Captain (CAPT)
Captain (CAPT)
Posts: 276
Joined: Sat Aug 15, 2009 4:04 am
Contact:

Re: Small Order Fee

Post by plugables » Tue Oct 26, 2010 3:35 am

You can make use of pricing rules I guess.

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

Re: Small Order Fee

Post by mazhar » Tue Oct 26, 2010 9:24 am

Have a look at this thread viewtopic.php?f=42&t=13934
You can try to do something like this. One suitable location could be the CheckingOut event handler in OnePageCheckout.ascx.cs. This is the last location available before a checkout, if this gets called then it means customer can no longer change basket items. So in there you can see basket total, if required add custom charges and let the checkout proceed. Hopefully that will do the trick.

Post Reply