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-Wannenarmatur Essence Wandmontage Warm sunset, 33624DA1
507,59 EUR257,33 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Eurosmart mit Wandhalterset chrom, 3330220A
228,96 EUR93,45 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Eurostyle C mit Wandhalterset chrom, 3359220A
315,71 EUR146,61 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Eurostyle mit Wandhalterset hebel geschl. chrom, 2372930A
271,86 EUR137,25 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Eurostyle mit Wandhalterset hebel offen chrom, 3359230A
281,61 EUR140,56 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Lineare Bodenmontage Fertigmontageset chrom, 23792001
2.265,34 EUR1.167,59 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Lineare Bodenmontage Fertigmontageset Supersteel, 23792DC1
2.944,95 EUR1.716,34 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Lineare Wandmontage chrom, 33849001
434,71 EUR230,18 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Lineare Wandmontage mit Brausegarnitur chrom, 33850001
520,39 EUR270,21 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Lineare Wandmontage Supersteel, 33849DC1
565,73 EUR340,32 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Waschtischarmatur Essence S-Size glatter Körper hard graphite, 23590A01
351,94 EUR183,27 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Waschtischarmatur Essence S-Size glatter Körper Warm sunset, 23590DA1
351,94 EUR182,33 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Waschtischarmatur Lineare S-Size Temperaturbegr. Supersteel, 32114DC1
410,73 EUR222,50 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Waschtischarmatur Lineare XS-Size chrom, 32109001
293,87 EUR141,90 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Waschtischarmatur Lineare XS-Size Supersteel, 32109DC1
382,05 EUR208,58 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Spültisch Batterie Concetto ausziehbarer Mousseur chrom, 31129001
321,54 EUR205,98 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Spültisch Batterie Concetto ausziehbarer Mousseur Supersteel, 31129DC1
418,40 EUR255,01 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Spültisch Batterie Concetto mittelh. Ausl. Vor-Fenster-Montage chrom, 31210001
424,29 EUR266,23 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Spültisch Batterie Concetto mittelhoher Auslauf Absperrventil chrom, 31209001
424,29 EUR306,20 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Spültisch Batterie Concetto mittelhoher Auslauf chrom, 31128001
277,45 EUR151,95 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Spültisch Batterie Concetto mittelhoher Auslauf Supersteel, 31128DC1
360,39 EUR209,48 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Spültisch Batterie Concetto Wandmontage chrom, 32667001
292,09 EUR133,39 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Spültisch Batterie Concetto x 1, 32659001
233,48 EUR135,90 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Spültisch Batterie Eurodisc C flacher Auslauf Gussauslauf chrom, 33770002
315,65 EUR185,65 EUR ** inkl. ges. MwSt. zzgl. Versandkosten

