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 Spültisch armatur Eurosmart C h. Ausl. azb.Spülbrause Grohe Zero chrom, 31481001
367,41 EUR159,60 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel Spültisch armatur Eurosmart C hoher Auslauf EcoJoy Grohe Zero chrom, 3284320E
246,98 EUR121,12 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel Spültisch armatur Eurosmart C hoher Auslauf Grohe Zero chrom, 32843002
246,98 EUR117,53 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel Spültisch armatur Eurosmart C hoher Auslauf Grohe Zero supersteel, 32843DC2
321,06 EUR152,80 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel Spültischarmatur Minta C-Auslauf azb. Dual Spülbrause chrom, 32321002
9.999,00 EUR159,56 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel Spültischarmatur Minta C-Auslauf Dual Spülbrause supersteel, 32321DC2
616,18 EUR211,90 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel Spültischarmatur Minta U-Auslauf azb. Dual Spülbrause chrom, 32322002
492,66 EUR179,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel Spültischarmatur Minta U-Auslauf Dual Spülbrause supersteel, 32322DC2
640,46 EUR221,52 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel Spültischbatterie K7 x 15 Profibrause chrom, 32950000
1.219,93 EUR571,89 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel Spültischbatterie K7 x 15 Profibrause Supersteel, 32950DC0
1.586,39 EUR743,45 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Essence auszb. Spülbrause cool sunrise gebürstet, 30270GN0
703,47 EUR269,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Essence auszb. Spülbrause hard graphite gebürstet, 30270AL0
703,47 EUR397,38 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Essence auszb. Spülbrause Warm sunset gebürstet, 30270DL0
703,47 EUR419,64 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Essence ausziehbare Spülbrause cool sunrise, 30270GL0
703,47 EUR372,78 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Essence ausziehbare Spülbrause hard graphite, 30270A00
703,47 EUR391,68 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Essence ausziehbare Spülbrause Warm sunset, 30270DA0
703,47 EUR391,42 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Essence hoher Auslauf cool sunrise gebürstet, 30269GN0
516,10 EUR302,01 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Essence hoher Auslauf cool sunrise, 30269GL0
516,10 EUR297,66 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Essence hoher Auslauf hard graphite gebürstet, 30269AL0
516,10 EUR318,94 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Spültischbatterie Essence hoher Auslauf hard graphite, 30269A00
516,10 EUR297,66 EUR ** inkl. ges. MwSt. zzgl. Versandkosten