(function(a){if(a){a.cart={initShowCart:function(){a.cart.initCustomButtons()},showCartOverlay:function(){var b=$("#ajaxCartUrl").val();$.ajax({type:"GET",url:b,success:function(c){tdc.Grd.Modal.showScrollbox('<div class="g_block_content g_modal_default" id="cartoverlay"><div id="cartcontent" class="g_modal_content">'+c+"</div></div>")}})},initCustomButtons:function(){jQuery(".jqToggleShowSections").live("click",function(c){var b=$(this).parent();b.toggleClass("magichidden");var d=$(this).closest(".productLine").find(".jqToggledSections");if(b.hasClass("magichidden")){d.slideUp()}else{d.slideDown()}return false});jQuery(".jqDeleteLink").live("click",function(b){$(this).parent().find(".jqDeleteButton").click();return false})},initCartButtons:function(){a.cart.initCustomButtons();jQuery("button.updateCartButton").unbind("click").bind("click",function(b){a.cart.refreshCart(this);return false});jQuery("button.removeButton").unbind("click").bind("click",function(b){a.cart.removeItemButton(this);return false});jQuery("a.removeItemLink").unbind("click").bind("click",function(b){a.cart.removeItemLink(this);return false});jQuery(".closeButton").unbind("click").bind("click",function(b){$("#cartoverlay").hide();return false});jQuery("button.applyCouponButton").unbind("click").bind("click",function(b){a.cart.applyCoupon(this);return false})},removeItemButton:function(e){var f=jQuery(e).parents("form:first");var b=jQuery(e).attr("name");var c=jQuery(e).val();var d=f.attr("action");var g=f.serialize()+"&"+b+"="+c+"&quickview=true";$.ajax({type:"GET",url:d,data:g,success:function(h){$("#cartcontent").html(h);a.minicart.refresh()}})},removeItemLink:function(c){var d=jQuery(c).attr("href");var b=d+"&quickview=true";$.ajax({type:"GET",url:b,success:function(e){$("#cartcontent").html(e);a.minicart.refresh()}});if(a.checkoutStep&&a.checkoutStep=="Shipping"){$.ajax({type:"GET",url:a.URLs.reloadShippingPage,success:function(g){var f=$(g);var e=$("#jqPDPMain .g_col_c7 form",f).html();$("#jqPDPMain .g_col_c7 form").html(e);$(".g_radio_type_default").replaceRadio();showStorePanel()}})}},refreshCart:function(e){var f=jQuery(e).parents("form:first");var b=jQuery(e).attr("name");var c=jQuery(e).val();var d=f.attr("action");var g=f.serialize()+"&"+b+"="+c+"&quickview=true";$.ajax({type:"GET",url:d,data:g,success:function(h){$("#cartcontent").html(h);a.minicart.refresh()}})},applyCoupon:function(e){var f=jQuery(e).parents("form:first");var b=jQuery(e).attr("name");var c=jQuery(e).val();var d=f.attr("action");var g=f.serialize()+"&"+b+"="+c+"&quickview=true";$.ajax({type:"GET",url:d,data:g,success:function(h){$("#cartcontent").html(h)}})},closeAddToCartOverlay:function(){$("#addtocartoverlay").hide();return false}}}})(app);
