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 Euphoria SmartControl 260 Mono mit Thermostat chrom, 26509000
1.267,35 EUR629,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Duschsystem Euphoria SmartControl 310 Duo mit Thermostat chrom, 26507000
1.463,70 EUR711,12 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Duschsystem Euphoria System 260 mit Thermostat -Wannenarmatur 9,5l/mIn chrom, 27475001
1.023,40 EUR468,02 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Duschsystem Euphoria XXL 210 mit Thermostatbatterie chrom, 27964000
995,32 EUR511,60 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Duschsystem Rainshower 210 mit Thermostat/Sena Handbrause chrom, 27032001
1.733,71 EUR633,63 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Duschsystem Rainshower 310 mit Thermostat Kopfbrause 310mm und Handbrause Sena chrom, 27966000
1.483,04 EUR717,76 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Duschsystem Rainshower 400 mit Thermostat KB Jumbo Sena Handbrause chrom, 27174001
1.915,90 EUR899,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Duschsystem Rainshower F-Series mit Thermostat DF: 9,5l/mIn chrom, 27469000
1.592,16 EUR653,55 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - 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 Thermostat -Wannenarmatur chrom, 26223001
946,05 EUR379,98 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 Bidetbatterie Plus chrom, 33241003
307,08 EUR150,73 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