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 Duschsystem Rainshower SmartControl 360 Mono mit Thermostat moon White, 26361LS0
1.890,02 EUR1.074,31 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Duschsystem Rainshower System SmartControl 360 Duo moon White, 26250LS0
2.116,83 EUR1.128,97 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Duschsystem Tempesta C System 210 mit Thermostatbatterie chrom, 27922001
731,85 EUR310,51 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Brausearmatur BauEdge integr. Rückflussverhinderer chrom, 23333000
126,38 EUR61,95 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhandmischer Brausearmatur Essence Wandmontage eigensicher chrom, 33636001
280,66 EUR130,82 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhandmischer Brausearmatur Eurocube Joy Wandmontage eigensicher chrom, 23665000
487,90 EUR235,87 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhandmischer Brausearmatur Eurosmart Wandmontage eigensicher chrom, 33555002
142,80 EUR55,56 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel -Brausearmatur Essence freistehend ohne Rohbau-set chrom, 23741001
2.915,50 EUR1.733,46 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel -Brausearmatur Essence freistehend ohne Rohbau-set Supersteel, 23741DC1
3.790,15 EUR2.378,30 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Brausearmatur Essence Wandmontage cool sunrise gebürstet, 33636GN1
404,36 EUR223,55 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Brausearmatur Essence Wandmontage hard graphite gebürstet, 33636AL1
404,36 EUR223,55 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Brausearmatur Essence Wandmontage Warm sunset gebürstet, 33636DL1
404,36 EUR209,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Brausearmatur Lineare Wandmontage Supersteel, 33865DC1
453,09 EUR266,32 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe GrohTherm SmartControl Duschsystem Unterputz mit Rainshower 310 Smartactive cube, 34706000
1.865,27 EUR1.034,63 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrauseset Euphoria 260 SmartControl 142mm 9,5l/mIn chrom, 26461000
247,52 EUR126,37 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrauseset Euphoria 260 SmartControl 142mm chrom, 26460000
247,52 EUR126,37 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrauseset Euphoria 260 SmartControl 380mm 9,5l/mIn chrom, 26459000
273,70 EUR159,97 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrauseset Euphoria 260 SmartControl 380mm chrom, 26458000
273,70 EUR159,97 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrauseset Euphoria cube 152 Brausearm 286 mm chrom, 26073000
327,25 EUR185,41 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Kopfbrauseset Rainshower 210 Brausearm 286mm 9,5 l/mIn chrom, 26062000
551,74 EUR304,82 EUR ** inkl. ges. MwSt. zzgl. Versandkosten