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();
Breite
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();
Länge
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 Urinal-Rohbauset Rapido U für man. Bet./Tectron IR Elektr. 6V/230V, 37338000
140,84 EUR97,85 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Wand-Tiefspül-WC Essence Keramik PureGuard Abgang waager. alpinweiß, 3957100H
506,46 EUR237,70 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Wand-Tiefspül-WC Euro compact alpinweiß, 3920600H
401,21 EUR213,79 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Wandanschlussbogen Relexa DN15 eigensicher mit WandbrausEh. chrom, 28679000
66,46 EUR36,66 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Wandbrausehalter Relexa verstellbar Kunststoff verchromt, 28623000
42,72 EUR28,69 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Wandhalterset Euphoria C Stick mit integ. Wandanschlussbogen chrom, 26404000
142,80 EUR56,50 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Wannenarmatur Eurostyle C 335 x 1 Wandmontage eigensicher chrom, 33591002
246,98 EUR116,09 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Waschbeckenarmatur Einhandmischer EuroEco Special Wandmontage Ausladung 256mm chrom, 32773000
336,00 EUR231,22 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Waschtisch Essence Keramik 600x485 mm PureGuard alpinweiß, 3956500H
339,98 EUR159,58 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC Betätigung Skate air Start/Stopp ohne 2 Mengen Waagerecht chrom, 38506000
83,78 EUR38,39 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC Betätigung Skate air Start/Stopp ohne 2 Mengen Waagr. alpinweiß, 38506SH0
69,50 EUR31,90 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Betätigung nova Cosmopolitan S 2-Mengen/Start &stopp Supersteel, 37601DC0
142,80 EUR115,10 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Betätigung Surf alpinweiß, 42302SH0
75,03 EUR43,44 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Papierhalter Essentials ohne Deckel Metall chrom, 40689001
49,44 EUR35,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Zweigriff-Wannenarmatur Costa 25 x 15 x 1, 25450001
156,31 EUR82,77 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Bank aus Bambus naturbelassen mit 1 Ablage für ca. 6 Paar Schuhe Sitzfläche gepolstert mit Textilgewebe in grau bezogen, 18138
101,25 EUR73,09 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Bank Gestell aus Edelstahl glänzend Sitzfläche mit schwarzem Samtgewebe bezogen gepolstert, 18581
308,94 EUR226,58 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Bank Gestell aus Edelstahl glänzend Sitzfläche mit schwarzem Samtgewebe bezogen gepolstert, 18583
308,94 EUR226,58 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Haku Bank Stahl in Edelstahloptik Sitz gepolstert Textilgewebe in vintagebraun, 18719
58,78 EUR44,99 EUR ** inkl. ges. MwSt. zzgl. Versandkosten