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
});
}
}
});
});
- Ideal Standard mdwaschtischunterschrank Connect AIR,2Ausz. 1300x440x5 x 17mm,hellgrau gl.und matt, E0831EQ
980,56 EUR543,67 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard mdwaschtischunterschrank Connect AIR,2Ausz. 1300x440x5 x 17mm,Pinie hell Dek.und brn.matt, E0831UK
980,56 EUR543,67 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard mdwaschtischunterschrank Connect AIR,4Ausz. 1200x440x5 x 17mm braun matt und Weiß matt, E0822VY
1.286,98 EUR577,56 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard mdwaschtischunterschrank Connect AIR,4Ausz. 1200x440x5 x 17mm Eiche und Weiß matt, E0822PS
1.286,98 EUR577,56 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard mdwaschtischunterschrank Connect AIR,4Ausz. 1200x440x5 x 17mm hellgrau gl.und matt, E0822EQ
1.286,98 EUR577,56 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard mdwaschtischunterschrank Connect AIR,4Ausz. 1200x440x5 x 17mm Pinie und braun matt, E0822UK
1.286,98 EUR577,56 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard mdwaschtischunterschrank Connect AIR,4Ausz. 1200x440x5 x 17mm Weiß gl.und matt, E0822B2
1.286,98 EUR577,56 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard mdwaschtischunterschrank Connect AIR,4Ausz. 1300x440x5 x 17mm Weiß gl.und hellgrau matt, E0824KN
1.286,98 EUR597,34 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard mdwaschtischunterschrank Connect AIR,4Ausz. 1300x440x5 x 17mm Weiß gl.und matt, E0824B2
1.286,98 EUR597,34 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard mdwaschtischunterschrank Connect AIR,4Ausz. 1300x440x5 x 17mm,braun und Weiß matt, E0824VY
1.286,98 EUR597,34 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard mdwaschtischunterschrank Connect AIR,4Ausz. 1300x440x5 x 17mm,Eiche gr.Dek.und Weiß matt, E0824PS
1.286,98 EUR597,34 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard mdwaschtischunterschrank Connect AIR,4Ausz. 1300x440x5 x 17mm,hellgrau gl.und matt, E0824EQ
1.286,98 EUR597,34 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard mdwaschtischunterschrank Connect AIR,4Ausz. 1300x440x5 x 17mm,Pinie hell Dek.und brn.matt, E0824UK
1.286,98 EUR597,34 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Möbeldoppel-Waschtisch Connect air je 1340x460x165 x 1, E027201
993,41 EUR514,72 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Möbeldoppel-Waschtisch Connect air je 1340x460x165mm Weiß mit IP, E0272MA
1.088,97 EUR555,52 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Möbeldoppel-Waschtisch Tonic II je mit integr.Ül. 1215 x 170mm Weiß, K087301
1.187,74 EUR700,92 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Möbelwaschtisch Connect 600x490x175 x, E812901
350,46 EUR168,09 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Möbelwaschtisch Connect 600x490x175 x, E8129MA
446,01 EUR216,03 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Möbelwaschtisch Connect 85 x 175 x, E8127MA
579,17 EUR319,38 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Möbelwaschtisch Connect air 1040x460x165 x 1, E027401
756,01 EUR378,44 EUR ** inkl. ges. MwSt. zzgl. Versandkosten