Schlüsselanhänger

Artikelnummer Produkt Preis Mindestmenge Verfügbare Menge Status Menge
KR19-06/BK KR19-06/BK WANDERFREUND €14.90 0 1165 Verfügbar
KR20-05/MA KR20-05/MA GISELA €16.00 0 1427 Verfügbar
KR21-01/CH KR21-01/CH WELCOME BABY €14.90 0 726 Verfügbar
KR21-02/GM KR21-02/GM WILD HORSE €12.90 0 1567 Verfügbar
KR21-06/BK KR21-06/BK CAMPING €14.90 0 323 Verfügbar
KR21-07/CH KR21-07/CH PINGUIN & PINGU €9.90 0 281 Verfügbar
KR22-06/BK KR22-06/BK RUCKSACK €14.90 0 725 Verfügbar
KR22-10/CH KR22-10/CH FOOTBALL €14.00 0 558 Verfügbar
KR22-20/CH KR22-20/CH BOB €17.90 0 389 Verfügbar
KR22-68/CH KR22-68/CH SMALL PEACE €18.00 0 21 Verfügbar
Verfügbar
WANDERFREUND KR19-06/BK €14.90
Verfügbare Menge
1165
Verfügbar
GISELA KR20-05/MA €16.00
Verfügbare Menge
1427
Verfügbar
WELCOME BABY KR21-01/CH €14.90
Verfügbare Menge
726
Verfügbar
WILD HORSE KR21-02/GM €12.90
Verfügbare Menge
1567
Verfügbar
CAMPING KR21-06/BK €14.90
Verfügbare Menge
323
Verfügbar
PINGUIN & PINGU KR21-07/CH €9.90
Verfügbare Menge
281
Verfügbar
RUCKSACK KR22-06/BK €14.90
Verfügbare Menge
725
Verfügbar
FOOTBALL KR22-10/CH €14.00
Verfügbare Menge
558
Verfügbar
BOB KR22-20/CH €17.90
Verfügbare Menge
389
Verfügbar
SMALL PEACE KR22-68/CH €18.00
Verfügbare Menge
21
//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]); } }); } });