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 Kopfbrause Rainshower 310 Mono Cube 9,5 l/min chrom/moon white, 26568LS0
618,80 EUR335,03 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrause Rainshower 310 Mono Cube chrom, 26567000
476,00 EUR257,72 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrause Rainshower 310 Mono Cube chrom/moon white, 26567LS0
618,80 EUR335,03 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrause Rainshower C 210 1 Strahlart moon White, 28368LS0
603,27 EUR337,65 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrause Rainshower Cosmopolitan 160 4 Strahlarten chrom, 27134000
234,61 EUR94,52 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrause Rainshower Cosmopolitan 210 DF: 9,5 l/mIn chrom, 28373000
464,04 EUR272,30 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrause Rainshower Cosmopolitan 310 durchfluss 9,5 l/mIn chrom, 27478000
655,15 EUR399,88 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrause Rainshower Cosmopolitan 310 durchmesser 310mm chrom, 27477000
655,15 EUR399,88 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrause Rainshower F-Series 500 x 127x127mm chrom, 27253000
200,22 EUR131,48 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrause Rainshower jumbo durchmesser: 40cm Messing chrom, 28778000
1.892,22 EUR521,48 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrause Rainshower modern durchmesser 21cm Grohe EcoJoy chrom, 2836800E
464,04 EUR272,30 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrause Rainshower modern durchmesser: 21cm Messing chrom, 28368000
464,04 EUR257,84 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrause Rainshower Retro durchmesser: 21,2cm Messing chrom, 28369000
580,90 EUR265,67 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrause Rainshower SmartControl 360 3 Strahlarten chrom, 26254000
892,50 EUR491,28 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrause Rainshower Veris 300 1 Strahlart 300x150mm moon White, 27470LS0
701,39 EUR420,37 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrause Rainshower Veris 300 300 x 150 mm chrom, 27470000
539,55 EUR377,54 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrause Relexa DN15 Brausekopf 85mm Messingblech chrom, 28404000
18,03 EUR15,46 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrause Relexa Five DN15 5 Strahlarten Speedclean chrom, 27062000
425,72 EUR152,99 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrause Relexa Sport DN15 Speedclean chrom, 28948000
219,85 EUR189,77 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrause Tempesta 100 4 Strahlarten 9,5 l/mIn chrom, 27606001
86,63 EUR35,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten