Kategorien
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 Thermostat Waschtisch Batterie GrohTherm Special mit verdeckten S-Anschlüssen chrom, 34666000
392,70 EUR315,58 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Thermostat-Brausearmatur GrohTherm cube eigensicher chrom, 34488000
492,84 EUR275,28 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - GROHE Thermostat-Brausebatterie Grohtherm 1000 Cosmopolitan Wandmontage cool sunrise gebürstet, 34065GN2
511,34 EUR320,04 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Thermostat-Rohbauset für Waschtisch Wand-Thermostate, 39383000
107,10 EUR53,88 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Thermostat-Wannenarmatur GrohTherm cube eigensicher chrom, 34497000
642,00 EUR362,64 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe THM-Brausearmatur Grohtherm 1 Abg. FMS für Rap. SmartBox eckig chrom, 24078000
588,40 EUR272,77 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe THM-Brausearmatur Grohtherm 1000 C Wandmontage eigensicher supersteel, 34065DC2
498,19 EUR280,04 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe THM-Brausearmatur Grohtherm 2 Abg. FMS für Rapido SmartBox rund chrom, 24076000
602,79 EUR259,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe THM-Brausearmatur Grohtherm SmartControl Wandmontage chrom, 34719000
493,85 EUR283,65 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe THM-Brausearmatur Grohtherm x 1 Abg. FMS für Rapido SmartBox rund chrom, 24075000
588,40 EUR288,06 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe THM-Brausebatterie Atrio FMS f. 35600 2-Wege-Umst. hard graphite geb., 24135AL3
1.279,90 EUR997,16 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe THM-Wannenarmatur Grohtherm 2 Abg. FMS für Rap. SmartBox eckig chrom, 24080000
602,79 EUR304,07 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe THM-Wannenarmatur Grohtherm 2 Abg. FMS für Rapido SmartBox rund chrom, 24077000
602,79 EUR312,56 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe THM-Wannenarmatur Grohtherm SmartControl Wandmontage chrom, 34718000
541,45 EUR293,63 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Toilettenbürstengarnitur Atrio Wandmontage supersteel, 40314DC3
249,01 EUR233,85 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Toilettenbürstengarnitur BauCosmopolitan chrom, 40463001
57,54 EUR33,15 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Toilettenbürstengarnitur Essentials Authentic x 1, 40658001
72,47 EUR40,55 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Toilettenbürstengarnitur Essentials Authentic x 1, 40658EN1
94,25 EUR71,05 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Toilettenbürstengarnitur Essentials hard graphite gebürstet, 40374AL161,11 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Grohe Toilettenbürstengarnitur Essentials hard graphite, 40374A0157,69 EUR ** inkl. ges. MwSt. zzgl. Versandkosten