BOGO OFFER! Buy 1 Pair, Get 1 Pair FREE.SHOP NOW

My account

Sign Up

Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our privacy policy.

jQuery(function ($) { $(document).on('click','.sr-headless-checkout',function(){ var product_id=$('input[name=add-to-cart]').val(); var product_name=$('.product_title').text().trim(); var product_price=$('.price .woocommerce-Price-amount bdi') .first() .text() .replace(/[^\d.]/g,''); fbq('track','AddToCart',{ content_ids:[product_id], content_name:product_name, content_type:'product', value:parseFloat(product_price), currency:'INR' }); console.log("Meta AddToCart Sent"); }); });