Versandfertig in
var $rows = $('.widget-filter-base .card-columns');
$rows.first().append($rows.not(':first').children())
$rows.not(':first').remove();
$(document).ready(function() {
var priceUpdated = false
$.urlParam = function(name) {
var results = new RegExp('[\?&]' + name + '=([^&#]*)').exec(window.location.href);
if (results == null) {
return null;
}
return decodeURI(results[1]) || 0;
}
if ($.urlParam('priceMin') && $.urlParam('priceMax')) {
$("#priceRangeMinInput").val($.urlParam('priceMin'));
$("#priceRangeMaxInput").val($.urlParam('priceMax'));
}
$(document).click(function(e) {
const t = $(e.target);
if (t.hasClass("title") && t.parents(".card-columns").length > 0) {
const card = t.parents(".card");
card.siblings().removeClass("active");
if (card.hasClass("active")) {
card.removeClass("active");
} else {
card.addClass("active");
}
if (t.next().find("#priceRangeMinInput").length > 0 && $.urlParam('priceMin') && $.urlParam('priceMax')) {
console.log($("#priceRangeMinInput"));
$("#priceRangeMinInput").val($.urlParam('priceMin'));
$("#priceRangeMaxInput").val($.urlParam('priceMax'));
$("#priceRangeMin").val($.urlParam('priceMin'));
$("#priceRangeMax").val($.urlParam('priceMax'));
}
}
if (t.attr('id') == "triggerPriceFilter") {
const min = $("#priceRangeMinInput").val();
const max = $("#priceRangeMaxInput").val();
if (min !== "" && max !== "") {
ceresStore.dispatch("selectPriceFacet", {
priceMin: min,
priceMax: max
});
}
}
});
});
Preis
€
€
(function() {
const parent = document.querySelector('.range-slider');
if (!parent) {
return;
}
const rangeS = parent.querySelectorAll('input[type="range"]'),
numberS = parent.querySelectorAll('input[type="number"]');
rangeS.forEach((el) => {
el.oninput = () => {
let slide1 = parseFloat(rangeS[0].value),
slide2 = parseFloat(rangeS[1].value);
if (slide1 > slide2) {
[slide1, slide2] = [slide2, slide1];
}
numberS[0].value = slide1;
numberS[1].value = slide2;
}
});
numberS.forEach((el) => {
el.oninput = () => {
let number1 = parseFloat(numberS[0].value),
number2 = parseFloat(numberS[1].value);
if (number1 > number2) {
let tmp = number1;
numberS[0].value = number2;
numberS[1].value = tmp;
}
rangeS[0].value = number1;
rangeS[1].value = number2;
}
});
$("#triggerPriceFilter").click(function() {
window.ceresStore.dispatch("selectPriceFacet", { priceMin: 'slide1', priceMax: 'slide2' });
});
})();
var $rows = $('.widget-filter-base .card-columns');
$rows.first().append($rows.not(':first').children())
$rows.not(':first').remove();
$(document).ready(function() {
var priceUpdated = false
$.urlParam = function(name) {
var results = new RegExp('[\?&]' + name + '=([^&#]*)').exec(window.location.href);
if (results == null) {
return null;
}
return decodeURI(results[1]) || 0;
}
if ($.urlParam('priceMin') && $.urlParam('priceMax')) {
$("#priceRangeMinInput").val($.urlParam('priceMin'));
$("#priceRangeMaxInput").val($.urlParam('priceMax'));
}
$(document).click(function(e) {
const t = $(e.target);
if (t.hasClass("title") && t.parents(".card-columns").length > 0) {
const card = t.parents(".card");
card.siblings().removeClass("active");
if (card.hasClass("active")) {
card.removeClass("active");
} else {
card.addClass("active");
}
if (t.next().find("#priceRangeMinInput").length > 0 && $.urlParam('priceMin') && $.urlParam('priceMax')) {
console.log($("#priceRangeMinInput"));
$("#priceRangeMinInput").val($.urlParam('priceMin'));
$("#priceRangeMaxInput").val($.urlParam('priceMax'));
$("#priceRangeMin").val($.urlParam('priceMin'));
$("#priceRangeMax").val($.urlParam('priceMax'));
}
}
if (t.attr('id') == "triggerPriceFilter") {
const min = $("#priceRangeMinInput").val();
const max = $("#priceRangeMaxInput").val();
if (min !== "" && max !== "") {
ceresStore.dispatch("selectPriceFacet", {
priceMin: min,
priceMax: max
});
}
}
});
});
Serie
var $rows = $('.widget-filter-base .card-columns');
$rows.first().append($rows.not(':first').children())
$rows.not(':first').remove();
Farbe
var $rows = $('.widget-filter-base .card-columns');
$rows.first().append($rows.not(':first').children())
$rows.not(':first').remove();
Material
var $rows = $('.widget-filter-base .card-columns');
$rows.first().append($rows.not(':first').children())
$rows.not(':first').remove();
$(document).ready(function() {
var priceUpdated = false
$.urlParam = function(name) {
var results = new RegExp('[\?&]' + name + '=([^&#]*)').exec(window.location.href);
if (results == null) {
return null;
}
return decodeURI(results[1]) || 0;
}
if ($.urlParam('priceMin') && $.urlParam('priceMax')) {
$("#priceRangeMinInput").val($.urlParam('priceMin'));
$("#priceRangeMaxInput").val($.urlParam('priceMax'));
}
$(document).click(function(e) {
const t = $(e.target);
if (t.hasClass("title") && t.parents(".card-columns").length > 0) {
const card = t.parents(".card");
card.siblings().removeClass("active");
if (card.hasClass("active")) {
card.removeClass("active");
} else {
card.addClass("active");
}
if (t.next().find("#priceRangeMinInput").length > 0 && $.urlParam('priceMin') && $.urlParam('priceMax')) {
console.log($("#priceRangeMinInput"));
$("#priceRangeMinInput").val($.urlParam('priceMin'));
$("#priceRangeMaxInput").val($.urlParam('priceMax'));
$("#priceRangeMin").val($.urlParam('priceMin'));
$("#priceRangeMax").val($.urlParam('priceMax'));
}
}
if (t.attr('id') == "triggerPriceFilter") {
const min = $("#priceRangeMinInput").val();
const max = $("#priceRangeMaxInput").val();
if (min !== "" && max !== "") {
ceresStore.dispatch("selectPriceFacet", {
priceMin: min,
priceMax: max
});
}
}
});
});
Hersteller
var $rows = $('.widget-filter-base .card-columns');
$rows.first().append($rows.not(':first').children())
$rows.not(':first').remove();
$(document).ready(function() {
var priceUpdated = false
$.urlParam = function(name) {
var results = new RegExp('[\?&]' + name + '=([^&#]*)').exec(window.location.href);
if (results == null) {
return null;
}
return decodeURI(results[1]) || 0;
}
if ($.urlParam('priceMin') && $.urlParam('priceMax')) {
$("#priceRangeMinInput").val($.urlParam('priceMin'));
$("#priceRangeMaxInput").val($.urlParam('priceMax'));
}
$(document).click(function(e) {
const t = $(e.target);
if (t.hasClass("title") && t.parents(".card-columns").length > 0) {
const card = t.parents(".card");
card.siblings().removeClass("active");
if (card.hasClass("active")) {
card.removeClass("active");
} else {
card.addClass("active");
}
if (t.next().find("#priceRangeMinInput").length > 0 && $.urlParam('priceMin') && $.urlParam('priceMax')) {
console.log($("#priceRangeMinInput"));
$("#priceRangeMinInput").val($.urlParam('priceMin'));
$("#priceRangeMaxInput").val($.urlParam('priceMax'));
$("#priceRangeMin").val($.urlParam('priceMin'));
$("#priceRangeMax").val($.urlParam('priceMax'));
}
}
if (t.attr('id') == "triggerPriceFilter") {
const min = $("#priceRangeMinInput").val();
const max = $("#priceRangeMaxInput").val();
if (min !== "" && max !== "") {
ceresStore.dispatch("selectPriceFacet", {
priceMin: min,
priceMax: max
});
}
}
});
});
- Grohe Einhebel-Brausearmatur Essence Wandmontage cool sunrise gebürstet, 33636GN1
404,36 EUR223,55 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Brausearmatur Essence Wandmontage hard graphite gebürstet, 33636AL1
404,36 EUR223,55 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Brausearmatur Essence Wandmontage Warm sunset gebürstet, 33636DL1
404,36 EUR209,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Brausearmatur Lineare Wandmontage Supersteel, 33865DC1
453,09 EUR266,32 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Essence auszb. Spülbrause cool sunrise gebürstet, 30270GN0
703,47 EUR399,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Essence auszb. Spülbrause hard graphite gebürstet, 30270AL0
703,47 EUR397,38 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Essence auszb. Spülbrause Warm sunset gebürstet, 30270DL0
703,47 EUR419,64 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Essence ausziehbare Spülbrause cool sunrise, 30270GL0
703,47 EUR372,78 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Essence ausziehbare Spülbrause hard graphite, 30270A00
703,47 EUR399,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Essence ausziehbare Spülbrause Warm sunset, 30270DA0
703,47 EUR391,42 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Essence hoher Auslauf cool sunrise gebürstet, 30269GN0
516,10 EUR302,01 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Essence hoher Auslauf cool sunrise, 30269GL0
516,10 EUR297,66 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Essence hoher Auslauf hard graphite gebürstet, 30269AL0
516,10 EUR318,94 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Essence hoher Auslauf hard graphite, 30269A00
516,10 EUR297,66 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Essence hoher Auslauf Warm sunset gebürstet, 30269DL0
516,10 EUR318,94 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Essence hoher Auslauf Warm sunset, 30269DA0
516,10 EUR281,87 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Parkfield ausziehbare Spülbrause chrom, 30215001
476,12 EUR271,73 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Parkfield ausziehbare Spülbrause Supersteel, 30215DC1
625,70 EUR353,25 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Essence Bodenmontagecool sunrise gebürstet, 23491GN1
2.760,86 EUR1.356,88 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Essence Bodenmontagefür 45984 cool sunrise, 23491GL1
2.760,86 EUR1.386,86 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Essence Bodenmontagefür 45984 hard graphite, 23491A01
2.760,86 EUR1.313,25 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Essence Bodenmontagefür 45984 Warm sunset, 23491DA1
2.760,86 EUR1.386,86 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Essence Bodenmontagehard hard graphite gebürstet, 23491AL1
2.760,86 EUR1.356,88 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Essence BodenmontageWarm sunset gebürstet, 23491DL1
2.760,86 EUR1.479,30 EUR ** inkl. ges. MwSt. zzgl. Versandkosten

