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 Handwaschbecken Strada links 45 x 130mm Weiß mit IP, K0817MA
394,01 EUR134,15 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Handwaschbecken Strada links 450 x 270mm Weiß, K081701
298,45 EUR104,50 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Handwaschbecken Tonic II links Ablage links 460x310x140mm Weiß, K086601
243,95 EUR150,67 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Handwb. Connect space Ablage rechts 45 x 130mm Weiß, E132101
141,02 EUR72,41 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Hochschrank Connect air 1600x300x400mm,braun und Weiß matt, E0832VY
870,25 EUR434,94 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Hochschrank Connect air 1600x300x400mm,hellgrau gl.und matt, E0832EQ
870,25 EUR434,94 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Hochschrank Connect air A:links ohne rechts 1T.,1600x300x400mm,Weiß gl.und hellgr.matt, E0832KN
870,25 EUR434,94 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Hochschrank Connectair A:links ohne rechts,1T. 1600x300x400mm,Pinie hell Dek.und brn.matt, E0832UK
870,25 EUR434,94 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Hochschrank Connectair A:links ohne rechts,1T.,1600x300x400mm,Eiche gr.Dek.und Weiß matt, E0832PS
870,25 EUR434,94 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Hochschrank-Schrank Connect air ,1200x300x400mm braun und Weiß matt, E0834VY
674,14 EUR390,45 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Hochschrank-Schrank Connect air ,1200x300x400mm hellgrau gl.und matt, E0834EQ
674,14 EUR390,45 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Hochschrank-Schrank Connect air A:links ohne rechts 1T.,1200x300x400mm,Weiß gl.und hellgr.matt, E0834KN
674,14 EUR390,45 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Hochschrank-Schrank Connectair A:links ohne rechts,1T. 1200x300x400mm Eiche gr.Dek.und Weiß matt, E0834PS
674,14 EUR390,45 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Hochschrank-Schrank Connectair A:links ohne rechts,1T. 1200x300x400mm,Pinie hell Dek.und brn.matt, E0834UK
674,14 EUR390,45 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Holzkonsole Connect air für us 1200mm 1204x442x18mm braun matt und Weiß matt, E0852VY
269,65 EUR120,04 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Holzkonsole Connect air für us 1200mm 1204x442x18mm Eiche gr.Dek.und Weiß matt, E0852PS
269,65 EUR120,04 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Holzkonsole Connect air für us 1200mm 1204x442x18mm hellgrau gl.und matt, E0852EQ
269,65 EUR120,04 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Holzkonsole Connect air für us 1200mm 1204x442x18mm Weiß gl.und matt, E0852B2
269,65 EUR120,04 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Konsolenträger mit Handtuchhalter 730x415x200mm, T783867
9.999,00 EUR302,20 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Konsolenträger mit Handtuchhalter 930x415x200mm, T783767
552,16 EUR327,62 EUR ** inkl. ges. MwSt. zzgl. Versandkosten