Show template section only in a specific country or language

Hi, on https://www.pirobbq.com/pages/verkooppunten I am showing dealers that sell my product. Some of those dealershave demonstrations and/or workshops with my product. I would like to add a section in the template where I show ‘an agenda’ with workshops and demo’s. Because this is only relevant in The Netherlands I would like to show this section only in the Netherlands (or when people select Dutch language). Anybod knows how to show a section in a specific country only?

Thank you, Maarten

Hello @PiROmaarten

Welcome to Shopify Community.

Yes, it is possible by using Shop liquid objects.

If you are good with code then you can add the given code where you have called the section:

{% if request.locale.iso_code == ‘nl’ %}

{% endif %}

Thanks

1 Like