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
});
}
}
});
});
- Demm Badewannenarmatur Unterputz mit Einbaukörper Milton Farbe: bronze 285 x 2850, 18631.002.X
208,25 EUR181,31 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Demm Badewannenarmatur Unterputz mit Einbaukörper Milton, Farbe:Chrom/Gold!!, 285 x 18631.002.CD, 2850
173,26 EUR141,55 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Demm Thermostat für Wanne oder Brause mit 2 Abgängen für Kopf und Handbrause chrom 6732 6732, 13460.087.C
380,80 EUR325,50 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 Concetto G24054001
289,59 EUR114,45 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Wannenarmatur Essence Wandmontage eigensicher supersteel, 33624DC1
494,44 EUR240,19 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Wannenarmatur Essence x 1, 24058001
311,13 EUR119,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Wannenarmatur Eurocube FMS für Rapido SmartBox chrom, 24062000
342,48 EUR144,89 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Wannenarmatur Eurocube Wandmontage eigensicher chrom, 23140000
409,54 EUR219,69 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Wannenarmatur Eurodisc C FMS für Rapido SmartBox chrom, 24056002
295,06 EUR123,39 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Wannenarmatur Eurosmart 24043 FMS für Rapido SmartBox chrom, 24043002
274,89 EUR89,25 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Wannenarmatur Eurosmart C FMS für Rapido SmartBox chrom, 24045000
264,60 EUR100,25 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Wannenarmatur Eurostyle C FMS für Rapido SmartBox chrom, 24052002
286,73 EUR118,31 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Wannenarmatur Eurostyle FMS für Rapido SmartBox Hebel geschl. chrom, 24047003
249,90 EUR109,17 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Wannenarmatur Eurostyle FMS für Rapido SmartBox Hebel offen chrom, 24049003
259,90 EUR110,46 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Wannenarmatur Lineare FMS für Rapido SmartBox chrom, 24064001
335,58 EUR147,23 EUR ** inkl. ges. MwSt. zzgl. Versandkosten