Menu ☰

Showing the single result

jQuery('.single_add_to_cart_button').click(function(){ var productname = jQuery('h1').text(); gtag('event', 'contact', { event_category: 'product', event_action: 'add to cart', event_label: productname}); });