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

ポイントを獲得して特典に引き換えましょう

  1. 01

    新規登録

    • サイト会員登録をして、特典プログラムをお楽しみください。

  2. 02

    ポイントを獲得

    • Purchase a product

      利用額$1ごとに10ポイント付与

    • Sign up to the site

      40ポイント獲得

  3. 03

    特典に引き換え

    • APPRCITE001

      50ポイント = 50%オフ :すべてのストア商品が対象

    • 10% off all products

      10ポイント = 10%オフ カート内の最も安いアイテム

bottom of page