Skip to main content

Your Cart

Your cart is currently empty.
Click here to continue shopping.
Shopify.cart = { // ... other cart functions ... addItem: function(line_item, callback) { // Original Shopify code to add item to cart // Pinterest Event Tracking Code pintrk('track', 'addtocart', { value: line_item.price, // Use the product price here currency: 'USD', order_quantity: line_item.quantity, product_id: line_item.product_id.toString() // Convert Product ID to string format }); // Additional Shopify cart item adding logic if needed // Callback function if provided if (typeof callback === 'function') { callback(); } }, // ... other cart functions ... };

Your Cart

Price
Quantity
Total
Your cart is currently empty.
Click here to continue shopping.

Your Cart

Your cart is currently empty.
Click here to continue shopping.