I want to offer customers a lower shipping rate tariff if they order over a certain value (£29 to be exact). Within the checkout, I want to remind customers, whose orders fall below £29, that, if they order more, they will be charged a lower shipping rate.
How do I create an automatic promotional flash on the checkout page stating "Order over £29 of Products and Get Reducing Shipping Costs" ONLY for those customers that have not met the threshold?
Presumably, the logic is 'IF PRODUCT ORDER VALUE<£29 THEN SHOW MESSAGE A'?
Appreciate any tips on how to achieve this. Thank in advance.
How do I create an automatic promotional flash on the checkout page stating "Order over £29 of Products and Get Reducing Shipping Costs" ONLY for those customers that have not met the threshold?
Presumably, the logic is 'IF PRODUCT ORDER VALUE<£29 THEN SHOW MESSAGE A'?
Appreciate any tips on how to achieve this. Thank in advance.
Comment