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
});
}
}
});
});
- Duravit Viu Waschtisch Weiß Hochglanz 730 mm , 2344730000
654,50 EUR325,21 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Duravit Viu Waschtisch Weiß Hochglanz 730 mm , 23447300001
756,84 EUR380,76 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Duravit Viu Waschtisch Weiß Hochglanz 830 mm , 2344830000
773,50 EUR385,13 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Duravit Viu Waschtisch Weiß Hochglanz 830 mm , 23448300001
875,84 EUR440,69 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Aufsatzschale Cube Keramik 40cm PureGuard alpinweiß, 3948200H
289,71 EUR133,54 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Aufsatzschale Cube Keramik 500 x, 3948100H
326,89 EUR150,67 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Aufsatzschale Essence Keramik 450x450 mm PureGuard alpinweiß, 3960900H
509,92 EUR203,46 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Aufsatzschale Essence Keramik 600x400 mm PureGuard alpinweiß, 3960800H
764,87 EUR251,33 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Aufsatzspülkasten Essence Keramik Anschluss seitlich alpinweiß, 39578000
318,80 EUR157,09 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Aufsatzspülkasten Essence Keramik Anschluss von unten alpinweiß, 39579000
318,80 EUR157,09 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Möbelwaschtisch Essence Keramik 1000x460 mm PureGuard alpinweiß, 3956600H
800,39 EUR375,67 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Möbelwaschtisch Essence Keramik 600x460 mm PureGuard alpinweiß, 3956800H
393,12 EUR184,52 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Möbelwaschtisch Essence Keramik 800x460 mm PureGuard alpinweiß, 3956700H
573,70 EUR269,29 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Top-ArtikelGrohe Waschtisch 60cm mit Eurosmart Armatur, 39641000
379,49 EUR177,87 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Möbeldoppelwaschtisch Connect air je 1240x460x165 x 1, E027301
993,41 EUR514,72 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard Möbeldoppelwaschtisch Connect air, je 1240x460x165mm,Weiß mit IP, E0273MA
1.088,97 EUR555,52 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keramag Waschbecken icon 60x48,5cm Keratect weiß(alpin), 124060600
362,95 EUR178,53 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keramag Waschbecken icon 60x48,5cm weiß(alpin) LA, 124060000
271,32 EUR132,13 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keramag Waschbecken icon 90x48,5cm weiß(alpin), 124090000
680,68 EUR330,97 EUR ** inkl. ges. MwSt. zzgl. Versandkosten