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
});
}
}
});
});
- Lineabeta Aufsatzwaschbecken Schale 30cm rund weiß mat, 536981.26
289,46 EUR208,05 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Lineabeta Aufsatzwaschbecken Schale 30cm rund weiß, 536981.09
260,95 EUR199,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Lineabeta Aufsatzwaschbecken Schale 45cm grau matt, 536991.17
374,02 EUR281,79 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Lineabeta Aufsatzwaschbecken Schale 45cm weiß matt, 536991.26
374,02 EUR299,99 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Lineabeta Becken aus MattstOne mit Wandhalterung Schaftventil 53971 Sifon 53922 glänzer Edelstahl mattstOne, 6622.29
393,42 EUR125,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Lineabeta canavera Waschtischunterbau 130cm aus masivem Holz Bambus natur, 81113.03
633,57 EUR520,14 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Lineabeta Design Keramikwaschbecken L Waschbecken 42cm ohne Armaturenbohrung weiß, 537081.09
313,42 EUR249,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Lineabeta Design Keramikwaschbecken Waschbecken 50cm ohne Armaturenbohrung weiß, 537091.09
389,43 EUR273,59 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Lineabeta Design Keramikwaschbecken Waschbecken 70cm ohne Hahnloch weiß, 537101.09
456,48 EUR341,21 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Lineabeta Design Keramikwaschbecken Waschbecken 70cm weiß, 53710.09
456,48 EUR341,21 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Lineabeta Druck-Ablaufgarnitur für Waschbecken Montage auf Holzplatte chrom 9cm, 53992.29
38,90 EUR29,99 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Lineabeta Eckventil 1/2 Zoll Anschluß 3/8?., 54208.29
29,10 EUR24,24 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Lineabeta Keramikbecken Waschbecken 42cm dunkel grau matt, 53708.17
379,02 EUR265,27 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Lineabeta Keramikbecken Waschbecken 42cm weiß matt, 53708.26
379,02 EUR265,27 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Lineabeta Keramikbecken Waschbecken 50cm weiß matt, 53709.26
413,17 EUR307,92 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Lineabeta Keramikbecken Waschbecken 70cm dunkel grau matt, 53710.17
506,46 EUR375,54 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Lineabeta Keramikbecken Waschbecken 70cm weiß matt, 53710.26
506,46 EUR375,54 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Lineabeta Keramikbecken Waschbecken 70cm weiß, 53725.09
611,42 EUR469,17 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Lineabeta Metallring für Waschbecken aus hochwertigem Messing chrom glänzeNd, 5398.29
31,18 EUR25,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Lineabeta Quarelo Keramik-Waschbecken weiß mit Armaturenbohrung weiß, 53706.29.09
246,31 EUR167,48 EUR ** inkl. ges. MwSt. zzgl. Versandkosten