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-Wannenarmatur Essence Bodenmontagefür 45984 cool sunrise, 23491GL1
2.760,86 EUR1.386,86 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Essence Bodenmontagefür 45984 hard graphite, 23491A01
2.760,86 EUR1.313,25 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Essence Bodenmontagefür 45984 Warm sunset, 23491DA1
2.760,86 EUR1.386,86 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Essence Bodenmontagehard hard graphite gebürstet, 23491AL1
2.760,86 EUR1.407,96 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Essence BodenmontageWarm sunset gebürstet, 23491DL1
2.760,86 EUR1.479,30 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Wannenarmatur Essence Wandmontage Warm sunset, 33624DA1
507,59 EUR257,33 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 Bodenmontage Fertigmontageset Supersteel, 23792DC1
2.944,95 EUR1.716,34 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 Einhebelmischer Wannenarmatur Allure Brilliant FMS für Rapido SmartBox chrom, 24072000
650,87 EUR259,57 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Wannenarmatur Allure Fertigmontageset Bodenmontage chrom, 32754002
3.259,71 EUR1.871,19 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Wannenarmatur Concetto für Wandmontage eigensicher chrom, 32211001
256,86 EUR124,25 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Wannenarmatur Concetto G24054001
289,59 EUR114,45 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Wannenarmatur Concetto Wandmontage mit Euphoria Brauseset chrom, 32212001
311,96 EUR153,25 EUR ** inkl. ges. MwSt. zzgl. Versandkosten