Hide cart progress bar from international view only

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

1 Like

@caleo2024

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 %}
1 Like

Amazing Dan! That worked perfectly, thank you so much :slightly_smiling_face:

1 Like

You are very welcome!