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 Urinal Subway 35x59cmx33cm Zulauf verdeckt weiß alpIn mit CeramikPlusbeschichtung 7, 751300R1
603,33 EUR365,67 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Vario-Abflussbogen Kollektionsübergreifendes Zubehör, 87010000
119,00 EUR85,06 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Vario-Abflussbogen Kollektionsübergreifendes Zubehör, 87110000
119,00 EUR85,06 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch WC Tiefspüler (ohne Deckel) Hommage hänge WC 37x60cm weiß alpIn mit CeramikPlusbeschichtung, 6661B0R1
738,99 EUR469,92 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch WC Tiefspüler (ohne Deckel) Wand WC Subway weiß mit Beschichtung, 660010R1
524,79 EUR318,37 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy & Boch Zuflussverbinder Kollektionsübergreifendes Zubehör, 99330000
53,55 EUR41,85 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy + Boch Absaug-Urinal Architectura 325x680x355 Weiß AlpIn CeramicPlus, 558600R1
750,89 EUR455,18 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy + Boch Absaug-Urinal Architectura 325x680x355 Weiß AlpIn CeramicPlus, 558700R1
750,89 EUR455,18 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy + Boch Absaug-Urinal Architectura 325x680x355 Weiß Alpin, 55860001
661,64 EUR401,26 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy + Boch Absaug-Urinal Architectura 325x680x355 Weiß Alpin, 55870001
661,64 EUR401,26 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy + Boch Combi-Pack Omnia architectura Weiß Alpin, 5684HR01
497,42 EUR188,09 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy + Boch Nicht verschließbares Ventil Zubehör verchromt, 87989061
73,78 EUR54,56 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy + Boch Ringsitz Kollektionsübergreifendes Zubehör Weiß Alpin, 9M636101
154,70 EUR101,51 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy + Boch ViChange Siphonkartusche Kollektionsübergreifendes Zubehör, 87061000
335,58 EUR225,41 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy + Boch ViChange Siphonkartusche Kollektionsübergreifendes Zubehör, 87062000
38,08 EUR32,69 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy&Boch Befestigungselement für Haltegriffe ViConnect 310x1150x55mm, 92198300
241,57 EUR170,98 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy&Boch Befestigungselement für Haltegriffe ViConnect 310x1150x55mm, 92210900
241,57 EUR170,98 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy&Boch Bidet Avento 370x530mm mit Überlauf wandhängend Weiß Alpin C+, 540500R1
550,97 EUR321,94 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy&Boch Bidet Avento 370x530mm mit Überlauf wandhängend Weiß Alpin, 54050001
458,15 EUR216,30 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Villeroy&Boch Bidet Finion 375x560mm mit Überlauf wandhängend Weiß Alpin CeramicPlus, 446500R1
924,63 EUR589,83 EUR ** inkl. ges. MwSt. zzgl. Versandkosten