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 Red Duo Armatur und Boiler L-Size L-Auslauf chrom, 30325001
1.606,50 EUR1.396,12 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Red Duo Armatur und Boiler L-Size L-Auslauf Supersteel, 30325DC1
1.847,48 EUR1.605,53 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Red Duo Armatur und Boiler M-Size C-Auslauf chrom, 30083001
1.487,50 EUR1.292,71 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Red Duo Armatur und Boiler M-Size C-Auslauf Supersteel, 30083DC1
1.710,63 EUR1.486,62 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Red Duo Armatur und Boiler M-Size L-Auslauf chrom, 30327001
1.487,50 EUR1.292,71 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Red Duo Armatur und Boiler M-Size L-Auslauf Supersteel, 30327DC1
1.710,62 EUR1.486,62 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Rohbauset für freistehende Wanneneinläufe und Mischbatterien, 45984001
574,95 EUR355,95 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Rohbauset Rainshower 360 für Kopfbrause-set, 26264001
151,25 EUR83,83 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Rohbauset Rainshower F-Series 40'' für AquaSymphony Deckenbrause neu, 26376001
1.915,25 EUR1.700,98 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Rohbauset Rainshower SmartBox für Kopfbrause, 26483000
148,75 EUR89,25 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe RohrBelüfter Bauform C DN15 x, 41238000
17,43 EUR16,57 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Rohrbelüfter Bauform C DN20 chrom, 41239000
18,80 EUR18,15 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Rückflussverhinderer EGGAFIX DN10 3/8x10mm für Eckventile chrom, 41270000
39,81 EUR28,29 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Schalternetzteil für EuroEco CE / Eurosmart CE, 36338000
119,54 EUR70,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Schnappkupplung Relexa dunkelgrau, 28634XX023,93 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Grohe Seifenschale Essentials für Halter Essentials/Essentials cube, 40368001
13,33 EUR11,40 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Seifenschale mit Halter Essentials chrom, 40444001
53,19 EUR32,93 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Seifenschale mit Halter Essentials cube x 1, 40754001
64,91 EUR39,90 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Seifenschale mit Halter Essentials Supersteel, 40444DC143,60 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Grohe Seifenschale Selection cube für Halter davinci satin weiss, 40806000
35,46 EUR35,30 EUR ** inkl. ges. MwSt. zzgl. Versandkosten