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 Einhebel-Brausearmatur Lineare Wandmontage chrom, 33865001
345,34 EUR199,75 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-Wannenarmatur Essence 19285für Rapido E hard graphite gebürstet, 19285AL1
389,13 EUR210,39 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Essence 19285für Rapido E Warm sunset gebürstet, 19285DL1
389,13 EUR210,39 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Essence Wandmontage cool sunrise gebürstet, 33624GN1
507,59 EUR274,49 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Essence Wandmontage cool sunrise, 33624GL1
507,59 EUR243,67 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Essence Wandmontage hard graphite gebürstet, 33624AL1
507,59 EUR274,49 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Essence Wandmontage hard graphite, 33624A01
507,59 EUR257,33 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Essence Wandmontage Warm sunset gebürstet, 33624DL1
507,59 EUR274,49 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 EUR144,13 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Eurostyle mit Wandhalterset hebel geschl. chrom, 2372930A
271,86 EUR134,95 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.225,97 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 cool sunrise gebürstet, 23590GN1
351,94 EUR194,48 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Waschtischarmatur Essence S-Size glatter Körper cool sunrise, 23590GL1
351,94 EUR192,53 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Waschtischarmatur Essence S-Size glatter Körper hard graphite gebürstet, 23590AL1
351,94 EUR205,37 EUR ** inkl. ges. MwSt. zzgl. Versandkosten