Hello,
I have added the “add to cart” snippet and have followed the instructions: https://help.klaviyo.com/hc/en-us/articles/115001396711-Create-a-Custom-Added-to-Cart-Event-for-Shopify#alternate-code-snippet-for--add-to-cart--button-with-class-notation4
However "Add To Cart" matric does not appear. I use Turbo theme.
This is code snippet i add to shopify:
<script type="text/javascript">
var _learnq = _learnq || l];
document.querySelector('.add_to_cart').addEventListener('click',function (){
_learnq.push(_'track', 'Added to Cart', item]);
});
</script>
Please help me
Thank you