Hello,
I’ve added a custom cart drawer progress bar to my store - is there a way to hide it from International view (so it is only available to Australian customers)
Thank you!!
stampandimpress.com.au
PW coffee736
Hello,
I’ve added a custom cart drawer progress bar to my store - is there a way to hide it from International view (so it is only available to Australian customers)
Thank you!!
stampandimpress.com.au
PW coffee736
yes its possible to make more customization code or may your just add this functionality customer tag base
Are you able to help me with the code?
Hi @caleo2024
You can wrap the progress bar code with this code and check again.
{% if localization.country.iso_code == "AU" %}
{% endif %}
Amazing Dan! That worked perfectly, thank you so much ![]()
You are very welcome!