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 Blue Professional Mono StarterKit C-Ausl. Bluetooth/WIFI supersteel, 31302DC2
3.171,35 EUR2.222,88 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Professional StarterKit C-Auslauf azb. Bluetooth/WIFI chrom, 31325002
3.135,65 EUR2.197,71 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Professional StarterKit C-Auslauf azb. Bluetooth/WIFI supersteel, 31325DC2
3.558,10 EUR2.257,99 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Professional StarterKit C-Auslauf Bluetooth/WIFI chrom, 31323002
2.844,10 EUR1.897,83 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Professional StarterKit C-Auslauf Bluetooth/WIFI supersteel, 31323DC2
3.267,74 EUR2.293,14 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Professional StarterKit L-Auslauf ausziehbar mit Bluetooth/WIFI supersteel, 31326DC2
3.558,10 EUR2.393,22 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Professional StarterKit L-Auslauf azb. Bluetooth/WIFI chrom, 31326002
3.135,65 EUR2.189,67 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Professional StarterKit L-Auslauf Bluetooth/WIFI chrom, 31347003
2.844,10 EUR1.683,46 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Professional StarterKit L-Auslauf Bluetooth/WIFI supersteel, 31347DC3
3.267,74 EUR2.293,14 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Waschtisch Austauschfilter kapazität 15 x 1, 40430001
163,21 EUR135,52 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Waschtischaustauschfilter kapazität 3000 Liter, 40412001
241,09 EUR159,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand Spültischbatterie Essence ausziehbare Profibrause hard graphite, 30294A00
1.061,00 EUR552,94 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand Spültischbatterie Essence ausziehbare Profibrause warm sunset geb., 30294DL0
1.061,00 EUR592,44 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand Spültischbatterie Essence ausziehbare Profibrause warm sunset, 30294DA0
1.061,00 EUR528,95 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand Spültischbatterie Essence azb. Profibrause hard graphite gebürstet, 30294AL0
1.061,00 EUR592,44 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand Spültischbatterie Minta C-Auslauf Spülbrause hard graphite geb., 32321AL2
663,60 EUR255,60 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand Spültischbatterie Minta C-Auslauf Spülbrause warm sunset geb., 32321DL2
663,60 EUR313,95 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand Spültischbatterie Minta L-Ausl. azb. Spülbr. hard graphite geb., 30274AL0
720,96 EUR305,19 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand Spültischbatterie Minta L-Ausl. azb. Spülbrause warm sunset geb., 30274DL0
720,96 EUR305,19 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Spültisch armatur Minta DN15 x, 32917KS0
512,18 EUR186,59 EUR ** inkl. ges. MwSt. zzgl. Versandkosten