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 Einhand-Bidetbatterie Essence hard graphite gebürstet, 32935AL1
472,07 EUR212,28 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Bidetbatterie Essence hard graphite, 32935A01
472,07 EUR199,02 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Bidetbatterie Essence Warm sunset gebürstet, 32935DL1
472,07 EUR212,28 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Bidetbatterie Essence Warm sunset, 32935DA1
472,07 EUR199,02 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Bidetbatterie Essence x 1 cool sunrise gebürstet, 32935GN1
472,07 EUR169,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Bidetbatterie Essence x 1, 32935001
327,67 EUR118,31 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Bidetbatterie Eurocube Joy Zugstangen-Ablaufgarnitur chrom, 23664000
452,20 EUR216,57 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Bidetbatterie Eurodisc C Zugstangen-Ablaufgarnitur chrom, 33244002
396,63 EUR125,94 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Bidetbatterie Eurostyle Zugstangen-Ablaufgarnitur chrom, 33565003
226,10 EUR92,21 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Bidetbatterie Eurostyle Zugstangen-Ablaufgrt. moon White, 33565LS3
293,93 EUR119,87 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhandmischer Bidetbatterie Eurodisc Joystick einlochmontage chrom, 24036000
401,80 EUR158,98 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhandmischer Bidetbatterie Eurosmart Zugstangen-Ablaufgarnitur chrom, 32929002
179,75 EUR59,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhandmischer Bidetbatterie Eurostyle chrom, 23720003
216,58 EUR88,02 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel -Bidetarmatur dn 15 BauLoop einlochmontage chrom, 23338000
149,17 EUR57,75 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - GROHE Einhebel Bidetarmatur Einhandmischer für Bidet Allure mit Zugstangen Ablaufgarnitur 32, 32147000
941,53 EUR363,97 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel Bidetbatterie Concetto Zugstangen-Ablaufgarnitur chrom, 32208001
262,87 EUR99,40 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel Bidetbatterie Eurocube mit Zugstangen-Ablaufgarnitur chrom, 23138000
394,90 EUR187,95 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Bidetbatterie Lineare einlochmontage chrom, 33848001
361,22 EUR194,20 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Bidetbatterie Lineare einlochmontage Supersteel, 33848DC1
469,57 EUR258,93 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansa Einhandmischer für Bidet Hansatwist Bügelhebel verchromt, 09063285
271,32 EUR124,73 EUR ** inkl. ges. MwSt. zzgl. Versandkosten