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 Kopfbrauseset Tempesta 210 286mm DF 9,5l/mIn chrom, 26412000
221,34 EUR116,14 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe rainshower® System SmartControl 360 Duo Duschsystem mit Thermostatbatterie für die Wandmontage, 26250000
1.999,20 EUR1.123,26 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe rainshower® System SmartControl 360 Mono Duschsystem mit Thermostatbatterie für die Wandmontage, 26361000
1.785,00 EUR1.074,11 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Rohbauset Rainshower 360 für Kopfbrause-set, 26264001
151,25 EUR83,83 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Rohbauset Rainshower SmartBox für Kopfbrause, 26483000
148,75 EUR89,25 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Thermostat -Brausearmatur GrohTherm 1000 C Wandmontage hard graphite gebürstet, 34065AL2
511,34 EUR319,90 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Thermostat -Brausearmatur GrohTherm 800 345 x 1 mit Brausegarnitur 600mm chrom, 34565001
347,42 EUR139,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Thermostat -Brausearmatur GrohTherm 800 mit Brausegarnitur 900mm chrom, 34566001
357,30 EUR136,41 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Thermostat -Brausearmatur GrohTherm Special mit verdeckten S-Anschlüssen chrom, 34667000
374,85 EUR284,24 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Thermostat Brause-IR-Elektronik Eurosmart CE x 16 Bluetooth chrom, 36415000
737,80 EUR468,03 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Thermostat Brausearmatur GrohTherm 1000 QuickFix S-Anschlüsse chrom, 34550000
348,67 EUR150,35 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Thermostat Brausearmatur GrohTherm 800 Wandmontage eigensicher chrom, 34558000
294,29 EUR145,95 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Thermostat GrohTherm SmartControl eckig fms 3 Absperrventile moon White, 29157LS0
957,95 EUR537,87 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Thermostat-Brausearmatur GrohTherm 2000 mit Brausegarnitur Power&Soul chrom, 34482001
681,33 EUR339,86 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Thermostat-Brausearmatur GrohTherm cube eigensicher chrom, 34488000
492,84 EUR275,28 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe THM-Brausearmatur Grohtherm Smart Control Brausegarnitur 600mm chrom, 34720000
630,70 EUR344,46 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe THM-Brausearmatur Grohtherm Smart Control Brausegarnitur 900mm chrom, 34721000
640,22 EUR348,89 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Unterputz -Duschsystem Eurosmart C 25 x 19 mit FMS/SmartBox/Kopfbr./Brauseset chrom 25 x, 25219001
687,17 EUR314,92 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Unterputz -Duschsystem Grohtherm mit FMS eck./SmartBox/Kopfb./Brauseset chrom, 34729000
1.008,41 EUR512,78 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Unterputz -Duschsystem Grohtherm mit FMS eck./SmartBox/Kopfb./Brauseset chrom, 34730000
1.837,18 EUR998,84 EUR ** inkl. ges. MwSt. zzgl. Versandkosten