Schlüsselanhänger

Artikelnummer Produkt Preis Mindestmenge Verfügbare Menge Status Menge
KR25-02/CH KR25-02/CH SCHÖNEN URLAUB €14.90 0 646 Verfügbar
KR25-03/BK KR25-03/BK GAMING €14.90 0 1064 Verfügbar
KR25-04/GO KR25-04/GO CLEOPATRA €14.90 0 687 Verfügbar
KR25-07/GO KR25-07/GO GOLDEN STAR €12.90 0 1011 Verfügbar
KR25-08/MA KR25-08/MA SPINNING PANDA €17.90 0 1143 Verfügbar
KR25-09/MA KR25-09/MA MOUNTAIN BIKE €17.90 0 686 Verfügbar
KR25-11/MA KR25-11/MA ROSE €17.90 0 857 Verfügbar
KR26-01/CH KR26-01/CH ROBBY €12.90 0 1168 Verfügbar
KR26-02/CH KR26-02/CH WINTERSPORT €12.90 0 1643 Verfügbar
KR26-03/CH KR26-03/CH BBQ €12.90 0 1333 Verfügbar
Verfügbar
SCHÖNEN URLAUB KR25-02/CH €14.90
Verfügbare Menge
646
Verfügbar
GAMING KR25-03/BK €14.90
Verfügbare Menge
1064
Verfügbar
CLEOPATRA KR25-04/GO €14.90
Verfügbare Menge
687
Verfügbar
GOLDEN STAR KR25-07/GO €12.90
Verfügbare Menge
1011
Verfügbar
SPINNING PANDA KR25-08/MA €17.90
Verfügbare Menge
1143
Verfügbar
MOUNTAIN BIKE KR25-09/MA €17.90
Verfügbare Menge
686
Verfügbar
ROSE KR25-11/MA €17.90
Verfügbare Menge
857
Verfügbar
ROBBY KR26-01/CH €12.90
Verfügbare Menge
1168
Verfügbar
WINTERSPORT KR26-02/CH €12.90
Verfügbare Menge
1643
Verfügbar
BBQ KR26-03/CH €12.90
Verfügbare Menge
1333
//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]); } }); } });