Zubehör

Artikelnummer Produkt Preis Mindestmenge Verfügbare Menge Status Menge
10D445 10D445 CDU KAR12 EMPTY €0.00 0 216 Verfügbar
10D446 10D446 CDU KR26-5. EMPTY €0.00 0 211 Verfügbar
10D447 10D447 CDU BIT20 EMPTY €0.00 0 215 Verfügbar
10D448 10D448 CDU CERAMUG EMPTY €0.00 0 200 Verfügbar
10I206 10I206 ECO PAPER BAG A5 €0.00 0 2555 Verfügbar
10I207 10I207 ECO PAPER BAG A4 €0.00 0 1593 Verfügbar
Verfügbar
CDU KAR12 EMPTY 10D445 €0.00
Verfügbare Menge
216
Verfügbar
CDU KR26-5. EMPTY 10D446 €0.00
Verfügbare Menge
211
Verfügbar
CDU BIT20 EMPTY 10D447 €0.00
Verfügbare Menge
215
Verfügbar
CDU CERAMUG EMPTY 10D448 €0.00
Verfügbare Menge
200
Verfügbar
ECO PAPER BAG A5 10I206 €0.00
Verfügbare Menge
2555
Verfügbar
ECO PAPER BAG A4 10I207 €0.00
Verfügbare Menge
1593
//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]); } }); } });