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();
Breite
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();
Länge
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
});
}
}
});
});
- Haku Bank Stahl in schwarz lackiert Sitz gepolstert Textilgewebe in grau, 18519
56,82 EUR43,51 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Beistelltisch aus Floatglas grau 12 mm, 18110
198,20 EUR145,36 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Beistelltisch aus Floatglas grau 12 mm, 18111
238,25 EUR175,67 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Beistelltisch aus Klarglas 12 mm, 18708
216,23 EUR150,95 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Beistelltisch aus Metall in antikbronze lackiert Ablage aus Sicherheitsklarglas montiert, 16259
216,23 EUR158,50 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Beistelltisch aus Metall in antikbronze lackiert Ablage aus Sicherheitsklarglas montiert, 18252
147,45 EUR108,16 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Beistelltisch aus Metall in antikbronze lackiert Ablage aus Sicherheitsklarglas montiert, 18254
147,45 EUR108,16 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Beistelltisch aus schwarzem Vollstahl Ablage aus Massivholz Eiche, 18362
81,64 EUR59,92 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Beistelltisch aus schwarzem Vollstahl Ablage aus Massivholz Eiche, 18363
109,62 EUR79,25 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Beistelltisch aus Stahlrohr in chrom hochpoliert Ablage aus Sicherheitsklarglas mit Facette, 42770
179,01 EUR131,31 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Beistelltisch aus Stahlrohr in chrom hochpoliert Ablage aus Sicherheitsklarglas mit Facette, 42771
223,96 EUR164,17 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Beistelltisch aus Stahlrohr in schwarz lackiert Ablage aus Sicherheitsglas mit Motivdruck (Elefant), 17541
41,65 EUR30,06 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Beistelltisch aus Stahlrohr in schwarz lackiert Ablage aus Sicherheitsglas mit Motivdruck (Segelschiff), 18118
41,65 EUR30,06 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Beistelltisch Gestell aus Edelstahl glänzend Ablage aus schwarzem Sicherheitsglas, 18576
204,75 EUR150,29 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Beistelltisch Gestell aus Edelstahl glänzend Ablage aus Sicherheitsklarglas, 18779
193,03 EUR141,67 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Beistelltisch Gestell aus Edelstahl glänzend Ablage aus Sicherheitsklarglas, 18780
179,01 EUR125,06 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Beistelltisch Gestell aus Massivholz in weiß lackiert Ablage aus MDF in weiß lackiert, 18342
97,33 EUR70,55 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Beistelltisch Gestell aus Massivholz in weiß lackiert Ablage aus MDF in weiß lackiert, 18343
97,33 EUR70,55 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Beistelltisch Gestell aus Metall in grau pulverbeschichtet Ablage aus Sicherheitsklarglas, 17724
154,42 EUR113,25 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Beistelltisch Gestell aus Stahlrohr anthrazitfarben lackiert Ablage aus Massivholz naturbelassen und Sicherheitsklarglas, 16880
137,17 EUR98,47 EUR ** inkl. ges. MwSt. zzgl. Versandkosten