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
});
}
}
});
});
- Kludi L ine Spültischarmatur Einhandmischer dn 10 geschlossener hebel einlochmontage, 428190577
380,74 EUR229,17 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Kludi L-ine s Eco Spültisch-Einhandmisch chrom, 408030575
226,10 EUR125,12 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Kludi L-ine s Eco Spültisch-Einhandmisch herausziehbarer Auslauf chrom, 408510575
333,20 EUR182,83 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Kludi L-ine s Spültisch-Einhebelmischer seitl. Steue herausziehbarer Auslauf chrom/schwarz ma, 408518775
368,90 EUR201,62 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Kludi L-ine s Spültisch-Einhebelmischer seitl. Steue herausziehbarer Auslauf chrom/weiß matt, 408519375
368,90 EUR208,90 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Kludi Line Spültischarmatur Einhandmischer dn 10 geschlossener hebel einlochmontage, 428140577
305,18 EUR149,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - KLUDI LOGO 1S Wannen-Brause-Set mit Wandanschluß und Brausehalter chrom, 6867005-00
108,88 EUR73,19 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Kludi Medi care Spültischarmatur Einhandmischer dn 8 Klinik Armhebel einlochmontage, 349080524
385,62 EUR329,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Kludi Objekta Spültisch-Bajonett-Einhebelmischer dn 10 Unterfenster-Montage chrom, 325780575
364,74 EUR237,31 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Kludi Objekta Spültisch-Einhebelmischer dn 10 chrom, 325740575
236,81 EUR145,88 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Kludi Objekta Spültisch-Einhebelmischer dn 10 herausz. Brause chrom, 325810575
386,75 EUR218,57 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Kludi Objekta Spültisch-Einhebelmischer dn 15 Wandmontage Ausl.165mm chrom, 328810575
260,97 EUR189,93 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Kludi Objekta Spültisch-Einhebelmischer dn 15 Wandmontage Ausl.230mm chrom, 328820575
272,27 EUR212,40 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Kludi Objekta Spültisch-Multi-Einhebelmischer dn 10 chrom, 325760575
389,84 EUR253,67 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - KLUDI PURE&EASY Bidet-Einhebelmischer Wasserspararmatur chro, 375330565
208,84 EUR90,47 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - KLUDI PURE&EASY Bidet-Einhebelmischer weiß/chrom, 375339165
229,85 EUR130,06 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - KLUDI PURE&SOLID Bidet-Einhebelmischer mit Metallablaufg. chrom, 342160575
210,09 EUR128,42 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - KLUDI PURE&STYLE Bidet-Einhebelmischer DN 15 chrom, 402160575
211,28 EUR146,03 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Kludi Spültisch Bajonett Einhandmischer dn 10 Bügelhebel einlochmontage, 399340562
461,01 EUR244,23 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Kludi Spültisch Einhebelmischer dn 10 Bingo Star herausziehbarer Auslauf chrom, 428510578
343,73 EUR180,93 EUR ** inkl. ges. MwSt. zzgl. Versandkosten