Downloads

TROIKA Brandbook 2024

Entdecken Sie die Marke TROIKA, unsere Werte und unsere Designwelt.

TROIKA Brandbook 2024

Brandbook ansehen

Werbemittelmedien

Kataloge und Informationen für den Werbemittelhandel

B2B-Katalog Neuheiten 1-2026

TROIKA B2B-Katalog Neuheiten 1-2026

Katalog ansehen

Veredelungsbroschüre

TROIKA Veredelungsbroschüre 2025

Broschüre ansehen

Fachhandelsmedien

Aktuelle Kataloge für den Fachhandel

TROIKA Katalog 2026

TROIKA Katalog 2026

Katalog ansehen

TROIKA Globus-Kollektion 1-2026

Wählen Sie zwischen der Version mit oder ohne Preise.

Globus-Katalog

Ohne Preise

TROIKA Globus-Kollektion ohne Preise

Ohne Preise ansehen

Globus-Katalog

Mit Preisen

TROIKA Globus-Kollektion mit Preisen

Mit Preisen ansehen

//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]); } }); } });