NEXT DESTINATION FRA

Begrenzter Vorrat

Kategorie

Emotional

Artikelnummer

#KYR19-A104

Barcode

4024024460059

Produktabmessungen (mm)

79 x 53 x 5 (L x B x H)

Gewicht

33.0 g

PACKING UNIT

6

€14.90
Verfügbare Menge: 16

Flugbegleiter Wer viel unterwegs ist, hat ihn immer dabei. Schlüsselanhänger NEXT DESTINATION mit 3 reiselustigen Charms-Anhängern: Flugzeug, Koffer und Gepäcklabel mit Airport-Kürzel. TROIKA wünscht: Gute Reise!

Schlüsselanhänger mit 3 Reise-Anhängern, Motiv: NEXT DESTINATION "FRA", Flugzeug, Koffer und Gepäcklabel Flughafen-Kürzel Frankfurt, Metallguss, verchromt, glänzend, mehrfarbig

  • Ideal für Business-Reisen und unterwegs
  • Das perfekte Geschenk für alle Reisebegeisterten – mit Fernweh-Garantie
  • Mit 3 reiselustigen Charm-Anhängern: Flugzeug, Koffer und Gepäcklabel – Design des Dekors von Anne Rieck.
  • Befestigt an qualitativ-hochwertigem Schlüsselring – damit weder Schlüsselbund, noch Schlüsselanhänger verloren geht.
//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]); } }); } });