Hello!
I’m close to having some very simple localisation code on my site, but the third condition is not executing.
Can you help me realise how I need to change this code to work?
I’m using it in a custom liquid field on the product page.
Thank you!
{% if localization.country.iso_code == ‘AU’ %}
$9.95 Discount on two pack.
Shipping from Adelaide or Sydney.
{% else if localization.country.iso_code == ‘US’ %}
Discount on two pack.
Ships from the USA.
{% else if localization.country.iso_code == ‘NZ’, ‘CA’ %}
Discount on two pack.
{% endif %}