function YandexEcommerce(n,t,i){this.ecommerce={};this.ecommerce.currencyCode="RUB";this.ecommerce[n]={};n==="purchase"&&(this.ecommerce[n].actionField=t);this.ecommerce[n].products=i}function SendYandexEcommerce(n,t,i){$.ajax({type:"GET",url:"/_common/getproductsforecommerce",dataType:"json",data:{productsToSend:JSON.stringify(i)},success:function(i){if(i!=null){var r=i.ecommerceProducts,u=new YandexEcommerce(n,t,r);window.dataLayer.push(u)}}})}window.dataLayer=window.dataLayer||[]