忠诚度插件 · 免费

OpenCart

OpenCart 3.x / 4.x

Classic OpenCart extension — upload via the marketplace installer or copy the admin/catalog files directly. Hooks into the order status = 'complete' event to credit points.

接入步骤

  1. 1

    Download the .zip. Inside plugins/opencart you'll find admin/ and catalog/.

  2. 2

    Extensions → Installer → upload the deakee-loyalty.ocmod.zip (we ship a packaged one in releases).

  3. 3

    Extensions → Modules → Deakee Loyalty → Install + Edit. Paste Client ID + Secret.

  4. 4

    Set the OAuth2 callback in your Deakee partner app to https://YOUR-STORE.com/index.php?route=extension/module/deakee/callback.

  5. 5

    Switch order status to 'complete' on a test order — verify points credit.

连接到 Deakee

插件需要一个 Deakee 合作伙伴 OAuth2 应用 — 几分钟在 deakee.com/partners/oauth2 创建一个。

所有交互都通过标准 OAuth2 — 用户在你店铺点"用 Deakee 登录",授权后回到你这里。

客户积分有两份:一份在你的本地数据库(你完全掌控),一份同步到他们的 Deakee 钱包。

推送积分用 /api/oauth/transfer-tokens — 凭幂等键安全重试。

不涉及区块链 / 加密货币 — 这是普通的 OAuth2 + REST,跟 Stripe Connect 一样简单。

打开 OAuth2 后台