Is there a way to add a "processing fee" to an order that is under a certain dollar amount? For example, can I add a $7.50 fee to any order that is under $25?
Is there a way to add a "processing fee" to an order that is under a certain dollar amount? For example, can I add a $7.50 fee to any order that is under $25?
Not out of the box, but if you have the source code that would be a pretty simple mod to make. Search the solution for where we reference the 'CartMinOrderAmount' AppConfig and you should be able to insert your custom logic in pretty much the same place.
Thanks, Scott.