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
});
}
}
});
});
- Hansgrohe Kopfbrause 300 1jet Axor Decke Unterputz chrom, 35302000
1.987,30 EUR1.053,98 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Kopfbrause 300 1jet Axor Deckenmontage chrom 35 x, 35301000
1.987,30 EUR1.053,98 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Kopfbrause 300 2jet Axor chrom mit Brausearm, 35303000
2.499,00 EUR1.359,02 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Kopfbrause 300 2jet Axor Decke Unterputz chrom, 35305000
2.243,15 EUR1.191,72 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Kopfbrause 300 2jet Axor Deckenmontage chrom, 35304000
2.243,15 EUR1.191,72 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Kopfbrause 300/300 1jet Axor chrom mit Brausearm 35 x, 35314000
2.243,15 EUR1.221,66 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Kopfbrause 300/300 1jet Axor Decke Unterputz chrom 35 x, 35317000
1.987,30 EUR1.053,98 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Kopfbrause 300/300 1jet Axor Deckenmontage chrom 35 x, 35316000
1.987,30 EUR1.053,98 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Kopfbrause 300/300 2jet Axor chrom mit Brausearm 35 x, 35318000
2.499,00 EUR1.362,62 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Kopfbrause 300/300 2jet Axor Decke Unterputz chrom 35 x, 35321000
2.243,15 EUR1.221,66 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Kopfbrause 300/300 2jet Axor Deckenmontage chrom, 35320000
2.243,15 EUR1.221,66 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Kopfbrause 35 x 1jet Axor BN Deckenmontage, 26035820
4.998,00 EUR2.691,10 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Kopfbrause 35 x 1jet Axor BN mit Brausearm, 26034820
5.265,75 EUR2.819,16 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Kopfbrause 35 x 1jet Axor chrom Deckenmontage, 26035000
3.332,00 EUR1.895,37 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Kopfbrause 35 x 1jet Axor chrom mit Brausearm, 26034000
3.510,50 EUR1.985,58 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Kopfbrause 460 1jet Axor chrom Deckenmontage, 35277000
2.713,20 EUR1.643,91 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Kopfbrause 460 1jet Axor chrom mit Brausearm eckig, 35278000
2.856,00 EUR1.657,83 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Kopfbrause 460 1jet Axor chrom mit Brausearm softcube, 35274000
2.856,00 EUR1.657,83 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Kopfbrause 460 2jet Axor chrom Deckenmontage, 35279000
3.355,80 EUR1.990,16 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Kopfbrause 460 2jet Axor chrom mit Brausearm eckig, 35280000
3.510,50 EUR2.084,84 EUR ** inkl. ges. MwSt. zzgl. Versandkosten