Not able to find add_to_cart option in sections ->product-template.liquid

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

Can you please provide the theme details

Hi,

As requested please find enclosed theme details
The theme details are as follows
theme name: Warehouse
theme_store_id:871

Regards
Kanthamani

Hi,

As requested please find enclosed theme details

The theme details are as follows

theme name: Warehouse
theme_store_id:871

Regards
Kanthamani