No content to show
User Activity
04-15-2025
Hello! No i did not find a solultion. Someone from the forum did take a look. You can view the code of the theme (webshop > 3 dots beside theme name > edit code) in there are files with translations (locale), but the sentences we are looking for are ...
03-07-2025
Hi Qasim, Thank you for your help! I had a look at the locale files at the webshop theme > edit code but can't seem to find sentences like 'Changed my mind'.
03-07-2025
Hello, I have a dutch shopify store and just set up customer accounts and self service returns. I noticed the return reasons a customer can select are in english instead of dutch.Can i change this?
09-22-2024
Unfortunately i still see some Belgian visitors who see the content. I there another variable?:)
09-18-2024
Thank you very much!I had to use 'Nederland' instead of 'Netherlands'. I am testing it right now. Untill now it looks good. I will let you know tomorrow.I am checking if it works by using hotjar to see recordings of people using the website.
09-16-2024
Hello, I tried to use a custom liquid block to only show content to people from the Netherlands like this: {% if localization.country.iso_code == 'NL' %}
SOMETHING TO SHOW
{% endif %} Most of the time this seems to work. But not allways.I noticed so...