Hi,
I am not able to find add_to_cart option in sections ->product-template.liquid file to add the below code.
Hi
Not able to find :
add_to_cart option In themes ->sections->product-template.liquid file
onclick="dataLayer.push({ ‘ecommerce’: null });dataLayer.push({
‘event’: ‘add_to_cart’,
‘ecommerce’: {
‘items’: [{
‘item_id’: ‘{{ product.id }}’,
‘item_name’: ‘{{ product.title | remove: "’" | remove: ‘"’ }}',
‘item_brand’: ‘{{ product.vendor | remove: "’" | remove: ‘"’ }}',
‘item_category’: ‘{{ product.collections[0].title | remove: "’" | remove: ‘"’ }}',
‘item_variant’: ‘{{ product.selected_variant.sku }}’,
‘currency’: ‘{{ shop.currency }}’,
‘price’: ‘{{ product.price | times: 0.01}}’
}]
}
});"
please help