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
});
}
}
});
});
- Villeroy & Boch Aufsatzwaschtisch Loop & Friends 380mmdurchmesser Weiß Alpin, 51480101
515,27 EUR314,30 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Aufsatzwaschtisch Loop & Friends 430mmdurchmesser Weiß Alpin, 51440001
508,13 EUR308,20 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Aufsatzwaschtisch Loop & Friends 430mmdurchmesser Weiß Alpin, 51440101
547,40 EUR333,11 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Aufsatzwaschtisch Loop & Friends 514800 380mmdurchmesser Weiß Alpin, 51480001
476,00 EUR289,38 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Aufsatzwaschtisch Loop & Friends 585x380mm Weiß Alpin, 51510001
597,38 EUR361,60 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Aufsatzwaschtisch Loop & Friends 585x380mm Weiß Alpin, 51540001
597,38 EUR361,60 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Aufsatzwaschtisch Loop & Friends 585x380mm Weiß Alpin, 51540101
636,65 EUR386,52 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Aufsatzwaschtisch Loop & Friends 630x430mm Weiß Alpin, 51511001
614,04 EUR373,30 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Aufsatzwaschtisch Loop & Friends 630x430mm Weiß Alpin, 51511101
653,31 EUR398,21 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Eckwaschbecken Omnia compact Schenkellänge 42cm weiß alpIn mit CeramikPlusbeschichtungi, 732740R1
302,26 EUR184,11 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Eckwaschbecken Subway Breite 32cm Schkl. Hahnloch durchgest weiß, 731945R1
330,82 EUR200,89 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Einbauwaschtisch Loop & Friends 390mmdurchmesser Weiß Alpin, 61403901
291,55 EUR177,49 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Einbauwaschtisch Loop & Friends 510x340mm Weiß Alpin, 61451001
367,71 EUR224,28 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Einbauwaschtisch Loop & Friends 614045 450mmdurchmesser Weiß Alpin, 61404501
324,87 EUR197,84 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Einbauwaschtisch Loop & Friends 660x470mm Weiß Alpin, 61553001
474,81 EUR288,87 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Einbauwaschtisch Loop & Friends 675x450mm Weiß Alpin, 61452001
474,81 EUR288,87 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Einbauwaschtisch Novo 560x405mm , 41615601
142,80 EUR88,49 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Einbauwaschtisch ohne Novo 416156 560x405mm mittl Hl. durchgest mit Ül. weiß c, 416156R1
232,05 EUR142,41 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Halbeinbau-Aufsatzwaschtisch Venticello 550x360mm Weiß AlpIn C+, 411355R1
505,75 EUR264,89 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Halbeinbau-Aufsatzwaschtisch Venticello 550x360mm Weiß Alpin, 41135501
416,50 EUR228,83 EUR ** inkl. ges. MwSt. zzgl. Versandkosten