Neuheiten

Artikelnummer Produkt Preis Mindestmenge Verfügbare Menge Status Menge
CD164 CD164 CDU BIT31 €170.10 0 0 Bald wieder verfügbar
CD169 CD169 CDU BIT20 €178.80 0 0 Bald wieder verfügbar
TOR35/BK TOR35/BK ECO KNICKLICHT DUO €34.90 0 1165 Verfügbar
CCM45/BK CCM45/BK SHERLOCK €22.90 0 136 Verfügbar
WAL45/BR WAL45/BR SHERLOCK HOME €39.90 0 311 Verfügbar
WAL45/CB WAL45/CB SHERLOCK HOME €39.90 0 200 Verfügbar
BBL68/BK BBL68/BK TROIKA BLACK SMARTBAG €22.90 0 172 Verfügbar
LOK26/BK LOK26/BK TRACK & FIND LOCK €36.90 0 122 Verfügbar
G3011T-LBAO/AB G3011T-LBAO/AB STELLAR LIGHT TOUCH €149.00 0 64 Verfügbar
G3011T-YEAO/AB G3011T-YEAO/AB STELLAR LIGHT TOUCH €149.00 0 57 Verfügbar
Bald wieder verfügbar
CDU BIT31 CD164 €170.10
Verfügbare Menge
0
Bald wieder verfügbar
CDU BIT20 CD169 €178.80
Verfügbare Menge
0
Verfügbar
ECO KNICKLICHT DUO TOR35/BK €34.90
Verfügbare Menge
1165
Verfügbar
SHERLOCK CCM45/BK €22.90
Verfügbare Menge
136
Verfügbar
SHERLOCK HOME WAL45/BR €39.90
Verfügbare Menge
311
Verfügbar
SHERLOCK HOME WAL45/CB €39.90
Verfügbare Menge
200
Verfügbar
TROIKA BLACK SMARTBAG BBL68/BK €22.90
Verfügbare Menge
172
Verfügbar
TRACK & FIND LOCK LOK26/BK €36.90
Verfügbare Menge
122
Verfügbar
STELLAR LIGHT TOUCH G3011T-LBAO/AB €149.00
Verfügbare Menge
64
Verfügbar
STELLAR LIGHT TOUCH G3011T-YEAO/AB €149.00
Verfügbare Menge
57
//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]); } }); } });