APP TOUCH by TROIKA®

Bald wieder verfügbar

Kategorie

Für das Büro

Artikelnummer

PAT01/TI

Barcode

4024023164279

Produktabmessungen (mm)

105 x 8 x 11 (L x B x H)

Gewicht

8.0 g

PACKING UNIT

4

€12.50
Verfügbare Menge: 0

Schreiben im 21. Jahrhundert! TROIKA präsentiert mit APP TOUCH eine neue Generation Stifte für iPad, iPhone und jeden Touchscreen. APP TOUCH clickt pixelgenau, macht elektronische Notizen, Unterschriften, etc. Mattes Lightweight- Aluminium mit Gummispitze und Clip. TROIKA Design: APP TOUCH by TROIKA®

Stylus für Touchscreens, Metallclip, Gravur "APP TOUCH by TROIKA®", abnehmbarer Deckel, Aluminium, matt, grau

  • Handlicher Stylus-Stift für die Hemdtasche, die Jackentasche
  • Erleichtert das Eingeben auf Smartphones oder Tablets
  • Eingabestift für iPad, iPhone und andere Tablet PCs mit Touchscreen – Design von der TROIKA Design Werkstatt.
  • Ansprechendes Design und hohe Qualität.
//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]); } }); } });