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 Armatur und Boiler Red Duo M-Size C-Auslauf hard graphite gebürstet, 30083AL1
1.872,46 EUR1.615,89 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Armatur und Boiler Red Duo M-Size C-Auslauf hard graphite, 30083A01
1.872,46 EUR1.198,87 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Armatur und Boiler Red Duo M-Size C-Auslauf warm sunset gebürstet, 30083DL12.012,60 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Grohe Armatur und Boiler Red Duo M-Size C-Auslauf warm sunset, 30083DA1
1.872,46 EUR1.198,87 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Armatur und Boiler Red Duo M-Size L-Auslauf hard graphite geb., 30327AL1
1.872,46 EUR1.615,89 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Armatur und Boiler Red Duo M-Size L-Auslauf warm sunset geb., 30327DL12.012,60 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Grohe Armatur und Boiler Red Duo M-Size L-Auslauf warm sunset, 30327DA1
1.872,46 EUR1.198,87 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Red Duo Armatur und Boiler L-Size C-Auslauf chrom, 30079001
1.606,50 EUR1.368,30 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Red Duo Armatur und Boiler L-Size C-Auslauf Supersteel, 30079DC1
1.847,48 EUR1.605,53 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Red Duo Armatur und Boiler L-Size L-Auslauf chrom, 30325001
1.606,50 EUR1.396,12 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Red Duo Armatur und Boiler L-Size L-Auslauf Supersteel, 30325DC1
1.847,48 EUR1.605,53 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Red Duo Armatur und Boiler M-Size C-Auslauf chrom, 30083001
1.487,50 EUR1.292,71 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Red Duo Armatur und Boiler M-Size C-Auslauf Supersteel, 30083DC1
1.710,63 EUR1.486,62 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Red Duo Armatur und Boiler M-Size L-Auslauf chrom, 30327001
1.487,50 EUR1.292,71 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Red Duo Armatur und Boiler M-Size L-Auslauf Supersteel, 30327DC1
1.710,62 EUR1.486,62 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Standventil und Boiler Red Mono L-Size C-Auslauf chrom, 30080001
1.487,50 EUR1.292,71 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Standventil und Boiler Red Mono M-Size C-Auslauf hard graphite geb., 30085AL1
1.722,70 EUR1.347,16 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Standventil und Boiler Red Mono M-Size C-Auslauf hard graphite, 30085A01
1.722,70 EUR1.098,52 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Standventil und Boiler Red Mono M-Size C-Auslauf warm sunset geb., 30085DL1
1.722,70 EUR1.347,16 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Standventil und Boiler Red Mono M-Size C-Auslauf warm sunset, 30085DA1
1.722,70 EUR1.098,52 EUR ** inkl. ges. MwSt. zzgl. Versandkosten