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
});
}
}
});
});
- Badewanne Acryl freistehend mit Schürze Oval weiß 190x90cm, ABHPA999
1.963,50 EUR1.589,69 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Badewanne Acryl freistehend Oval links rund weiß 180x80cm, ABHPA1006
2.374,05 EUR1.952,61 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Badewanne Acryl freistehend Oval links zulaufend weiß 170x85cm, ABHPA1013
2.314,55 EUR1.903,35 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Badewanne Acryl freistehend Oval rechts rund weiß 180x80cm, ABHPA1007
2.374,05 EUR1.952,61 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Badewanne Acryl freistehend Oval rechts zulaufend weiß 170x85cm, ABHPA1014
2.314,55 EUR1.903,35 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Badewanne Acryl freistehend Oval weiß 170x80cm, ABHPA1004
2.255,05 EUR1.855,14 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Badewanne Acryl freistehend Oval weiß 170x90cm, ABHPA1011
2.255,05 EUR1.855,14 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Badewanne Acryl freistehend Oval weiß 175x75cm, ABHPA1017
3.564,05 EUR2.930,53 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Badewanne Acryl freistehend Oval weiß 180x80cm, ABHPA1005
2.290,75 EUR1.884,07 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Badewanne Acryl freistehend Oval weiß 180x80cm, ABHPA1015
2.255,05 EUR1.855,14 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Badewanne Acryl freistehend Oval weiß 180x90cm, ABHPA1012
2.290,75 EUR1.884,07 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Badewanne Acryl freistehend Oval weiß 180x90cm, ABHPA1016
2.374,05 EUR1.952,61 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Badewanne Acryl freistehend Oval weiß 185x85cm, ABHPA1003
2.374,05 EUR1.952,61 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Badewanne Acryl freistehend Oval weiß 185x85cm, ABHPA1009
2.255,05 EUR1.855,14 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Badewanne Acryl freistehend Oval zwei Seiten rund weiß 180x80cm, ABHPA1008
2.374,05 EUR1.783,95 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Badewanne Acryl freistehend Oval zwei Seiten rund weiß 180x85cm, ABHPA1010
2.374,05 EUR1.952,61 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Badewanne Acryl freistehend Rechteck weiß 170x80cm, ABHPA1001
2.374,05 EUR1.952,61 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Badewanne Acryl freistehend Rechteck weiß 180x100cm, ABHPA1000
2.189,60 EUR1.800,52 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Badewanne Acryl freistehend Rechteck weiß 185x85cm, ABHPA1002
2.255,05 EUR1.855,14 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Badewanne freistehend mit Verkleidung weiß 185x90cmx45cm, ABHPA814
1.699,00 EUR1.086,09 EUR ** inkl. ges. MwSt. zzgl. Versandkosten