Page 1 of 1
Small Order Fee
Posted: Tue Oct 26, 2010 1:48 am
by igavemybest
Would there be an easy way to add a small order fee to orders under a certain dollar amount?
Re: Small Order Fee
Posted: Tue Oct 26, 2010 3:35 am
by plugables
You can make use of pricing rules I guess.
Re: Small Order Fee
Posted: Tue Oct 26, 2010 9:24 am
by mazhar
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.