1067954993696428
const isConsentGranted = require('isConsentGranted'); const addConsentListener = require('addConsentListener'); if (!isConsentGranted('ad_storage')) { let wasCalled = false; addConsentListener('ad_storage', (consentType, granted) => { if (wasCalled) return; wasCalled = true; const cookies = getMyCookies(); sendFullPixel(cookies); }); }
top of page

Loyalty Program

Punkte sammeln und Prämien erhalten

  1. 01

    Registrieren

    • Jetzt als Mitglied registrieren, um am Treueprogramm teilzunehmen.

  2. 02

    Punkte sammeln

    • Purchase a product

      10 Punkte pro $1 Umsatz

    • Sign up to the site

      40 Punkte

  3. 03

    Prämien erhalten

    • APPRCITE001

      50 Punkte = 50 % Rabatt auf alle Produkte

    • 10% off all products

      10 Punkte = 10 % Rabatt auf den günstigsten Artikel im Warenkorb

bottom of page