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
});
}
}
});
});
- Geberit Betätigungsplatte OMega 30 glanzchrom/mattchr/glanzchr 115 x 1, 115.080.KH.1
181,54 EUR123,13 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Geberit Betätigungsplatte OMega 30 schwarz/glanzchrom/schwarz 115 x 1, 115.080.KM.1
159,06 EUR100,67 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Geberit Betätigungsplatte OMega 60 Glas schwarz 115 x, 115.081.SJ.1
601,70 EUR375,54 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Geberit Betätigungsplatte Omega60 Glas weiß 115 x, 115.081.SI.1
575,54 EUR375,54 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Geberit Betätigungsplatte Sigma 10 weiß/glanzchrom/weiß, 115.758.KJ.5
95,83 EUR60,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Geberit Betätigungsplatte Sigma 20 weiß / vergoldet / weiß 115 x 1, 115.882.KK.1
99,00 EUR72,42 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Geberit Betätigungsplatte Sigma 21 Glas weiß 115 x 1, 115.884.SI.1
311,46 EUR212,89 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Geberit Betätigungsplatte Sigma 30 crom gebürstet/glanzchrom/crom gebürstet 115 x 1, 115.893.KX.1
269,62 EUR155,82 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Geberit Betätigungsplatte Sigma 30 weiß / glanzchrom / weiß 115 x 1, 115.893.KJ.1
184,32 EUR125,19 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Geberit Betätigungsplatte Sigma01 schwarz glänzend RAL 9005 , 115.770.dw.5,
89,00 EUR52,24 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Geberit Betätigungsplatte Sigma60 Chrom gebürstet 115 x 1, 115.640.GH.1
454,77 EUR334,71 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Geberit Urinal-Handauslöung Sigma 01 Urinal weiß HyTouch x 116.015 x 1), 116.011.11.5
173,00 EUR156,40 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Top-ArtikelGrohe Dusch-WC Sensia Arena mit Föhn und Bidetfunktion, 39354SH1
2.907,88 EUR1.798,04 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Dusch-WC Sensia IGS Komplettanlage für Unterputz -SPK alpinweiß, 39111SH0
4.513,85 EUR3.071,06 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Uniset für Wand WC mit Spülkasten Start/Stopp oder 2 Menge, 38643001
250,67 EUR156,45 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe Wand-Tiefspül-WC Set x 1 Bau Keramik mit WC-Sitz soft close alpinweiß x, 39351000
217,83 EUR130,80 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Sitz Bau Keramik alpinweiß, 39492000
99,00 EUR39,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Sitz Bau Keramik Soft close alpinweiß, 39493000
99,48 EUR72,45 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Sitz Cube Keramik Soft close alpinweiß, 39488000
278,64 EUR134,83 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Grohe WC-Sitz Essence Keramik mit Deckel Soft Close alpinweiß, 39577000
212,53 EUR99,73 EUR ** inkl. ges. MwSt. zzgl. Versandkosten