Hide cart progress bar from international view only

Solved

Hide cart progress bar from international view only

caleo2024
Tourist
11 0 3

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

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
9527 1912 1947

This is an accepted solution.

Hi @caleo2024 

You can wrap the progress bar code with this code and check again.

 

{% if localization.country.iso_code == "AU" %}
  <!-- Your custom progress bar code here -->
{% endif %}

 

- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 5 (5)

KetanKumar
Shopify Partner
37093 3645 12053

@caleo2024 

yes its possible to make more customization code or  may your just add this functionality customer tag base

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
caleo2024
Tourist
11 0 3

Are you able to help me with the code?

Dan-From-Ryviu
Shopify Partner
9527 1912 1947

This is an accepted solution.

Hi @caleo2024 

You can wrap the progress bar code with this code and check again.

 

{% if localization.country.iso_code == "AU" %}
  <!-- Your custom progress bar code here -->
{% endif %}

 

- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

caleo2024
Tourist
11 0 3

Amazing Dan! That worked perfectly, thank you so much 🙂 

Dan-From-Ryviu
Shopify Partner
9527 1912 1947

You are very welcome! 

- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.