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 Home Starter Kit mit Bluetooth/WIFI C-Auslauf chrom, 31455001
1.849,68 EUR1.493,18 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - GROHE Blue Home Starter Kit mit Bluetooth/WIFI L-Auslauf supersteel, 31454DC1
2.106,60 EUR1.708,46 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Home Starter Kit x 145 x 1, 31455DC1
2.106,60 EUR1.804,22 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Home Starter Kit x 145 x 1, 31456DC1
2.106,60 EUR1.708,46 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - 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.908,90 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.407,19 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 Duschsystem Euphoria 150 mit Thermostatarmatur chrom, 27932000
959,38 EUR408,87 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Duschsystem Euphoria cube XXL 230 mit Einhandmischer chrom, 23147001
1.434,25 EUR768,83 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Duschsystem Euphoria cube XXL 230 mit Thermostat Wandmontage chrom, 26087000
1.651,84 EUR865,16 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Duschsystem Euphoria cube XXL 230 mit Thermostatbatterie chrom, 26187000
1.100,75 EUR548,35 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Duschsystem Euphoria mit Ap-Thermostat 45 x 1, 27296001
863,76 EUR347,20 EUR ** inkl. ges. MwSt. zzgl. Versandkosten