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 Ablaufventil Axor Waschtischmischer und Bidetmischer DN32 chrom 500 x, 51302000
124,36 EUR59,93 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Ablaufventil Waschtischmischer und Bidetmischer DN32 chrom, 94139000
75,56 EUR50,99 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Bidetmischer 100 Axor Montreux brushed nickel, 16526820
914,16 EUR567,48 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Bidetmischer 100 Axor Montreux chrom, 16526000
568,82 EUR374,43 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Bidetmischer 100 talis S chrom Hansgrohe talis S BDM m Ablauf, 72200000
236,81 EUR131,76 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Bidetmischer 100 talis Select S chrom Hansgrohe talis Select S BDM chrom, 72202000
309,40 EUR230,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Bidetmischer 70 Logis chrom, 71204000
107,10 EUR67,20 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Bidetmischer Axor Citterio 90mm chrom, 39210000
751,13 EUR517,59 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Bidetmischer Axor Citterio E chrom, 36120000
520,03 EUR350,98 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Bidetmischer Axor Citterio E hebelgriff chrom, 36121000
470,05 EUR315,81 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Bidetmischer Axor Citterio M chrom , 34210000
430,18 EUR313,43 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Bidetmischer Axor Edge chrom , 46210000
1.467,27 EUR780,22 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Bidetmischer Axor Edge Diamantschliff chrom, 46211000
1.613,64 EUR817,37 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Bidetmischer Axor MyEdition chrom , 47210000
1.356,60 EUR702,75 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Bidetmischer Axor MyEdition schwarz/chrom, 47210600
1.356,60 EUR702,75 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Bidetmischer Axor Starck chrom, 10211000
603,09 EUR392,68 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Bidetmischer Axor Starck hebelgriff chrom, 10214000
356,17 EUR215,51 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Bidetmischer Axor Uno Bügelgriff chrom, 38211000
565,25 EUR322,48 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Bidetmischer Axor Uno Bügelgriff chrom, 45200000
559,30 EUR322,48 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe Bidetmischer Axor Uno Bügelgriff nickel gebürstet, 38211820
847,88 EUR483,74 EUR ** inkl. ges. MwSt. zzgl. Versandkosten