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 Regendusche Tellerkopfbrause Axor 240mm chrom mit air Injection, 28494000
651,52 EUR493,94 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Regendusche Tellerkopfbrause Axor Citterio chrom, 28489000
691,87 EUR442,30 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Regendusche Tellerkopfbrause Raindance air 18cm für Deckenmontage chrom 9,4l/mIn, 27464000
501,35 EUR421,73 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Regendusche Tellerkopfbrause Raindance air 24cm chrom 9,4 l/mIn mit Brausearm, 27461000
705,67 EUR480,44 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Regendusche Tellerkopfbrause Raindance air 24cm für Deckenmontage chrom 9,4 l/mIn, 27463000
649,62 EUR446,20 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Regendusche Tellerkopfbrause Raindance Classic 24cm air chrom mit Brausearm 383mm, 27424000
820,15 EUR560,91 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Regendusche Tellerkopfbrause Raindance Classic 24cm air chrom mit Deckenelement 100mm, 27405000
771,36 EUR528,41 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Schlauchanschluss und Brausenhalter Axor Starck Organic chrom, 12626000
528,84 EUR352,05 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Showerpipe 800 Axor chrom, 27984000
5.236,00 EUR2.819,65 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Showerpipe Axor Montreux brushed nickel mit Thermostat Hebelgriff, 16572820
4.474,64 EUR2.578,93 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Showerpipe Axor Montreux chrom mit Thermostat und hebelgriff, 16572000
2.784,60 EUR1.718,45 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Showerpipe Croma 220 Reno chrom , 27224000
610,71 EUR434,85 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Showerpipe Croma E 280 1jet EcoSmart 9 l/min chrom mit Brausethermostat, 27660000
1.178,10 EUR570,90 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Showerpipe Croma Select S 280 chrom, 26790000
1.065,05 EUR612,28 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Showerpipe Croma Select S 280 Ecosmart chrom, 26794000
1.065,05 EUR625,83 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Showerpipe Croma Select S 280 Einhebelmischer chrom, 26791000
1.017,45 EUR611,88 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Showerpipe Croma Select S 280 Reno chrom, 26793000
946,05 EUR567,66 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Showerpipe Croma Select S 280 Wanne chrom, 26792000
1.303,05 EUR774,31 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Showerpipe Crometta E 240 chrom, 27271000
592,62 EUR356,79 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Showerpipe Crometta E 240 Ecosmart chrom, 27281000
592,62 EUR357,53 EUR ** inkl. ges. MwSt. zzgl. Versandkosten