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-Papierhalter Essentials Authentic x 1, 40657EN1
66,16 EUR52,43 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Papierhalter Essentials cube 405 x 1, 40507001
64,32 EUR38,26 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Papierhalter Essentials Metall mit Deckel chrom, 40367001
55,63 EUR33,87 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Papierhalter Essentials Metall mit Deckel Supersteel, 40367DC144,92 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- GROHE WC-Papierhalter Essentials mit Deckel cool sunrise gebürstet, 40367GN1
44,51 EUR44,10 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - GROHE WC-Papierhalter Essentials mit Deckel cool sunrise, 40367GL1
44,51 EUR35,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Papierhalter Essentials mit Deckel hard graphite gebürstet, 40367AL150,44 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Grohe WC-Papierhalter Essentials mit Deckel hard graphite, 40367A01
44,51 EUR39,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Papierhalter Essentials mit Deckel Warm sunset gebürstet, 40367DL150,44 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Grohe WC-Papierhalter Essentials mit Deckel Warm sunset, 40367DA147,68 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- GROHE WC-Papierhalter Essentials ohne Deckel cool sunrise gebürstet, 40689GN145,89 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- GROHE WC-Papierhalter Essentials ohne Deckel cool sunrise, 40689GL159,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Grohe WC-Papierhalter Essentials ohne Deckel hard graphite gebürstet, 40689AL151,45 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Grohe WC-Papierhalter Essentials ohne Deckel hard graphite, 40689A0143,40 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Grohe WC-Papierhalter Essentials ohne Deckel Metall Supersteel, 40689DC140,92 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Grohe WC-Papierhalter Essentials ohne Deckel Warm sunset gebürstet, 40689DL143,70 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Grohe WC-Papierhalter Essentials ohne Deckel Warm sunset, 40689DA169,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Grohe WC-Papierhalter Grandera chrom, 40625000
276,26 EUR143,28 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Papierhalter Selection cube Metall mit Deckel chrom, 40781000
92,46 EUR88,15 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-set 3 In 1 Essentials chrom, 40407001
134,77 EUR72,65 EUR ** inkl. ges. MwSt. zzgl. Versandkosten