Carte Niculescu SRL

Lista de carti cu care venim in intampinarea clientilor acopera cele mai diverse domenii si subiecte, astfel incat nici un cititor sa nu plece nemultumit de la noi.

Scroll
  • Informatii
    Contact

    0770.98.17.12

    comenzi@clb.ro

    Relatii cu clientii: Luni - Vineri: 08:00 - 16:00

    Scroll --> --> productObj.item_brand, 'index': productObj.index, 'item_category': productObj.item_category, 'item_list_id': productObj.item_list_id, 'item_list_name': productObj.item_list_name, 'quantity': 1 }] } }, 'eventCallback': function() { document.location = productObj.url } }); } function sendGTMcart (id,href) { setTimeout(function(){ document.location = href; }, 500); if(typeof product_viewed !== 'undefined' && product_viewed !== null && typeof product_viewed === 'object'){ var productObj = product_viewed; } else { var obj = impressions.filter(function(o){ return o.uniq_id == id; }); var productObj=obj[0]; } dataLayer.push({ 'event': 'add_to_cart', 'ecommerce': { 'add': { 'items': [{ 'item_name': productObj.name, 'item_id': productObj.id, 'price': productObj.price, 'item_brand': productObj.brand, // 'list': productObj.list, 'item_category': productObj.category, 'quantity': 1 }] } }, 'eventCallback': function() { document.location = href } }); } function sendGTMremovecart(id,href) { setTimeout(function(){ document.location = href; }, 500); // console.log("Remove1 "+id); var obj = cartProducts.filter(function(o){ return o.uniq_id == id; }); var productObj=obj[0]; // console.log("Remove2 "); // console.log(productObj); dataLayer.push({ 'event': 'remove_from_cart', 'ecommerce': { 'remove': { 'items': [{ 'item_name': productObj.item_name, 'item_id': productObj.item_id, 'price': productObj.price, 'item_brand': productObj.item_brand, 'item_category': productObj.item_category, 'quantity': productObj.quantity }] } }, 'eventCallback': fun