shopping cart

There are no items in your cart. Find an item in our catalog that meets your needs.

').css({ color: 'green', opacity: 0 }); $(this).replaceWith(checkIcon); checkIcon.animate({opacity: 1}, 500); checkIcon.fadeIn(500,()=>{debugger}); }); $cartItem.addClass("adding-audio"); // Perform the AJAX POST request $.post("\u002fcart\u002faddToCart", $(this).serialize()) .done(function(data) { reloadCart(true); }); }); }); $('#discount-form').on('submit', function(e) { window.preReloadCart('applying discount...'); }); })(jQuery); } $(document).trigger('clear-cart-ltk'); $(document).ready(function(){ $.ajax({ url: "\u002fanalytics\u002flogUserAction", data: { type: "cart", additionalData: "view-cart-page" } }); });