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
});
}
}
});
});
Produktart
var $rows = $('.widget-filter-base .card-columns');
$rows.first().append($rows.not(':first').children())
$rows.not(':first').remove();
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
});
}
}
});
});
- Hansgrohe Kopfbrause Crometta 85 Vario chrom, 28424000
53,55 EUR22,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Kopfbrause Pulsify 260 1jet chrom , 24140000
1.999,00 EUR199,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Kopfbrause Raindance E 300 1jet Ecosmart 9 l/mIn mit brausearm 390mm chrom, 26239000
767,55 EUR440,81 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Luftsprudler Rubit für Küchenarmaturen chrom, 13913000
13,92 EUR13,38 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Luftsprudler Rubit für Wanneneinlauf chrom, 1391400014,29 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Hansgrohe Luftsprudler Rubit Waschtischmischer chrom mit Waterdimmer 7,2 l, 13912000
16,78 EUR15,55 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Metallschlauch Axor 125 x, 28112000
84,49 EUR58,32 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Metallschlauch Axor 1600mm brushed nickel, 28116820
159,82 EUR97,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Metallschlauch Axor 1600mm chrom, 28116000
95,56 EUR65,04 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Metallschlauch Axor 2000mm brushed nickel , 28120820
177,79 EUR107,23 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Metallschlauch Axor 2000mm chrom, 28120000
106,39 EUR71,45 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Mischer Unterputz ShowerSelect Fertigset 1 Verbraucher chrom, 15767000
550,49 EUR388,24 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Mischer Unterputz ShowerSelect Fertigset 2 Verbraucher chrom, 15768000
698,05 EUR430,47 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Mischer Unterputz ShowerSelect S Fertigset 1 Verbraucher chrom, 15747000
535,50 EUR405,49 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Mischer Unterputz ShowerSelect S Fertigset 2 Verbraucher chrom, 15748000
609,28 EUR440,72 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Mobile Abtropffläche F17 , 40962800
117,81 EUR68,04 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Montagehilfe Brausenmodul Axor Starck rechteckig, 10973180
239,67 EUR157,91 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Montageplatte Axor sBox Fliesenrand , 28014000
123,76 EUR61,97 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Montageplatte Brausenmodul als Kopfbrause Axor Starck, 28470180
341,41 EUR234,78 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Montageplatte sBox Fliesenrand , 28016000
88,06 EUR52,68 EUR ** inkl. ges. MwSt. zzgl. Versandkosten