Schlüsselanhänger

PATENT

Bald wieder verfügbar

€22.90
BIRDIE
€22.90
TREND WAVES

Bald wieder verfügbar

€24.90
DRAHTESEL
€9.90
CDU KCL81

Bald wieder verfügbar

€154.80
CDU KR21-20

Bald wieder verfügbar

€118.80
CDU 2-WAY KEY

Bald wieder verfügbar

€154.80
CDU KR23-05

Bald wieder verfügbar

€168.00
CDU KR23-10

Bald wieder verfügbar

€82.80
CDU KR21-20

Bald wieder verfügbar

€118.80
CDU CODE24

Bald wieder verfügbar

€214.80
//clear address selection during checkout $(document).ready(function() { if (window.location.pathname === '/orders/confirm_order') { $('#order_addressbook_id').val('').trigger('change'); } }); var windowLocation = window.location.href; if (windowLocation.indexOf('lvh.me') < 0 && windowLocation.indexOf('business.troika.de') < 0) { window.location.replace("https://business.troika.de" + window.location.pathname ); } //Translate extra field names $(document).ready(function () { if (window.location.pathname.startsWith('/products/view')) { const translations = { "Next goods receipt": { de: "Nächster Wareneingang", es: "Próxima recepción de mercancías", fr: "Prochaine réception de marchandises", nl: "Volgende goederenontvangst", it: "Prossimo ricevimento merci" }, "Pieces": { de: "Wareneingangsmenge", en: "Incoming qty", es: "Cant. prevista", fr: "Qté attendue", nl: "Verw. aantal", it: "Qtà prevista" }, "PACKING UNIT": { de: "Verpackungseinheit", es: "Unidad de embalaje", fr: "Unité d'emballage", nl: "Verpakkingseenheid", it: "Unità di imballaggio" } }; const lang = $('html').attr('lang')?.substring(0, 2); $('.product-info_label').each(function () { const label = $(this).text().trim(); if (translations[label] && translations[label][lang]) { $(this).text(translations[label][lang]); } }); } });