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ültischbatterie Minta x, 31375DC0
429,89 EUR200,45 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhandmischer Spültischbatterie Concetto mittelhoch auszb. Spülbrause Supersteel, 30273DC1
514,32 EUR274,92 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhandmischer Spültischbatterie Essence herausziehbare Spülbrause chrom, 30270000
488,38 EUR279,77 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhandmischer Spültischbatterie Essence herausziehbare Spülbrause Supersteel, 30270DC0
634,92 EUR344,38 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhandmischer Spültischbatterie Essence hoher Auslauf chrom, 30269000
358,55 EUR211,40 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhandmischer Spültischbatterie Essence hoher Auslauf Supersteel, 30269DC0
466,12 EUR263,09 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhandmischer Spültischbatterie Eurocube x, 31395000
785,10 EUR492,39 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhandmischer Spültischbatterie Eurocube x, 31395DC0
1.020,66 EUR640,11 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhandmischer Spültischbatterie Minta L-Auslauf auszb. Spülbrause chrom, 30274000
463,62 EUR189,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhandmischer Spültischbatterie Minta L-Auslauf auszb. Spülbrause Supersteel, 30274DC0
602,74 EUR253,02 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel -Spültischbatterie BauLoop einlochmontage chrom, 31368000
195,34 EUR72,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel -Spültischbatterie Essence 30294 ausziehbare Profibrause chrom, 30294000
702,10 EUR374,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel -Spültischbatterie Essence ausziehbare Profibrause Supersteel, 30294DC0
912,73 EUR513,45 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel Spültisch armatur Concetto h. Asl. azb. L-Br. Grohe Zero supersteel, 32663DC3
454,94 EUR229,61 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel Spültisch armatur Concetto h. Ausl. azb. L-Brause Grohe Zero chrom, 32663003
348,97 EUR165,38 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel Spültisch armatur Concetto h. Ausl. azb.Spbr. Grohe Zero supersteel, 31483DC2
504,92 EUR227,54 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel Spültisch armatur Concetto h. Ausl. azb.Spülbrause Grohe Zero chrom, 31483002
388,59 EUR184,72 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel Spültisch armatur Concetto hoher Auslauf Grohe Zero chrom, 32661003
300,06 EUR146,49 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel Spültisch armatur Concetto hoher Auslauf Grohe Zero supersteel, 32661DC3
389,67 EUR213,54 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhebel Spültisch armatur Eurodisc C hoher Auslauf Grohe Zero chrom, 32259003
363,01 EUR185,94 EUR ** inkl. ges. MwSt. zzgl. Versandkosten