https://drive.google.com/file/d/1_BtrtrbDCoDVW-XadOuTEzUlvli87q0d/view?usp=sharing
Navigate to your online store and edit the code
Search “card-product.liquid” or any product card related
Locate “price”, “card_product” or “price_class’’
And paste this snippet below
Click “Save” and check the product cards
<div class="gg-entry-tag" data-gg-entry-tag data-product-id="{{ [product.id](<http://product.id/>) }}" data-price="{{ product.price | money_without_currency | strip }}">
<span class="gg-entry-total">0</span>
<span class="gg-entry-bonus"></span>
</div>
To use the entries tag with Replo products, use the code below. As long as you’re placing this inside of a “Product” element, it will work just like you’re theme!
<aside> 📌
You can add an additional class to this element, and style it independently from other countdown timers!
</aside>
<div class="gg-entry-tag" data-gg-entry-tag data-product-id="{{ [product.id](<http://product.id/>) }}" data-price="{{ product.price | money_without_currency | strip }}">
<span class="gg-entry-total">0</span>
<span class="gg-entry-bonus"></span>
</div>
If you encounter any issues or need further assistance: