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 Waschtischunterschrank Connect air 500 x 12x400mm braun matt und Weiß matt, E0846VY
600,59 EUR314,91 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Waschtischunterschrank Connect air 500 x 12x400mm Eiche gr.Dek.und Weiß matt, E0846PS
600,59 EUR314,91 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Waschtischunterschrank Connect air 500 x 12x400mm hellgrau gl.und matt, E0846EQ
600,59 EUR314,91 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Waschtischunterschrank Connect air 500 x 12x400mm hellgrau gl.und matt, E0847EQ
649,62 EUR325,50 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Waschtischunterschrank Connect air 500 x 12x400mm Weiß gl.und hellgrau matt, E0846KN
600,59 EUR314,91 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Waschtischunterschrank Connect air 500 x 12x400mm Weiß gl.und matt, E0846B2
600,59 EUR314,91 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Waschtischunterschrank Connect air 585x412x400mm Pinie hell Dek.und brn.matt, E0847UK
649,62 EUR325,50 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Waschtischunterschrank Connect air 585x412x400mm Weiß gl.und hellgrau matt, E0847KN
649,62 EUR325,50 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Waschtischunterschrank Connect air 585x412x400mm Weiß gl.und matt, E0847B2
649,62 EUR325,50 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Waschtischunterschrank Connect air 600x440x517mm braun matt und Weiß matt, E0826VY
600,59 EUR350,21 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Waschtischunterschrank Connect air 600x440x517mm hellgrau gl.und matt, E0826EQ
600,59 EUR350,21 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Waschtischunterschrank Connect air 600x440x517mm Pinie hell Dek.und brn.matt, E0826UK
600,59 EUR350,21 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Waschtischunterschrank Connect air 600x440x517mm Weiß gl.und hellgrau matt, E0826KN
600,59 EUR350,21 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Waschtischunterschrank Connect air 600x440x517mm Weiß gl.und matt, E0826B2
600,59 EUR350,21 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Waschtischunterschrank Connect air 800x440x517mm braun matt und Weiß matt, E0827VY
686,39 EUR386,22 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Waschtischunterschrank Connect air 800x440x517mm Eiche gr.Dek.und Weiß matt, E0827PS
686,39 EUR386,22 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Waschtischunterschrank Connect air 800x440x517mm hellgrau gl.und matt, E0827EQ
686,39 EUR386,22 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Waschtischunterschrank Connect air 800x440x517mm Pinie hell Dek.und brn.matt, E0827UK
686,39 EUR386,22 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Waschtischunterschrank Connect air 800x440x517mm Weiß gl.und hellgrau matt, E0827KN
686,39 EUR386,22 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Waschtischunterschrank Connect air 800x440x517mm Weiß gl.und matt, E0827B2
686,39 EUR386,22 EUR ** inkl. ges. MwSt. zzgl. Versandkosten