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="giveaway-entries"
  data-product="{{ card_product.id }}"
  data-price="{{ card_product.price }}"
></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="giveaway-entries"
  data-product="{{ product.id }}"
  data-price="{{ product.price }}"
></div>