I would like to create Metafield data (shipping information) that would only apply to specific countries. I would like this to appear on our Product pages. Is there a way to show/hide Metafield content based upon the built-in Currency selection? As an example, if the Currency selector is set to USD the content would appear, but if it is selected to EUR it would not?
I could then create multiple Metafields to show different shipping information for USD vs. EUR.
Yes possible, try to check what you will get with this variable
{{ currency }}
I think it will return USD when UDS is elected and Euro when EUR selected.
Now based on this you can build your logic to display metafields based on currency.
If problem solved don’t forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services
I am not sure that the exact code work so just try it if id worked for you otherwise if you can charge you collaboration code I will be happy to help you