Minimum Order Charge
What I am trying to do is have the system compare the quantity of an item added to the basket compared to the minimum quantity that is in my database and if it is below this, add a charge on of £20.
Anyone know how to do this?
Thanks in advance.


You could add a column to the cart for MinQty and BelowCharge and set those when you add the item to the cart.
