Emotional

Artikelnummer Produkt Preis Mindestmenge Verfügbare Menge Status Menge
KR23-12/CH KR23-12/CH BOXEN €12.90 0 625 Verfügbar
KR23-13/CH KR23-13/CH JETSETTER €14.90 0 2071 Verfügbar
KR24-01/CH KR24-01/CH CROWN €12.90 0 981 Verfügbar
KR24-02/BK KR24-02/BK E-BIKE €14.90 0 1099 Verfügbar
KR24-03/CH KR24-03/CH YELLOW DUCK €12.90 0 203 Verfügbar
KR24-04/CH KR24-04/CH FROSCHKÖNIG €14.90 0 1835 Verfügbar
KR24-06/GM KR24-06/GM BUDDY €17.90 0 1391 Verfügbar
KR24-07/GY KR24-07/GY KOALA BABY €12.90 0 4 Begrenzter Vorrat
KR24-08/CH KR24-08/CH PUMPS €17.90 0 2275 Verfügbar
KR24-09/BK KR24-09/BK NEVER GIVE UP €17.90 0 562 Verfügbar
Verfügbar
BOXEN KR23-12/CH €12.90
Verfügbare Menge
625
Verfügbar
JETSETTER KR23-13/CH €14.90
Verfügbare Menge
2071
Verfügbar
CROWN KR24-01/CH €12.90
Verfügbare Menge
981
Verfügbar
E-BIKE KR24-02/BK €14.90
Verfügbare Menge
1099
Verfügbar
YELLOW DUCK KR24-03/CH €12.90
Verfügbare Menge
203
Verfügbar
FROSCHKÖNIG KR24-04/CH €14.90
Verfügbare Menge
1835
Verfügbar
BUDDY KR24-06/GM €17.90
Verfügbare Menge
1391
Begrenzter Vorrat
KOALA BABY KR24-07/GY €12.90
Verfügbare Menge
4
Verfügbar
PUMPS KR24-08/CH €17.90
Verfügbare Menge
2275
Verfügbar
NEVER GIVE UP KR24-09/BK €17.90
Verfügbare Menge
562
//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]); } }); } });