This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{%- liquid | |
assign geo_block = false | |
assign country_match = false | |
assign markets_isocodes = section.settings.markets_isocodes | split: ',' | |
if markets_isocodes contains localization.country.iso_code | |
assign country_match = true | |
endif | |
if section.settings.markets == "hide" and country_match == true and request.design_mode == false | |
assign geo_block = true | |
elsif section.settings.markets == "show" and country_match == false and request.design_mode == false |