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

Lost password

Lost your password?

Please enter your username or email address. You will receive a link to create a new password via email.

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"); }); });