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
});
}
}
});
});
- Grohe Einhand Spültischbatterie Minta U-Auslauf Spülbrause hard graphite geb., 32322AL2
689,72 EUR255,60 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand Spültischbatterie Minta U-Auslauf Spülbrause warm sunset geb., 32322DL2
689,72 EUR244,51 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand Wannenbatterie Essence FMS für 35600 hard graphite, 24058A01
435,60 EUR190,83 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand Wannenbatterie Eurostyle FMS für 35600 Hebel geschlossen moon white, 24047LS3
324,87 EUR143,55 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand Wannenbatterie Eurostyle FMS für 35600 Hebel offen moon white, 24049LS3
337,84 EUR143,60 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand Wannenbatterie Plus FMS für 35600 chrom, 24060003
313,56 EUR148,20 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand Wannenbatterie Plus Wandmontage chrom, 33553003
460,65 EUR237,41 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand Waschtischbatterie Plus S-Size Push-open Ablaufgarnitur chrom, 33163003
307,08 EUR146,88 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Bidetbatterie Eurocube Joy Zugstangen-Ablaufgarnitur chrom, 23664000
452,20 EUR216,57 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Bidetbatterie Eurostyle Zugstangen-Ablaufgarnitur chrom, 33565003
226,10 EUR92,21 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Brausearmatur Atrio Wandmontage hard graphite gebürstet, 32650AL3
917,49 EUR757,07 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Brausearmatur BauEdge integr. Rückflussverhinderer chrom, 23333000
126,38 EUR61,95 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Brausearmatur Eurostyle Wandmontage chrom, 33590003
192,78 EUR101,43 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Brausearmatur Eurostyle Wandmontage moon White, 33590LS3
251,09 EUR131,87 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - GROHE Einhand-Brausebatterie Atrio Wandmontage eigensicher gegen Rückfließen cool sunrise, 32650GL3
917,49 EUR709,75 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Brausebatterie Atrio Wandmontage warm sunset, 32650DA3
917,49 EUR709,75 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Wannenarmatur BauEdge integr. Rückflussverhinderer chrom, 23334000
149,17 EUR78,75 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Wannenarmatur Eurodisc C Wandmontage eigensicher chrom, 33390002
366,70 EUR157,43 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Wannenarmatur Eurosmart C DN15 Wandmontage chrom, 32831000
204,98 EUR86,21 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Einhand-Wannenarmatur Eurostyle 335 x 1 Wandmontage moon White 335 x, 33591LS3
309,40 EUR182,03 EUR ** inkl. ges. MwSt. zzgl. Versandkosten