https://drive.google.com/file/d/1_BtrtrbDCoDVW-XadOuTEzUlvli87q0d/view?usp=sharing
<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>