Kategorien
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 630x430mm Weiß Alpin, 51511101
653,31 EUR398,21 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Befestigungsrahmen Kollektionsübergreifendes Zubehör, 99530000
189,21 EUR134,90 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Befestigungssatz Kollektionsübergreifendes Zubehör, 99610000
41,65 EUR34,21 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Befestigungssatz Kollektionsübergreifendes Zubehör, 99700000
41,65 EUR34,21 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Bidet ohne Novo 360x560mm Hl. durchgest mit Ül. weiß, 54600001
296,31 EUR131,66 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Combi-Pack ohne Novo 360 x 490 mm Weiß mit CeramicPlus, 5688HRR1
446,25 EUR281,24 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Combi-Pack ohne Novo 360 x 490 mm Weiß, 5688HR01
357,00 EUR184,95 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Combi-Pack ohne Novo Weiß Alpin, 5688H101
315,35 EUR203,43 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Doppelspülbecken ohne Novo/Omnia Pro mit Überlauf 795x220x500mm weiß alpin, ohne Befestigingsmaterial! 63310001
762,79 EUR462,30 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Doppelspülbecken ohne Novo/Omnia Pro mit Überlauf 895x220x550mm weiß alpin, 63320001 ohne Befestigingsmaterial!
1.013,88 EUR614,86 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch DoppelSpülbecken Omnia Pro 90x55cmx22cm weiß alpIn mit CeramikPlusbeschichtung ohne Befestigingsmaterial!, 633200R1
1.103,13 EUR668,78 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Eck-Handwaschbecken ohne Novo Schenkellänge 415mm weiß alpin, 73274001
213,01 EUR130,19 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Eck-Handwaschbecken Subway2.0 320mmschenkellänge Weiß Alpin, 73194501
241,57 EUR146,97 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Einbauwaschbecken Hommage 3 Lochbohrung 63x5 x, 7102A1R1
899,64 EUR571,26 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Einbauwaschbecken Loop & Friends 50x36cm weiß alpIn mit CeramikPlusbeschichtung, 615510R1
456,96 EUR278,19 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Einbauwaschbecken Loop & Friends 51x34cm weiß alpIn mit CeramikPlusbeschichtungi, 614510R1
456,96 EUR278,19 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Einbauwaschbecken Loop & Friends 57x41cm weiß alpIn mit CeramikPlusbeschichtungi, 615520R1
527,17 EUR319,89 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Einbauwaschbecken Loop & Friends 60x40cm weiß alpIn mit CeramikPlusbeschichtung, 614500R1
527,17 EUR399,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Einbauwaschbecken Loop & Friends 66x47cm weiß alpIn mit CeramikPlusbeschichtungi, 615530R1
564,06 EUR342,77 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Einbauwaschbecken Loop & Friends LA 68x45cm weiß alpIn mit C+, 614520R1
564,06 EUR342,77 EUR ** inkl. ges. MwSt. zzgl. Versandkosten