Hi, I’m using the Dawn 15.2.0 theme on shopify and can’t get the Added to Cart metrics to show. I’ve used the liquid block snippet and added to default product page as stated. That did not work when testing with the email address in url home page. I then also tried snipped 2 and 3 both unsuccessfully. I noticed that my “Add to Cart” button code had both an ID and a Class. Code is below - should it only have one or the other? The Klaviyo app embed is also enabled on the Shopify store.. Any help appreciated. thx
<button id="ProductSubmitButton-template--18465993392370__main" type="submit" name="add" class="product-form__submit button button--full-width button--secondary">
<span>ADD TO CART
</span>
<div class="loading__spinner hidden">
<svg xmlns="http://www.w3.org/2000/svg" class="spinner" viewBox="0 0 66 66"><circle stroke-width="6" cx="33" cy="33" r="30" fill="none" class="path"></circle></svg>
</div>
</button>