Hi - in the customer email I want to check the shipping country and display an additional message if the country is Scotland.
I have tried the following within a block but nothing is displayed:
If I put the following without a condition then it displays:
I assume that there is some encoding screwing this up - any ideas?
I have tried the following within a block but nothing is displayed:
Code:
<actinic:variable name="ShipCountryOnlineXML" /> == "Scotland"
Code:
Country = <actinic:variable name="ShipCountryOnlineXML" />
Comment