https://drive.google.com/file/d/1_BtrtrbDCoDVW-XadOuTEzUlvli87q0d/view?usp=sharing
<div
class="giveaway-entries"
data-product="{{ card_product.id }}"
data-price="{{ card_product.price }}"
></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="giveaway-entries"
data-product="{{ product.id }}"
data-price="{{ product.price }}"
></div>