
Buy Hats, Beanies & Apparel
Star Wars™ x LYM:
50% of profit given
Fifty percent (50%) of net profit from the sale of all Love Your Melon products is given to nonprofit organizations around the world that lead the fight against pediatric cancer. Together, we create therapeutic experiences and fund charitable programming initiatives for children and families battling cancer.
LEARN MORE
MONTHLY MELON CLUB
Get an exclusive Love Your Melon product every month! Each month will feature a brand new product up to a $50 value – sign up now for only $35.95/month.
SIGN UP NOW
Your Shopping Cart
Total:
0items ‘); var $productInfo = $(”); $productInfo.append(‘‘ + item.product_title + ‘
‘); //$productInfo.append(‘
‘ + slate.Currency.formatMoney(item.price) + ‘
‘); // Reach Modified Here – Start $productInfo.append(‘
‘ + slate.Currency.formatMoney(item.price) + ‘
‘); // Reach Modified Here – End // check if size was selected – json does not include option labels, so values must be used for this check for (var j = 0; j Size: ‘ + option + ”); break; } } $productInfo.append(”) $cartItem.append($productInfo); $(‘#cart-flyout-products’).append($cartItem); checkWholesale(item); checkPresale(item); } attatchListeners(); } function checkWholesale(item) { $.get(‘/products/’ + item.handle + ‘.js’) .done(function(res) { res = JSON.parse(res); var wholesale = res.tags.reduce(function (acc, cur) { return (acc === true || cur.toLowerCase().indexOf(‘wholesale’) !== -1); }, false); if (wholesale) { var quantityDropdown = ”; for (var i = 5; i ‘ + i + ” } quantityDropdown += ”; $(‘#’ + item.id).find(‘.quantity’).html(quantityDropdown); } }); } function checkPresale(item) { $.get(‘/products/’ + item.handle + ‘.js’) .done(function(res) { res = JSON.parse(res); var presale = res.tags.reduce(function (acc, cur) { return (acc === true || cur.toLowerCase().indexOf(‘delayed-shipping’) !== -1); }, false); var itemHandle = item.handle; if (presale) { $(‘.preorder-text’).text(“ORDER NOTE: Preorder products must be purchased separately. These products will ship on or before July 9th.”); $(‘.checkout-form’).css({“display”: “none”}); if ($(window).width() 767) { if($flyout.css(‘display’) === ‘block’) { $flyout.hide(); } else { getCart(); $flyout.show(); } }else { getCart(); $flyout.show(); } } function getCart() { $.ajax({ type: ‘GET’, url: ‘/cart.js’, dataType: “text” }) .done(function(cart) { cart = JSON.parse(cart); updateUI(); renderCartItems(cart.items); }) .fail(function(err) { console.warn(err); }); } getCart(); if (jQuery(window).width() > 768) { $(‘.cart-flyout-overlay’).click(toggleCart); $(‘#cart-flyout-container .icon-close’).click(toggleCart); } else{ $(‘#cart-flyout-container .icon-close’).click(function(){ $(‘#cart-flyout-container’).hide(); }); } $(‘.cart-link’).click(function(e) { if (window.innerWidth 767 ) { e.preventDefault(); toggleCart(); } }); 0) { location.reload(); } else { updateUI(); } }) .fail(function(err) { console.warn(err.responseJSON); }); } }; function updateUI() { $.ajax({ type: “GET”, url: “/cart.js”, dataType: “json” }) .done(function(res) { // update cart icon number if(res.item_count > 0) { $(‘#itemsInCart’).text(res.item_count); $(‘#itemsInCart’).parent(‘.cart-link–item-count’).addClass(“bc-has-item-cart”); $(‘#itemsInCart1’).text(res.item_count); if (jQuery(window).width()
Source