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 IR-Waschtischelektronik EuroPlus E ohne Mischung mit Steckertrafo chrom, 36016001
692,40 EUR449,28 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe IR-Waschtischelektronik EuroPlus E x 15 x 1, 36015001
730,96 EUR491,41 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Powerbox EuroEco CE Infrarot-Elektronik für Waschtisch ohne Mischung, 36384000
751,48 EUR496,08 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Powerbox Eurosmart CE IR-Elektronik für Waschtisch mit Mischung chrom, 36386001
918,50 EUR655,41 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Selbstschluss-Standventil EuroEco CS Markierung blau/rot chrom, 36265000
131,97 EUR83,99 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Sicherheitsmisch-Waschtisch batterie EuroEco Special glatter Körper chrom, 32789000
248,29 EUR181,39 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Sicherheitsmisch-Waschtisch batterie EuroEco Special hohe Ausfür gl.Körper chrom, 32790000
456,54 EUR239,18 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Sicherheitsmisch-Waschtisch batterie EuroEco Special Wandmit Ausl. 200mm chrom, 32792000
478,20 EUR316,25 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Sicherheitsmisch-Waschtisch batterie EuroEco Special Wandmit Ausl. 256mm chrom, 32793000
518,54 EUR329,54 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Sicherheitsmisch-Waschtisch batterie EuroEco Special Wandmit Gussauslauf chrom, 32795000
471,48 EUR297,65 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Standventil Concetto mit Keramik-Oberteil chrom, 32207001
139,47 EUR78,70 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Standventil Costa DN15 Mark. blau schwenkbarer Rohrauslauf chrom, 20393001
88,95 EUR59,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Standventil Costa DN15 x, 20186001
82,23 EUR50,04 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Standventil Costa neu DN15 x 1, 20404001
62,00 EUR32,47 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Standventil dn 15 BauLoop einlochmontage chrom, 20422000
103,11 EUR42,59 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Standventil Eurocube nur für Kaltwasser chrom, 23137000
204,03 EUR122,59 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Standventil Eurodisc C x 1 mit Keramik-Oberteil chrom, 23051002
148,16 EUR79,76 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Standventil Eurostyle C Speedclean Mousseur chrom, 23039002
127,98 EUR69,67 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Standventil und Boiler Red Mono M-Size C-Auslauf chrom, 30085001
1.368,50 EUR1.189,28 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Thermostat Waschtisch Batterie GrohTherm Special mit verdeckten S-Anschlüssen chrom, 34666000
392,70 EUR315,58 EUR ** inkl. ges. MwSt. zzgl. Versandkosten