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 WC-Betätigung Skate air mattchrom, 42305P00
94,60 EUR55,58 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Betätigung Skate alpinweiß, 42303SH0
75,03 EUR59,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - GROHE WC-Betätigung Skate Cosmopolitan 2-Mengen und Start & Stopp-Betätigung 156 x 197 mm senkrechte und waagerechte Montage cool sunrise gebürstet, 38732GN0
142,74 EUR89,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - GROHE WC-Betätigung Skate Cosmopolitan 2-Mengen und Start & Stopp-Betätigung 156 x 197 mm senkrechte und waagerechte Montage cool sunrise, 38732GL0
142,74 EUR135,45 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Betätigung Skate Cosmopolitan mit Anti-Fingerprint Oberfläche, 38732BR0
148,10 EUR88,50 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Betätigung Skate Cosmopolitan mit Glasoberfläche moon White, 38845LS0
312,43 EUR210,65 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Betätigung Skate Cosmopolitan mit Glasoberfläche velvet Black, 38845KS0
312,43 EUR178,91 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - GROHE WC-Betätigung Skate Cosmopolitan S 2-Mengen und Start & Stopp-Betätigung 130 x 172 mm für kleinen Revisionsschacht senkrechte Montage cool sunrise gebürstet, 37535GN0
187,25 EUR99,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - GROHE WC-Betätigung Skate Cosmopolitan S 2-Mengen und Start & Stopp-Betätigung 130 x 172 mm für kleinen Revisionsschacht senkrechte Montage cool sunrise, 37535GL0
187,25 EUR115,03 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Betätigung Skate Cosmopolitan S 2-Mengen/Start &stopp chrom, 37535000
119,00 EUR55,42 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Betätigung Skate Cosmopolitan S 2-Mengen/Start &stopp mattchrom, 37535P00
119,00 EUR53,82 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Betätigung Skate Cosmopolitan S 2-Mengen/Start&Stopp hard graphite, 37535A00
187,25 EUR79,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Betätigung Skate mattchrom, 42303P00
94,60 EUR58,75 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Betätigung Surf chrom, 42302000
93,24 EUR30,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Betätigung Surf mattchrom, 42302P00
94,60 EUR69,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Bürstengarnitur Essentials cube 405 x 13 Wandmontage Metall chrom 405 x, 40513001
111,26 EUR61,57 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Bürstengarnitur Selection cube Glas/Metall Wandmontage chrom, 40857000129,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Grohe WC-Funkelektronik für manuelle Betätigung chrom, 38778000
956,40 EUR573,16 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-IR-Elektr. Tectron Skate man. Betät. Trafo Bluetooth-Modul chrom, 37504000
1.207,85 EUR861,68 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Papierhalter Essentials Authentic x 1, 40657001
50,87 EUR35,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten