Hi -
I was wondering if anybody could see a way of doing this:-
I would like a message to appear in the Checkout if, and only if, the shipping country that has been selected by the customer is the UK.
So,
IF shipping_country = UK THEN
show the required message
ELSE (anything other than UK)
don't show the message
END IF
Can anybody see how that could be done with the available built-in variables & a BLOCK IF ?
Many thanks, and very warm wishes for the festive season!
pete
I was wondering if anybody could see a way of doing this:-
I would like a message to appear in the Checkout if, and only if, the shipping country that has been selected by the customer is the UK.
So,
IF shipping_country = UK THEN
show the required message
ELSE (anything other than UK)
don't show the message
END IF
Can anybody see how that could be done with the available built-in variables & a BLOCK IF ?
Many thanks, and very warm wishes for the festive season!
pete
Comment