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
});
}
}
});
});
- AKeuco FeuchtPapierbox Elegance Porzellanbehälter weiß verchromt, 11667013000
210,15 EUR145,27 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - AKeuco ToilettenPapierhalter Elegance verchromt, 11660010000
115,00 EUR80,57 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keuco Abdeckplatte Edition 11 361x3x524 mm schwarz, 31320579001
114,84 EUR92,45 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keuco Abdeckplatte Edition 11 366x3x524 mm schwarz, 31320579002
114,84 EUR92,45 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keuco Abdeckplatte Edition 11 366x3x524 mm trüffel, 31320309002
114,84 EUR92,45 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keuco Abdeckplatte Edition 11 Cristallinglas 1050x3x524 mm anthrazit, 31324119000
149,46 EUR120,19 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keuco Abdeckplatte Edition 11 Cristallinglas 1050x3x524 mm schwarz, 31324579000
149,46 EUR120,19 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keuco Abdeckplatte Edition 11 Cristallinglas 1050x3x524 mm trüffel, 31324149000
149,46 EUR120,19 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keuco Abdeckplatte Edition 11 CristallinGlas 1061x3x524 mm anthrazit, 31324119001
149,46 EUR120,19 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keuco Abdeckplatte Edition 11 CristallinGlas 1061x3x524 mm schwarz, 31324579001
149,46 EUR120,19 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keuco Abdeckplatte Edition 11 CristallinGlas 1061x3x524mm trüffel, 31324149001
149,46 EUR120,19 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keuco Abdeckplatte Edition 11 CristallinGlas 1066x3x524 mm anthrazit, 31324119002
149,46 EUR120,19 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keuco Abdeckplatte Edition 11 CristallinGlas 1066x3x524 mm schwarz, 31324579002
149,46 EUR120,19 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keuco Abdeckplatte Edition 11 CristallinGlas 1066x3x524 mm trüffel, 31324149002
149,46 EUR120,19 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keuco Abdeckplatte Edition 11 Cristallinglas 1400x3x524 mm anthrazit, 31326119000
168,03 EUR135,23 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keuco Abdeckplatte Edition 11 Cristallinglas 1400x3x524 mm schwarz, 31326579000
168,03 EUR135,23 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keuco Abdeckplatte Edition 11 Cristallinglas 1400x3x524 mm trüffel, 31326149000
168,03 EUR135,23 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keuco Abdeckplatte Edition 11 CristallinGlas 1411x3x524 mm anthrazit, 31326119001
168,03 EUR135,23 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keuco Abdeckplatte Edition 11 CristallinGlas 1411x3x524 mm schwarz, 31326579001
168,03 EUR135,23 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keuco Abdeckplatte Edition 11 CristallinGlas 1411x3x524 mm trüffel, 31326149001
168,03 EUR135,23 EUR ** inkl. ges. MwSt. zzgl. Versandkosten