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
});
}
}
});
});
- Ideal Standard WC-Sitz Tonic II softclosing Weiß, K706501
202,30 EUR44,77 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard WC-Sitz Tonic softclosing Weiß, K706101
243,95 EUR55,30 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard WC-Sitz venice Weiß, K703301
222,41 EUR165,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard WC-Sitz ventuno softclosing Weiß, T663801
205,87 EUR88,25 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Ideal Standard WC-Sitz ventuno Weiß, T663701
133,04 EUR117,21 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keramag Tiefspül Wand WC icon 6L Hänge WC 53cm Ausladung weiß, 204000000
399,84 EUR183,69 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keramag WC Sitz passt nur zu icon Scharniere: Metall weiß, 574120000
151,13 EUR74,43 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keramag WC Sitz passt nur zu Renova Nr.1 weiß (alpin) Din19516 Scharniere Edelstahl, 573025000
184,45 EUR107,56 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Keramag WC-Sitz Kind im Tierdesign mit Griff/Stütze gelb #573362000, 573362000
134,47 EUR49,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Modern ShApe Holzkern WC-Sitz Hochglanzlackierung antibakterielle Wirkung (weiß) schwarz, A87101
50,16 EUR25,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - ohne Novo Villeroy & Boch Wand WC Tiefspüler mit Sitz softclose inkl. Beschichtung!! 5660H1r1 hänge WC ONovo
385,56 EUR246,65 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Pagette AvOner P WC-Sitz weiß mit Absenkautomatik passend zu Keramag Renova Nr. 1 Plan, 795660202
141,30 EUR59,99 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Pagette Exklusiv WC-Sitz curry, 790821636
140,70 EUR99,86 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Pagette Exklusiv WC-Sitz pergamon, 790821672
79,20 EUR69,69 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Toilettensitz Pressalit weiß WC Deckel Toilettendeckel, 5400BY3999
119,00 EUR95,32 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Toto Germany Pagette WC-Sitz Familia mit Deckel integrierter Kindersitz und Absenkautomatik weiß, 795570102
150,75 EUR111,18 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Toto Germany WC-Sitz Exklusiv Deckel mit Edelstahl-Befestigung bahamabeige, 790821609
79,20 EUR71,40 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Toto Germany WC-Sitz Exklusiv Deckel mit Edelstahl-Befestigung moosgrün, 790821607
116,25 EUR87,72 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Toto Germany WC-Sitz Rondo Deckel mit Edelstahl-Befestigung weiß, 79468020241,60 EUR ** inkl. ges. MwSt. zzgl. Versandkosten