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 Einhebel-Waschtischarmatur Essence S-Size glatter Körper hard graphite, 23590A01
351,94 EUR183,27 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Waschtischarmatur Essence S-Size glatter Körper Warm sunset gebürstet, 23590DL1
351,94 EUR205,37 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Waschtischarmatur Essence S-Size glatter Körper Warm sunset, 23590DA1
351,94 EUR182,33 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Waschtischarmatur Lineare S-Size Temperaturbegr. Supersteel, 32114DC1
410,73 EUR222,50 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Waschtischarmatur Lineare XS-Size chrom, 32109001
293,87 EUR139,50 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel-Waschtischarmatur Lineare XS-Size Supersteel, 32109DC1
382,05 EUR208,58 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Brausearmatur Concetto für Wandmontage eigensicher chrom, 32210001
205,39 EUR99,40 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Brausearmatur Concetto x 1, 24053001
262,40 EUR107,99 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Brausearmatur Essence Wandmontage eigensicher supersteel, 33636DC1
393,83 EUR205,37 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Brausearmatur Essence x 1, 24057001
284,41 EUR121,43 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Brausearmatur Eurocube Wandmontage eigensicher chrom, 23145000
321,54 EUR193,90 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Brausearmatur Eurodisc C 24055 FMS für Rapido SmartBox chrom, 24055002
268,05 EUR112,17 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Brausearmatur Eurosmart C FMS für Rapido SmartBox chrom, 24044000
245,02 EUR91,14 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Brausearmatur Eurostyle C x 1 FMS für Rapido SmartBox chrom x, 24051002
258,82 EUR107,56 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Brausearmatur Eurostyle FMS für Rapido SmartBox Hebel offen chrom, 24048003
241,03 EUR100,42 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Brausearmatur Lineare FMS für Rapido SmartBox chrom, 24063001
319,69 EUR133,85 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Spültisch Batterie Concetto Wandmontage chrom, 32667001
292,09 EUR133,39 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Wannenarmatur Concetto für Wandmontage eigensicher chrom, 32211001
256,86 EUR124,25 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Wannenarmatur Concetto Wandmontage mit Euphoria Brauseset chrom, 32212001
311,96 EUR153,25 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebelmischer Wannenarmatur Eurocube Wandmont. Brausegrt. Euphoria cube chrom, 23141000
462,49 EUR250,07 EUR ** inkl. ges. MwSt. zzgl. Versandkosten