Amana
Daewoo
Blomberg
Beko
Bauknecht
Gaggenau
GE (General Electric )
Haier
Liebherr
LG Electronics
Maytag
Neff
Privileg
Samsung
Siemens
Whirlpool
AEG Electrolux
Gorenje
KitchenAid
Miele
Bosch
Universal Wasserfilter
Wpro
Grundig
Panasonic
Samsung Wasserfilter
Hanseatic
Küppersbusch
Elektra Bregenz
Kenmore
Comfee
var options = $('#sortMe option');
var arr = options.map(function(_, o) { return { t: $(o).text(), v: o.value }; }).get();
arr.sort(function(o1, o2) { return o1.t > o2.t ? 1 : o1.t < o2.t ? -1 : 0; });
options.each(function(i, o) {
o.value = arr[i].v;
$(o).text(arr[i].t);
});
$('#sortMe').prepend('Hersteller wählen ');
$(function(){
// bind change event to select
$('#sortMe').on('change', function () {
var url = $(this).val(); // get selected value
if (url) { // require a URL
window.location = url; // redirect
}
return false;
});
});
$('#oSearch').on('click', function(event) {
$('.search-cyt').slideToggle(400);
});
if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn03.plentymarkets.com/7uqe7kjy3ccd/plugin/20/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "LK7BY46Q5TSX8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 1);
script.setAttribute("applePayComponent", 1);
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.src = "https://cdn03.plentymarkets.com/7uqe7kjy3ccd/plugin/20/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "LK7BY46Q5TSX8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 1);
script.setAttribute("applePayComponent", 1);
}
if (typeof paypal_plenty_sdk === 'undefined' || typeof renderPayPalButtons !== 'function') {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('673ed2b8a9f95', 'paypal', 'buynow', 'rect', 'gold');
});
} else {
renderPayPalButtons('673ed2b8a9f95', 'paypal', 'buynow', 'rect', 'gold');
}