IdeaMart Online Shop in Pakistan

plastic storage rack Pakistan

Scroll to Top
jQuery(function($){ $(document.body).on('added_to_cart', function(event, fragments, cart_hash, $button){ var product_id = $button.data('product_id'); var quantity = $button.data('quantity') || 1; var price = parseFloat($button.data('price')) || 0; var currency = 'PKR';window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "add_to_cart", eventModel: { value: price, currency: currency, items: [ { item_id: product_id, item_name: $button.data('product_name'), price: price, quantity: quantity, item_category: $button.data('category') || '' } ] } }); }); });