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 Wannenarmatur 5 Loch Veris Unterbau für Fliesenbankmontage, 29037000
1.001,27 EUR589,94 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Wannenarmatur Einhandmischer Allure Wandmontage eigensicher chrom, 32826000
1.229,98 EUR841,04 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Wannenarmatur Eurosmart Cosmopolitan mit Brausehalter u. Schlauch chrom, 32832000
248,17 EUR109,19 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Wanneneinlauf Allure DN20 Wandmontage Ausladung 172 mm chrom, 13264000
312,73 EUR234,94 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Wanneneinlauf Concetto Wandmontage chrom, 13280001
126,20 EUR74,56 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Wanneneinlauf Eurocube Wandmontage Ausladung 170mm chrom, 13303000
160,00 EUR92,54 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Wanneneinlauf Eurodisc C Wandmontage Ausladung 170mm chrom, 13278002
130,07 EUR76,38 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Wanneneinlauf Eurostyle C Ausladung 170mm chrom, 13276002
127,03 EUR89,25 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Wanneneinlauf Lineare Wandmontage chrom, 13383001
275,48 EUR188,65 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Wanneneinlauf Lineare Wandmontage Supersteel, 13383DC1
358,19 EUR251,53 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Zweigriff-Wannenarmatur Atrio Bodenmontage FMS Kreuz-Griff chrom, 25044003
2.740,03 EUR1.932,08 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe 2-Loch Wannenarmatur Grundkörper für Wannenrandmontage x 180, 13159180
313,21 EUR164,63 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe 3 Loch Wannenarmatur Axor Citterio Fertigmontageset für Wannenrand chrom mit Kreuzgriff, 39436000
1.190,36 EUR821,07 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe 3 Loch Wannenarmatur Axor Urquiola Fertigmontageset für Wannenrand chrom, 11436000
1.306,50 EUR930,46 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe 3-loch Wannenarmatur Grundkörper Axor für Wannenrandmontage 15 x 180, 15484180
305,95 EUR147,95 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe 3-Loch Wannenarmatur Grundkörper Axor für Wannenrandmontage sBox, 15487180
673,54 EUR330,32 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe 3-loch Wannenarmatur Grundkörper Axor für Wannenrandmontage Secubox 15 x 180, 15485180
1.112,65 EUR553,69 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe 3-loch Wannenarmatur Grundkörper für Wannenrandmontage, 13233180
236,22 EUR139,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe 3-loch Wannenarmatur Metris Fertigmontageset chrom Wannenrandmontage, 31190000
864,65 EUR605,52 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Hansgrohe 3-loch Wannenarmatur talis E F-set chrom für Wannenrandmontage, 71747000
358,67 EUR207,71 EUR ** inkl. ges. MwSt. zzgl. Versandkosten