How can I display real-time review scores in my announcement bar?

How can I display real-time review scores in my announcement bar?

PyroProducts
Excursionist
17 2 3

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. 

Replies 3 (3)

LitCommerce
Astronaut
2860 684 750

Hi @PyroProducts,

Please send your site and if your site is password protected, please send me the password. I will check it.

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
PyroProducts
Excursionist
17 2 3
LitCommerce
Astronaut
2860 684 750

Hi @PyroProducts,

Please go to announcement-bar.liquid file and change code here:

Screenshot.png

Code:

<div class="announcement-bar__message">
    {{ block.settings.text }}
</div>
{
          "type": "liquid",
          "id": "text",
          "default": "Welcome to our store",
          "label": "t:sections.announcement-bar.blocks.announcement.settings.text.label"
},

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!