Kategorien
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 Einhebelmischer Waschtischarmatur Atrio L-Size chrom, 32042003
561,74 EUR320,65 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Waschtischarmatur Atrio M-Size chrom, 32043003
486,83 EUR341,74 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Waschtischarmatur Atrio M-Size supersteel, 32043DC3
632,90 EUR399,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Waschtischarmatur Atrio XL-Size chrom, 32647003
767,73 EUR400,89 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Waschtischarmatur Concetto L-Size Bogenauslauf chrom, 32629002
310,17 EUR142,84 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Waschtischarmatur Concetto L-Size L-Auslauf chrom, 23739002
318,38 EUR169,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Waschtischarmatur Essence für freist. Waschschüsseln supersteel, 32901DC1
590,84 EUR307,78 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Waschtischarmatur Essence L-Size schwenkbarer U-Auslauf supersteel, 32628DC1
459,88 EUR227,24 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Waschtischarmatur Essence Push-open-Ablaufgarnitur L-Size chrom, 23799001
353,73 EUR151,99 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Waschtischarmatur Essence Push-open-Ablaufgarnitur M-Size chrom, 23798001
334,69 EUR138,52 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Waschtischarmatur Essence Push-open-Ablaufgarnitur S-Size chrom, 23797001
274,83 EUR118,31 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Waschtischarmatur Eurodisc C L-Size Grohe Zero chrom, 23054003
339,21 EUR157,38 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Waschtischarmatur Europlus x 15 x, 33155002
374,55 EUR217,59 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Waschtischarmatur Eurostyle C L-Size chrom, 23043003
280,96 EUR132,91 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Entleerungsventil 1/2" chrom 28988000, 28988000
94,96 EUR33,21 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Ersatzbürste Essentials chrom, 40392000
25,23 EUR21,02 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Euphoria Brausen-ZubEhoer chrom, 48054000
122,33 EUR49,24 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Euphoria Brausen-Zubehör chrom, 48053000
122,33 EUR53,95 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Eurostyle Einhandmischer Waschtischarmatur chrom , 23374003
176,12 EUR92,21 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Flex Duschsystem Tempesta 210 390mm Duscharm Umstellung chrom, 26381001
368,90 EUR189,17 EUR ** inkl. ges. MwSt. zzgl. Versandkosten