Tools

Artikelnummer Produkt Preis Mindestmenge Verfügbare Menge Status Menge
TBG30/BK TBG30/BK TOOL BAG €24.90 0 37 Verfügbar
TOL41/GY TOL41/GY ARBEITSGERÄT €44.90 0 2049 Verfügbar
TOL42/GY TOL42/GY ARBEITSGERÄT mini €29.90 0 1906 Verfügbar
TOL45/GY TOL45/GY FIRE TOOL 14 €39.90 0 2665 Verfügbar
TOL46/GY TOL46/GY RUCKSACK TOOL €27.90 0 1966 Verfügbar
Verfügbar
TOOL BAG TBG30/BK €24.90
Verfügbare Menge
37
Verfügbar
ARBEITSGERÄT TOL41/GY €44.90
Verfügbare Menge
2049
Verfügbar
ARBEITSGERÄT mini TOL42/GY €29.90
Verfügbare Menge
1906
Verfügbar
FIRE TOOL 14 TOL45/GY €39.90
Verfügbare Menge
2665
Verfügbar
RUCKSACK TOOL TOL46/GY €27.90
Verfügbare Menge
1966
//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]); } }); } });