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
});
}
}
});
});
- Grohe Einhand-Spültisch-Batterie Eurosmart C mittelhoher Auslauf Supersteel, 30193DC0
241,21 EUR114,28 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Spültisch-Batterie Eurosmart C x, 30195000
363,96 EUR149,89 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Spültisch-Batterie Minta DN15 schwenkbarer U-Auslauf chrom, 32488000
382,53 EUR127,83 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Spültisch-Batterie Minta DN15 U-Auslauf Supersteel, 32488DC0
497,84 EUR199,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Spültischbatterie BauEdge schwenkbarer Rohrauslauf chrom, 31367000
195,34 EUR103,95 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Spültischbatterie Concetto ausziehbare Profibrause chrom, 31491000
583,10 EUR307,48 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Spültischbatterie Concetto ausziehbare Profibrause Supersteel, 31491DC0
758,03 EUR419,99 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Spültischbatterie Concetto mittelhoch auszb. Spülbrause chrom, 30273001
395,68 EUR223,32 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - GROHE Einhand-Spültischbatterie Essence Einlochmontage herausziehbare SpeedClean Profibrause cool sunrise gebürstet, 30294GN0
1.061,00 EUR592,44 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - GROHE Einhand-Spültischbatterie Essence Einlochmontage herausziehbare SpeedClean Profibrause cool sunrise, 30294GL0
1.061,00 EUR523,61 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Spültischbatterie Eurocube x, 31255000
350,81 EUR205,71 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Spültischbatterie Eurocube x, 31255DC0
456,13 EUR266,26 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Spültischbatterie EuroEco Special hoher Auslauf chrom, 32786000
244,60 EUR104,75 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Spültischbatterie K7 Medium mit Profibrause chrom, 31379000
954,26 EUR523,86 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Spültischbatterie K7 Medium mit Profibrause Supersteel, 31379DC0
1.241,17 EUR715,55 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Spültischbatterie Minta L-Auslauf hard graphite gebürstet, 31375AL0
513,37 EUR220,27 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Spültischbatterie Minta L-Auslauf hard graphite, 31375A00
513,37 EUR283,08 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Spültischbatterie Minta L-Auslauf warm sunset gebürstet, 31375DL0
513,37 EUR220,27 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Spültischbatterie Minta L-Auslauf warm sunset, 31375DA0
513,37 EUR283,08 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Spültischbatterie Minta x, 31375000
330,11 EUR137,50 EUR ** inkl. ges. MwSt. zzgl. Versandkosten