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 Einhandmischer Waschtischarmatur Eurostyle L-Size Zugstangen-Ablaufgrt. chrom, 23569003
273,70 EUR144,08 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhandmischer Waschtischarmatur Eurostyle S-Size glatter Körper chrom, 32468003
166,60 EUR88,02 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhandmischer Waschtischarmatur Eurostyle S-Size Grohe ZERO glatter Körper chrom, 23567003
174,93 EUR94,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhandmischer Waschtischarmatur Eurostyle S-Size Grohe ZERO Zugst.-Abl.-grt. chrom, 23564003
184,45 EUR96,04 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhandmischer Waschtischarmatur Eurostyle S-Size hebel geschlossen chrom, 23707003
166,60 EUR103,95 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhandmischer Waschtischarmatur Eurostyle S-Size Zugst.-Abl.-grt. moon White, 33558LS3
228,48 EUR99,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhandmischer Waschtischarmatur Eurostyle S-Size Zugstangen-Ablaufgrt. chrom, 33558003
176,12 EUR92,21 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhandmischer Waschtischarmatur Eurostyle XL-Size glatter Körper chrom, 23570003
341,53 EUR189,70 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel -Brausearmatur dn 15 BauLoop Wandmontage chrom, 23340000
126,38 EUR55,59 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel -Brausearmatur Essence freistehend ohne Rohbau-set chrom, 23741001
2.915,50 EUR1.733,46 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel -Brausearmatur Essence freistehend ohne Rohbau-set Supersteel, 23741DC1
3.790,15 EUR2.378,30 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel -Wannenarmatur dn 15 x 1 Wandmontage chrom, 23341000
149,17 EUR68,13 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel Waschtisch Batterie Essence für freist. Waschschüsseln hard graphite, 32901A01
606,48 EUR312,26 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel Waschtisch Batterie Essence für freist. Waschschüsseln Warm sunset gebürstet, 32901DL1
606,48 EUR333,08 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Bidetbatterie Lineare einlochmontage Supersteel, 33848DC1
469,57 EUR258,93 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Brausearmatur Essence Wandmontage cool sunrise, 33636GL1
404,36 EUR209,58 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Brausearmatur Essence Wandmontage hard graphite gebürstet, 33636AL1
404,36 EUR223,55 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Brausearmatur Essence Wandmontage hard graphite, 33636A01
404,36 EUR209,58 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Brausearmatur Essence Wandmontage Warm sunset gebürstet, 33636DL1
404,36 EUR209,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Brausearmatur Essence Wandmontage Warm sunset, 33636DA1
404,36 EUR209,58 EUR ** inkl. ges. MwSt. zzgl. Versandkosten