https://drive.google.com/file/d/1_BtrtrbDCoDVW-XadOuTEzUlvli87q0d/view?usp=sharing

  1. Navigate to your online store and edit the code
  2. Search “card-product.liquid” or any product card related
  3. Locate “price”, “card_product” or “price_class’’
  4. And paste this snippet below
  5. 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>

Using with Replo

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>