Small order

Hi,

Is it possible to use this to add a handling fee if the order is under a certain value?
For example, if the costumer is making an order with a value under Sek 200.- I want to charge ex. Sek 25.- extra - more or less to cover package etc.

tim

Sure, you would need to create an order total module. See the wiki article. Just put a condition before the returned result to return nothing if the subtotal is higher than an amount.

View code on GitHub