Hello,
I’m looking for a way how, instead of just text, you can do something like codes in your announcement bar. In this case, I want to have a code in it that retrieves and displays my review score in real time. And that in combination with a slider
I already have the code to retrieve the review scores from my review partner.
Hi @PyroProducts ,
Please send your site and if your site is password protected, please send me the password. I will check it.
Hi @PyroProducts ,
Please go to announcement-bar.liquid file and change code here:
Code:
{{ block.settings.text }}
{
"type": "liquid",
"id": "text",
"default": "Welcome to our store",
"label": "t:sections.announcement-bar.blocks.announcement.settings.text.label"
},
Hope it helps!