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 Armaturenkombination x 15 x, 41154000
49,33 EUR32,51 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Aufputzspülkasten Bau Keramik seitlicher Zulauf alpinweiß, 39437000
9.999,00 EUR74,30 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Auslaufventil Costa DN15 Wandmontage schwenkb. Rohrauslauf chrom, 30484001
66,94 EUR42,56 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Auslaufventil Costa neu DN15 x 1, 30098001
47,42 EUR32,51 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Außenwandventil Bausatz Eurotec DN15 mit RohrBelüfter mattchrom, 41206000
159,52 EUR111,77 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Außenwandventil Eurotec DN15 x, 41212000
138,75 EUR114,45 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Bad-set 3 In 1 Essentials cube chrom, 40777001
165,71 EUR89,50 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Bad-set 3 In 1 Essentials Supersteel, 40775DC1100,40 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Grohe Bad-set 3 In 1 Essentials x 1, 40775001
134,77 EUR71,72 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Bad-set 4 In 1 Essentials cube chrom, 40778001
232,47 EUR127,23 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Bademantelhaken Essentials cube 405 x 11 Metall chrom 405 x, 40511001
32,78 EUR22,30 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Bademantelhaken Essentials Metall chrom, 40364001
23,50 EUR17,71 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Bademantelhaken Essentials Metall Supersteel, 40364DC122,30 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Grohe Bademantelhaken Selection cube Metall chrom, 4078200039,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Grohe Badetuchhalter BauCosmopolitan x 1, 40459001
55,10 EUR30,15 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Badetuchhalter Essentials 450mm Metall Supersteel, 40688DC148,93 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- GROHE Badetuchhalter Essentials 504 mm cool sunrise, 40688GL151,96 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Grohe Badetuchhalter Essentials 800mm Metall chrom, 40386001
84,07 EUR51,45 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Badetuchhalter Essentials 800mm Metall Supersteel, 40386DC164,92 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Grohe Badetuchhalter Essentials 800mm Warm sunset gebürstet, 40386DL173,76 EUR ** inkl. ges. MwSt. zzgl. Versandkosten