", { "class": F }); an.append(ai, ah, al); return an } function M() { var ae = H(z), af = ae.data("service-get-cart"); return H.ajax({ type: "GET", crossDomain: true, url: af, dataType: "json", accepts: { text: "application/json" } }) } function ab(ae) { if (ae < 1) { H(E).addClass(C) } if (ae > 0) { H(E).removeClass(C); H(B).text(ae) } } function s() { var ae = H(z); eventsSelector = "click" + z + " touchend" + z; if (ae.is(":visible")) { aa.on(eventsSelector, function (ag) { var ah = (ae.has(ag.target).length == 0 && !ae.is(ag.target)), af = (H(ag.target).hasClass(p)); if (ah || af) { ae.hide(); ae.removeClass(o); ae.removeClass(e); aa.off(eventsSelector) } }) } } function V() { aa.ready(function () { try { U() } catch (ae) { console.log(ae.stack) } }) } return { init: V, setTotalItems: ab } })(jQuery); cartMini.init(); var footer = (function (e) { var g = e(document), b = ".form-submit-success", a = "form-submit-error-on", d = ".form-submit-error"; function f() { g.ready(function () { e("#footer-sign-up").submit(function (h) { h.preventDefault(); c() }) }) } function c() { var k = e("#footer-sign-up"), m = k.serializeArray(), j = k.attr("method"), l = k.attr("action"), n = k.find(b), h = k.find(d); var i = null; m.forEach(function (o) { i = (i === null ? "?" + o.name : i + "&" + o.name) + "=" + o.value }); if (n.hasClass(a)) { n.removeClass(a) } if (h.hasClass(a)) { h.removeClass(a) } e.ajax({ contentType: "application/json", crossDomain: true, dataType: "json", type: j, url: l + i }).done(function (o) { e(formSelector).trigger("reset"); if (n) { n.addClass(a) } }).fail(function (o) { if (o.status == "200") { n.addClass(a); h.removeClass(a) } else { h.addClass(a); n.removeClass(a) } }) } return { init: f } })(jQuery); footer.init(); var resetPassword = (function (c) { var g = c(document), b = ".reset-password", d = "#resetToken"; function a(h) { var i = new RegExp("[?&]" + h + "=([^]*)").exec(window.location.href); return i[1] || 0 } function f() { c(d).val(a("token")) } function e() { g.ready(function () { if (c(b).length > 0) { f() } }) } return { init: e } })(jQuery); resetPassword.init(); var catTiles = (function (e) { var d = e(document), h = ".category-tile", j = ".category-tile-image", b = ".category-tile-image-hover"; function i() { d.ready(function () { if (e(h).length > 0) { g(); f() } }) } function g() { d.on("mouseenter", j, function () { var k = e(this); a(k) }); d.on("mouseleave", j, function () { c() }) } function f() { d.on("touchend", j, function () { var k = e(this); a(k) }) } function c() { e(b).removeClass("category-tile-show-overlay") } function a(k) { setTimeout(function () { c(); k.find(b).addClass("category-tile-show-overlay") }, 500) } return { init: i } })(jQuery); catTiles.init(); var prodCarousel = (function (j) { var n = j(document), c = { small: 767, medium: 1023 }, i = "prd-carousel", p = ".prd-carousel", B = ".prd-carousel__items-list", C = ".prd-carousel__item", h = ".prd-carousel__item button", x = ".product-tile-img", o = ".prd-carousel__prev--btn", e = ".prd-carousel__next--btn", g = ".prd-carousel__status", m = ".prd-carousel__status-active", w = ".prd-carousel__status-total", r = ".prd-carousel__product-tile__title--link", f = ".prd-carousel__product-tile__btn", l = ".prd-carousel-rating-link", v = ".cartproduct-i18dictionary"; digitalData.productList = digitalData.productList || []; function k() { var D = j(B).not(".slick-initialized"); D.each(function () { var F = j(this); var E = F.find(C); t(F, E); F.slick({ mobileFirst: true, appendDots: j("#" + F.data("dot-id")), infinite: false, prevArrow: j("#" + F.data("prev-id")), nextArrow: j("#" + F.data("next-id")), dots: false, slidesToShow: 1, slidesToScroll: 1, draggable: true, responsive: [{ breakpoint: c.small, settings: { dots: (E.length > 3) ? true : false, slidesToShow: 3, slidesToScroll: 3, draggable: true } }, { breakpoint: c.medium, settings: { dots: (E.length > 4) ? true : false, slidesToShow: 4, slidesToScroll: 4, draggable: false } }] }) }) } function t(E, D) { E.on("init", function (G, F) { j(this).parent().parent().find(m).html(1); j(this).parent().parent().find(w).html(D.length); setTimeout(function () { s() }, 10) }); E.on("afterChange", function (H, F) { var G = j(this).slick("slickCurrentSlide") + 1; var I = D.length; j(this).parent().parent().find(m).html(G); j(this).parent().parent().find(w).html(I) }) } function q() { j(r).clamp({ clamp: 2 }) } function s() { if (j(r).length > 0) { q() } } function A() { if (typeof $BV != "undefined") { console.log("Inside invokeCarouselInlineRatings"); var G = j(".whp-carousel-bv-helper"); var F = {}, H = {}, I = []; if (G.length > 0) { j(G).each(function (L) { var M = j(this); var K = M.data("product-code"); if (K) { F = {}; H = {}; K = K.toString(); var J = {}; J.url = M.data("product-url"); F[K.toUpperCase()] = J; H.productIds = F; H.containerPrefix = M.data("container-id"); I[M.data("container-id")] = H } }); console.log(I); for (var E in I) { if (I.hasOwnProperty(E)) { var D = I[E]; $BV.ui("rr", "inline_ratings", D) } } } } } function d(D) { var E = j(D), H = j(p).data("is-commerce-site"), K = E.data("store-locator-link"), J = E.data("prod-endpoint-base"), I = E.data("prod-code"), F = E.data("prod-endpoint-query-str"), L = J + I + F, G = j.ajax({ type: "GET", crossDomain: true, url: L, dataType: "json", accepts: { text: "application/json" } }); G.done(function (O) { var Q = j(p).data("base-image-path") || "", P = O.isMajorAppliance, N = { product: { majorCat: O.isMajorAppliance, url: K, imgUrl: O.picture, model: O.code, name: encodeURIComponent(O.name), code: O.code, color: (!O.color ? "" : encodeURIComponent(O.color.name)), price: O.price.value, stockLevelStatus: ((O.stock !== undefined) && (O.stock.stockLevelStatus !== undefined) ? O.stock.stockLevelStatus : "outOfStock"), qty: 1, reviewCount: O.averageRating, reviewStars: O.numberOfReviews, thumbnailURL: Q + O.picture, msrpPrice: (O.baseDisplayPrice && O.baseDisplayPrice.formattedValue) ? O.baseDisplayPrice.formattedValue : "", productType: P ? "major" : "smalls", category: (O.categories !== undefined) ? O.categories[0].code : "", subcategory: (O.categories !== undefined) ? O.categories[0].pipedCategory : "", buyable: (O.productIsBuyable) ? O.productIsBuyable.toString() : "", purchasable: (O.purchasable !== undefined) ? O.purchasable : "false", sku: O.code }, endpoint: E.data("add-to-cart-endpoint"), text: { addBtn: j(v).data("addto-cart"), viewBtn: j(v).data("view-details"), whereBtn: "" }, cssClasses: "button-full", isCommerceSite: H, parentCompClass: i }; var M = addToCartBtn.newCtaBtn(N); E.html(M); addToCartBtn.init() }).fail(function (M) { throw new Error("Request for get product failed. CTA buttons not built") }) } function b(G, F) { var J = Math.floor(G), I = Math.floor((G - J) * 100), D = j(F).find(".pdp-tray__star-icon"); for (var E = 0; E < D.length; E++) { var H = j(D[E]); if (E < J) { H.find(".pdp-tray__full-star").css("display", "block") } else { H.find(".pdp-tray__empty-star").css("display", "block") } } if (I >= 25 && I < 75) { j(D[J]).find(".pdp-tray__half-star").css("display", "block"); j(D[J]).find(".pdp-tray__empty-star").css("display", "none") } if (I >= 75) { j(D[J]).find(".pdp-tray__full-star").css("display", "block"); j(D[J]).find(".pdp-tray__empty-star").css("display", "none") } } function a() { j(".pdp-tray__stars").each(function () { var D = j(this).data("rating"); b(D, j(this)) }) } function z() { j(h).each(function () { digitalData.productList.push(u(j(this))) }) } function u(D) { var E = { productName: decodeURIComponent(D.data("product-name")), sku: D.data("product-sku"), reviewCount: D.data("product-reviewcount"), reviewStars: D.data("product-reviewstars"), thumbnailURL: D.data("product-thumbnailurl"), price: D.data("product-price"), salePrice: D.data("product-saleprice"), category: D.data("product-category"), subCategory: D.data("product-subcategory"), availability: D.data("product-availability"), purchasable: D.data("product-purchasable"), productType: D.data("product-type") }; return E } function y() { n.ready(function () { if (j(B).length > 0) { k(); j(f).each(function () { d(j(this)) }); A(); n.ajaxStop(function () { z() }); a() } }) } return { init: y } })(jQuery); prodCarousel.init(); var compareBar = (function (x) { var H = x(document), t = ".compare-bar-container", g = ".compare-bar-product-link", j = ".add-to-compare", v = ".compare-bar-delete-trigger", J = ".compare-bar-tiles-row", b = "#productsToCompare", e = 0, I = "compare-bar-hide", c = ".compare-bar-collapse-icon", D = "compare-bar-drawer-hide", u = ".compare-bar-remove-all", F = ".compare-product-tile.not-empty-product", i = "#compare-bar-link", d = "$ka-product-thumbnail$", h = 1023; var B = 0; digitalData.event = []; function n() { H.on("click", i, function () { var K = ""; K += (window.location.pathname) ? window.location.pathname : ""; K += (window.location.search) ? window.location.search : ""; K = encodeURI(K); localStorage.setItem("historyURL", K) }) } function o() { if (localStorage.getItem("drawer") === "true" && e > 0) { p() } else { w() } } function G() { H.ready(function () { if (x(t).length > 0) { console.info("cb: doc ready"); f(); q(); A(); C(); n(); o() } H.on("change", j, function () { console.info("cb: changed"); var M = x(this), L = M.parents(".form-checkbox"), K = M.data("product-id"); if (M.is(":checked") && e < 4) { m(K, L) } else { y(K) } }); H.on("click", v, function () { console.info("cb: delete"); var L = x(this), K = L.data("product-id"); y(K) }); if (x(F).length > 0) { digitalData.compareProducts = []; x(F).each(function () { digitalData.compareProducts.push(a(x(this))) }) } }) } function k() { x(g).each(function () { x(this).not(".cb-clamped").clamp({ clamp: 3 }).addClass("cb-clamped") }) } function f() { var L = {}; if (localStorage.getItem("compareData") !== "undefined" && localStorage.getItem("compareData") !== null) { L = JSON.parse(localStorage.getItem("compareData")); for (var K in L) { x('.add-to-compare[data-product-id="' + K + '"]').prop("disabled", false).prop("checked", true) } if (JSON.stringify(L) !== "{}" && L !== null) { p(); z() } } } function y(L, N) { var M = {}; if (localStorage.getItem("compareData") !== "undefined" && localStorage.getItem("compareData") !== null) { M = JSON.parse(localStorage.getItem("compareData")) } if (N) { M = {}; x(".add-to-compare").prop("checked", false) } else { for (var K in M) { if (K === L) { delete M[K] } } x('.add-to-compare[data-product-id="' + L + '"]').prop("checked", false) } localStorage.setItem("compareData", JSON.stringify(M)); z(true); E() } function m(N, M) { console.info("cb: update ajax call"); var O = x(t).data("lang"), L = x(t).data("compare-url"), K = x(t).data("site"); x.ajax({ type: "GET", url: L + K + "/products/" + N + "?fields=FULL&lang=" + O + "&version=Online", accepts: { text: "application/json" }, dataType: "json", success: function (P) { if (typeof (Storage) !== "undefined") { var Q = {}; if (localStorage.getItem("compareData") !== "undefined" && localStorage.getItem("compareData") !== null) { Q = JSON.parse(localStorage.getItem("compareData")) } if (Object.keys(Q).length < 4) { Q[N] = P; localStorage.setItem("compareData", JSON.stringify(Q)); digitalData.event[B] = s(M); if (typeof _satellite != "undefined") { _satellite.track(M.data("analytics-success")) } console.log(digitalData.event); B += 1 } else { M.find("input").prop("checked", false); console.log("Comparable products limit exceeded.") } f() } else { M.find("input").prop("checked", false); console.log("localStorage not supported") } }, error: function (P) { M.find("input").prop("checked", false); console.log("Error:", P.status) } }) } function z(N) { console.info("cb: update drawer"); var M = {}; e = 0; if (localStorage.getItem("compareData") !== "undefined" && localStorage.getItem("compareData") !== null) { M = JSON.parse(localStorage.getItem("compareData")) } x(J).html(""); x("a#compare-bar-link").attr("href", "#"); for (var L in M) { if (M.hasOwnProperty(L)) { var K = '
\norte
\norte
\norte\n\n\norte
\norte
\norte
\norte' + M[L].name + '\norte
\norte
\norte' + x(t).data("Template text") + "" + M[L].code + '\n
\norte
\n\n
\norte
\Norden'; x(J).add(K); r(M[L].code.toUpperCase()) } e++ } if (e === 0) {l(); localStorage.setItem("Schublade", "true") } else {if (e === 4) {q()}} if (b) {x(b).html(e); if (!N) { p() } k() } } function q() { if (e === 4) { x(j).each(function() { var K = x(this); !K .is(":markiert")) { K.prop("deaktiviert", wahr) } }) } } Funktion E() { x(j).prop("deaktiviert", falsch) } Funktion r(M ) { var N = x("a#compare-bar-link"), L = N.attr("aqui"), K = ""; if (L !== "#") { K = L.substr(0, L.lastIndexOf(".html") !== -1 ? L.lastIndexOf(".") : L.length); k = k + + M + ".html" } else { K = x(t).data("compare-path") + "." + M + ".html" } N.attr("href", K) } Função p() { x(t).removeClass(I); ( Fenster . innerWidth > h ) ? x(t).removeClass(D) : null } function l() { x(t).addClass(I); w() } Função w() { x(t).addClass(D) } Função A() { H.on("click", c, function() { if (x(t).hasClass(D)) ; { x(t).removeClass(D); localStorage.setItem("Schublade", true) } else { w(); localStorage.setItem("Schublade", false) } }) } function C() { H. on ("clique", u, função () { y(nulo, verdadeiro) }) } função s(K) { var L = K; var M = { eventInfo: { eventName:L .data("product-eventname"), eventAction:L. data("product-event name"), product: [{productInfo:{sku:L. data ( " nome do evento do produto " ) ") "), productName: decodeURIComponent(L.data("nome do produto")) || "", reviewCount: L.data("product-reviewcount") || "", reviewStars: L. data("product -reviewstars") || "", thumbnailURL: L.data("product-thumbnailurl") || "", preço: L.data("preço-produto") || "", salePrice: L .data("product-saleprice") || "", categoria: L.data("categoria-produto") || "", subCategoria: L.data("subcategoria-produto") || "", Verfügbarkeit: L.data( "disponibilidade do produto") || "", käuflich: L.data("kaufbares product") || "", typeProduct: L.data("product-type") || "" } }] } }; return M } function a(L) { var K = { productInfo: { productName: decodeURIComponent(L.data("product-name")), sku: L.data("product-sku"), reviewCount: L.data (; "Produktrezensionszähler") ? L.data("Produktrezensionszähler").toString() : "", reviewStars: L.data("pro duct-reviewstars") ? L.data("product-reviewstars").toString() : "", thumbnailURL: L.data("product-thumbnailurl"), preço: L.data("product-price") ? L.data("preço-produto").toString() : "", preçovenda: L.data("preço-venda-produto") ? L.data("product-saleprice").toString() : "", Categoria: L.data("product-categories"), Unterkategorie: L.data("product-subcategories"), Verfügbarkeit: L.data( "Produktverfügbarkeit"), käuflich: L.data("käufliches Produkt") ? L.data("produto kaufbares").toString() : "", productType: L.data("tipo de produto") } }; return K} return {init:G}})(jQuery); CompareBar.init(); var badges = (function (b) { var f = b(documento), e = ".badge", c = "expiração de dados"; function a() { b(e).each(function () { var g = decodeURIComponent(b(this).attr(c)), h = (g && Date.now() > Date.parse(g)); if (h) { b(this).hide() } if (! h ) { b(this).show() } }) } function d() { f.ready(function() { var g = b(e).length > 0; if (g) { a() } }; ) } return { init: d } }) ( jQuery ); abzeichen.init(); var Kontakte = (Funktion (d) { var c = d(Documento), b = ".Kontakte", e, h, i;Funktion j() { c.ready(Funktion () { if (d(b). Länge > 0) { k(); a(); g() } }) } Função k() { var l = 500; var m = d("#comment_ques_txt_box").data("count-text" ); d("#comment_ques_char_count").html(l + " " + m); d("#comment_ques_text_box").keyup(function () { var n = d("#comment_ques_text_box").val().length ; var o = l - n; d("#comment_ques_char_count").html(o + " " + m) }) } function a() { d("#contactus-theme-drp").on(" change", function () { _this = d(this); var l = _this.data("escolhas"); d("#contact-us-sub-topic-drp").html(""); l. forEach(function ( o, m) { if (_this.find(":selecionado").text() === o.val) { var n = _this.data("sub-" + (m + 1)); n. forEach (function (p) { if (p.disabled) { d("#contact-us-sub-topic-drp").append("
") } else { d("#contáctenos-sub-thema-drp").append('
") } }) } }) }) } function g() { var m = f("firstName"); var l = f("lastName"); d("#first-name").val(m ! == null && m !== undefiniert ? decodeComponentURI(m) : ""); d("#Nachname").val(l !== null && l !== undefiniert ? decodeComponentURI(l) : "" " ) ; e = f("e-mail"); d("#contact-email").val(e !== null ? e : ""); d("#confirm-e-mail"). val (e! == nulo? e: "") } função f(l) { var o = document. biscoito ; o = o . dividir (" ; " ); for ( var n = o . length -- 1 ; n >= 0 ; n--) { var m = o[n].split(/=/); if(d.trim(m[0]) === l) { return m[1].substituir(/); ^ "(.*)"$/, "$1") } } return null } return { init : j } }) ( jQuery ); Contate-nos . iniciar ( ); var heroCarousel = ( function ( e ) { var d = e ( document) , a = 1024, f = ".hero-carousel__items-list", j = ".hero-carousel__item", i = ".hero-carousel__status-active ", l = ".hero-carousel__status-total", c = ".hero-image-bg"; Funktion b() { var m = e(f); m.each(function() { var o = e( this); var n = o.find(j); g ( o , n ); o . glatt ( { mobileFirst : true, infinite: true, autoplay: o.data("autoplay y-mode"), autoplaySpeed: o .data("autoplay-speed"), appendDots: e("#" + o.data("dot-id" )), prevArrow : ( n . Länge > 1 ) ? e("#" + o.data( "prev-id")) : "", nextArrow: (n.length > 1) ? e("#" + o.data("next-id")) : "", slidesToShow: 1, slidesToScroll: 1, draggable: true, dots: (n.length > 1), disabledDots: true, responsivo: [ ; { Breakpoint: a, Einstellung: { Punkte: (n.Länge > 1), disabledDots: false } }] }) }) ; e(c).height(e(f).height()) } função g(n, m) { n.on("sol", função (p, o) { e(i).html(1) ; e(l).html(m.length) }) } function h() { var m = e(.hero-aim-image"), n = null; try { n = s7responsiveImage } catch (o) { n = function (p) { console.log("s7 não inicializado: ", p) } } e.each(m, function(p, q) { n(this); }) } function k() { d.ready(function() { if (e(f).length > 0) { h(); b() } }) } return { init: k } })(jQuery) ; ; heroCarousel.init(); var shopCat = (função (d) { var c = d(documento), h = ".shop-category", a = ".shop-category-trigger", l = "shop-category-open"; ) { c .on("click", a, function (n) { n.preventDefault(); var m = d(this), o = m.parents(h); k(o) }) } function k(; m) { if (m.hasClass(l)) { f(m) } else { b(m) } } função b(m) { m.addClass(l);e(m) } função f(m) {;m .removeClass( l ); g ( ) } função e ( n ) { var m = 27 ; c. on (" keydown . shopCatClose " , function ( o ) { if ( o . which === m ) { o . preventDefault ; f(n) } }) } Funktion g() { c.off("keydown.shopCatClose" ) } Funktion i() { c.ready(function() { if (h.length > 0) { j(; ) } }) } Rückgabe { init: i } }) ( jQuery ); storeCat.sun(); var pdpOverview = (function (c) { var g = c(document), p = ".pdp-overview-video", b = ".pdp-overview-text", a = ".pdp-overview-inner-text ", l = "pdp-overview-show-text", h = "pdp-overview-hide", s = ".pdp-readmore-link", d = ".pdp-readless-link", i = 0, r = 0; Funktion o() { i = c(b).high() + 10; r = c(a).high(); if (r > i) { q() } } function e() { c(b).removeClass(l) } Função k() { c(b).addClass(l) } Função q() { c(s).removeClass(h);c(d).addClass(h) } function n() { c(s).addClass(h); c(d).removeClass(h) } function f() { g.on("click", s, function(t) { t.preventDefault() ; ; k(); n() }) } function j() { g.on("click", d, function (t) { t.preventDefault(); e(); q() }) } function m (; ) { g.ready(function() { if(c(p).length > 0) { if(window.matchMedia("(max-width: 1023px)").matches) { o(); f( ); j() } } }) } return { init: m } }) ( jQuery ); pdpOverview.init(); var starRating = ( function ( e ) { var d = e ( document ) { var d = " star - rating " , i = " . star - rating , c = " . star - rating__icon , g = " . star - rating__half - Stern", a = ".Stern Bewertung__voller Stern", f = ".Stern Bewertung__leerer Stern"; Funktion l(o, m) { var r = Math.floor(o), q = Math.floor( (o - r) * 100); for (var n = 0; n < m.length; n++) { var p = e(m[n]); if (n < r) { p.find(a).addClass(; "ativo ") } else { p.find(f).addClass("ativo") } } if (q >= 25 && q < 75) { e(m[r]).find(g).addClass(" ativo" ); e(m[r]).find(f).removeClass("aktiv") } if (q >= 75) { e(m[r]).find(a).addClass("aktiv"); ); e(m[r]).find(f).removeClass("ativo") } } function j(o, m) { var n = ';
'; returns n } function b(n) { var m = "
Star rating instance (" + n.starRatingInstance + ") already exists
"; if (e(i + '[data-star-rating-instance="' + n.starRatingInstance + '"]').longitud === 0) { m = '
' } return m } function k() { d.ready(function () { var m = e(i); if (m.length > 0) { m.empty(); e.each(m, function (p , r) { var o = e(this), q = o.data("score"), n = o.data("star-score-instance"); o.append(j(q, n)); l(q, o.niños(c)) }) } }) } return { init: k, buildHTML: b } })(jQuery); Rating in stars.init(); var addToCartBtn = (function (e) { var d = e(document), h = ".add-to-cart-btn"; function k() { d.off("click.addToCartButton touchend.addToCartButton") } function j(p, r, o) { var q; return function () { var v = this, u = arguments; var t = function () { q = null; if (!o) { p.apply(v, u ) } }; var s = o && !q; clearTimeout(q); q = setTimeout(t, r); if (s) { p.apply(v, u) } } } function b() { var o = false; var p = 0; digitalData.event = []; d.on("click.addToCartButton touchend.addToCartButton", h, j(function (t) { if (!o) { t.preventDefault(); var r = e(this one), s = r.data("product-code"), w = r.attr("data-product-amount"), v = r.data("endpoint-add-to-cart") , u = { productCodePost: s, qty: w }, q = r.data("analytics-success"); g(v, u).done(function (x) { modalAtcc.success(x); cartMini.setTotalItems (x.cartData.totalItems); if (e("#removeWishProduct_" + s).length > 0) { window.location.href = e("#removeWishProduct_" + s).attr("href") } digitaleDaten. event[p] = f(r); p += 1; if (ti po de _sa té lite !="undefined") { _satellite.track(q) } console.log(digitalData.event) }).fail(function (x) { modalAtcc.error(r); throw new Error("Aggregation service request failed") }) } }, 250)).on("touchmove", function (q) { o = true }).on("touchstart", function () { o = false }) } function f(o) { var p = e(o), q = { eventInfo: { eventName: decodeURIComponent(p.data("product-eventname")), eventAction: p.data(" product -eventaction"), product: [{ productInfo: { sku: p.data("product-sku"), productName: decodeURIComponent(p.data("product-name"), reviewCount: p.data("product- reviewcount"), reviewStars: p.data("product-reviewstars"), thumbnailURL: p.data("product-thumbnailurl"), price: p.data("product-price"), salePrice: p.data(" product-price of sale"), category: p.data("product-category"), subCategory: p.data("product-subcategory"), availability: p.data("product-availability"), bestellbar: p .data ("purchasable product"), productType: p.data("product-type") } }] } }; return q } function g(p, o) { return e.ajax({ type: "POST", crossDomain: true, URL: p, Daten: o, Datentyp: "json", accepts: { text: "application/json " } }) } function c(p) { var o = null, w = p.parentCompClass, t = p.isCommerceSite, q = !p.product.majorCat, v = p . product.majorCat, u = p.product .stockLevelStatus, z = (p.product.buyable === "true" || p.product.buyable === wahr) ? true: false, r = t? (u !== "outOfStock") : false, y = t && q && r && z, x = (!t || v || !r) && a(w), s = a(w) ? false : !y; wenn (y) { o = i(p) } childrent { wenn (x) { o = n(p) } childrent { wenn (s) { o = m(p) } children { o = n(p) } } } return o[0].outerHTML } function a(o) { return (o !== "pdp") ? (new RegExp("(pdp)(-)", ["i"]).exec(o) === null): false } function i(q) { var r = q.product, s = q.text .addBtn, p = q.cssClasses, o = e("
FAQs
Why is my microwave not getting hot enough? ›
If your microwave isn't heating food, it's likely that the magnetron in your appliance is broken. Unfortunately, a burned-out magnetron can't be repaired, it has to be replaced. Other issues that can lead to food not being heated, includes a broken diode or a faulty door switch.
What are the symptoms of a bad magnetron in a microwave? ›Bad microwave magnetrons can make various noises, and the noise is often very loud. Usually, faulty magnetrons make a high-pitched screaming or screeching sound. A magnetron may also make a loud buzzing or humming noise, depending on the issue.
Is there a reset button on a microwave? ›Does a Microwave Have a Reset Button? Unfortunately, most microwaves do not have a restart button, but the off/reset button should stop any operations.
How much does it cost to replace a microwave magnetron? ›Replacing a microwave magnetron costs between $100 and $200 on average. Labor for replacing the magnetron makes up half of the cost, so if you want to save money, consider installing this replacement part yourself.
Is it worth fixing a microwave? ›IF the repair seems easy, simple, or straight-forward, then a repair is likely your better option. If a repair seems involved, dangerous, or requires multiple stages of repair, then repairs might not be worth your time. Expense of replacement parts should also be considered when deciding whether to enact a repair.
How do you know if a microwave fuse is blown? ›It's easy to tell if a glass fuse is blown; it will show scorch marks, and the filament will be melted. To check a ceramic fuse, use an ohmmeter or continuity tester. With an ohmmeter or multimeter, you should see a reading close to zero ohms if the fuse is intact, or infinite if it's blown.
What is the life span of a microwave? ›The average microwave oven lasts about seven years with normal use, and even less with heavy use and poor maintenance. A large family may find themselves replacing their appliance every four to five years as they become more reliant on its use to heat up snacks and leftovers, or to defrost meals.
How long is the life expectancy of a microwave magnetron? ›Most microwave magnetrons last about 2000 hours. Low-quality microwave magnetrons won't last as long. If your microwave does not heat properly or dies, it's possible the magnetron died. If so you're better off replacing the whole microwave.
What is the most common cause of microwave failure? ›The most common cause of microwave failure is its magnetron. The magnetron is what produces the microwaves that cook your food, and it's also the part that is most likely to burn out. Symptoms of a faulty or burned-out magnetron include a microwave that doesn't heat food properly or doesn't work.
Why is my microwave not working but has power? ›Problem with the line fuse
The first and main cause of microwave not working but has power is an issue with the line fuse. If more than required current flows through the microwave circuitry then the line fuse will blow. To find out whether this is the main cause, you can make use of a multimeter for continuity.
Why does my GE microwave work but not heat? ›
My GE Microwave Runs But Doesn't Heat
It happens when the magnetron isn't working right. This part of the microwave is connected to the high voltage circuit. It's what makes the microwave be able to heat up. When something isn't working right, it could be a blown fuse, especially if its functions usually work.
Fuses are located in many places inside the microwave, including the top, side, and behind the vent grille. Using the wiring diagram can help you locate the appropriate fuse. Once you have located the fuse, remove any necessary wires and fasteners to free it from the microwave.
What happens when a microwave magnetron fails? ›As the name suggests, your magnetron can't do much without its fully functioning magnets! If these become cracked or damaged, the strength of the magnetic field will be affected. That, in turn, reduces the heating performance of your microwave oven.
Do microwave magnetrons wear out? ›The magnetron component of a microwave oven, which generates the microwaves, does eventually wear out. Microwave ovens may be a hugely convenient, easy-to-use device, but they sadly have an expiration date. You can expect to get over 10 years of use out of your microwave.
Is it safe to remove a magnetron from a microwave? ›The magnetron inside a microwave can contain beryllium oxide in its ceramic insulators, which can be fatal if it gets into the lungs. Simply removing it is safe, but never try to take one apart.
What are the two main methods of heating in a microwave? ›Microwave Electric Field Heating. The electric field component of microwaves is responsible for the dielectric heating. In the frequency range of microwaves, the dielectric heating is effected via two primary mechanisms, dipolar polarization and ionic conduction.
How much labor does it take to replace a microwave? ›Most microwave installations take one to three hours. You can expect to pay $50 to $80 per hour for a basic microwave replacement. If you need contractors other than the microwave installer, it costs $40 to $100 per hour for electricians and $40 to $80 per hour for cabinet installers.
Do microwaves get weaker over time? ›Although microwave ovens lose power as they age, Anantheswaran says most consumers unconsciously adjust cooking times without realizing the oven is not performing as efficiently. "You can replace the magnetron in a microwave oven," Anantheswaran says. "But I don't recommend it.
Will a blown fuse cause a microwave not to heat? ›Like many other devices, microwaves have a thermal fuse to keep the appliance from overheating. If this fuse is blown, the microwave won't power on. Microwaves also have a ceramic fuse. This is usually inside the rear panel, near the power cord.
What happens when a thermal fuse blows in a microwave? ›Thermal fuses will blow to prevent the microwave from overheating and potentially causing a fire. A fuse will also blow if there is a surge in electricity, which can cause a short circuit.
Where is the fuse located on most microwaves? ›
The fuse is located under the plastic grill at the top of the microwave. It's held on by two screws. Once you've removed the screws and taken off the plastic grill, you go to the right side of the microwave and remove another screw that holds a small metal grill in place.
How do you test the heat on a microwave? ›Heat the water for exactly 2 minutes and 30 seconds on the High power level. The High power level is the default heat setting on the microwave. A temperature rise in the range of 28 to 40 degrees Fahrenheit (15 to 22 degrees Celsius) indicates that the microwave oven is heating/cooking properly.
Is it OK to use a 20 year old microwave? ›If you take good care of your microwave up into its old age, there's a low risk of harm, but if it's damaged in any way you may want to get it checked out. If you've looked after it well, there's no reason why a vintage microwave should be dangerous.
Can microwaves be repaired? ›The Consumer Product Safety Commission reports that people have been electrocuted trying to repair their microwaves. So don't try it.
How much does an average microwave cost? ›...
Microwave cost.
Proper safety precautions are critical.
But, though we recommend hiring a trained technician for more serious microwave system maintenance, replacing a magnetron tube is fairly straightforward and something your facilities maintenance team can likely do themselves.
According to Kitchen Seer, you should replace your microwave generally every 10 years. You can replace it after seven or eight years, but if it is in good condition it should last longer. However, the quality of any household appliance depends on how much it's being used.
What does a bad magnetron sound like? ›Faulty Magnetron
If the noise your microwave is making sounds like the magnetron except louder, it suggests that a faulty magnetron (or diode – see below) is to blame. A faulty magnetron can also cause an annoying high-pitched sound, which indicates that the magnetron tube is failing due to age and heavy usage.
When your Microwave shuts off in the middle of cooking, it's probably a problem with the switchboard. A bad wiring connection heats up and causes the fuse to trip, and then cuts off the power. Additionally, microwaves need a good amount of space for ventilation.
Why is my Samsung microwave not heating up? ›When a microwave isn't starting or heating, the most common reason is because it is in Demo mode. This mode is used on retail showroom floors to show off microwaves without activating their magnetron. The microwave also won't heat if it does not have enough clearance or ventilation.
Is there a reset button on GE microwave? ›
1 Answer. Press the “Off/Clear' button to cancel anything on the display, and reset the microwave. This is a soft reset and will simply get you out of any program you have started. Press it when the cooking complete reminder appears on the display, for example, and the “Your Food is Ready" message will disappear.
Should a microwave feel hot to the touch? ›A microwave becomes hot when you use it. That's normal. You don't have to worry about this right away. Since the microwave does become warm, it's smart to keep it out of reach for children.
Should microwave safe dishes get hot? ›Ceramics and other containers marked as "microwave safe" may contain materials that cause the vessel to be heated as well as the food. This heat will transfer to the turntable during the heating process.
What is the average life expectancy of a microwave? ›The average microwave oven lasts about seven years with normal use, and even less with heavy use and poor maintenance. A large family may find themselves replacing their appliance every four to five years as they become more reliant on its use to heat up snacks and leftovers, or to defrost meals.
When should you replace a microwave? ›- Making funny noises.
- Smells like electrical burning.
- Isn't cooking food in the usual time or cooking unevenly.
- Needs help to work properly – such as a spoon to hold the door closed.
- Keypad has stopped working.