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 Mono Starter Kit Bluetooth/WIFI C-Ausl. hard graphite geb, 31498AL1
2.150,33 EUR1.854,68 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Home Mono Starter Kit mit Bluetooth/WIFI C-Auslauf chrom, 31498001
1.791,90 EUR1.433,67 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Home Mono Starter Kit mit Bluetooth/WIFI C-Auslauf supersteel, 31498DC1
2.048,76 EUR1.741,13 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Home Starter Kit 315 x 1 Auslauf ausziehbar mit Bluetooth/WIFI C-Asl.supersteel 315 x, 31541DC0
2.404,22 EUR2.047,30 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Home Starter Kit 315 x 1 Auslauf ausziehbar mit Bluetooth/WIFI C-Auslauf chrom 315 x, 31541000
2.122,13 EUR1.731,84 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Home Starter Kit 315 x supersteel, 31539DC0
2.404,22 EUR1.951,77 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Home Starter Kit 315 x, 31543000
2.122,13 EUR1.819,62 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Home Starter Kit 315 x, 31543DC0
2.404,22 EUR1.961,67 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Home Starter Kit Bluetooth/WIFI C-Ausl. hard graphite geb, 31455AL1
2.219,65 EUR1.921,89 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Home Starter Kit Bluetooth/WIFI C-Ausl. warm sunset geb., 31455DL1
2.219,65 EUR1.921,89 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Home Starter Kit Bluetooth/WIFI L-Ausl. hard graphite geb, 31454AL1
2.219,65 EUR1.921,89 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Blue Home Starter Kit Bluetooth/WIFI L-Ausl. warm sunset geb., 31454DL1
2.219,65 EUR1.921,89 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - GROHE Blue Home Starter Kit Bluetooth/WIFI L-Auslauf chrom, 31454001
1.849,68 EUR1.493,18 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - GROHE Blue Home Starter Kit Bluetooth/WIFI U-Auslauf chrom, 31456001
1.849,68 EUR1.493,18 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - 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