I need to be able to set International Order Minimums Minimum Price for all countries except US and CA. I think this will work for the order minimum (price):
but how do I also limit or exclude two countries US and CA?
Code:
<mvt:if expr="l.settings:basket:items:subtotal LT 100.00"> You haven't met the $100.00 minimum.</mvt:if>
Comment