emarsys/loyalty-wallet

Emarsys Loyalty Wallet Extension

Installs: 1 277

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.7 2021-02-17 14:31 UTC

This package is auto-updated.

Last update: 2024-04-17 21:45:52 UTC


README

The Emarsys Loyalty Wallet is a full solution to a Loyalty program embedded in your website with very minimal javaScript. It provides the UI as well as everything else required to pull and push data to the Loyalty backend servers.

https://help.emarsys.com/hc/en-us/articles/360002736118-Installing-the-Loyalty-Wallet

Magento Setup

Manually

  • create folder app/code/Emarsys/LoyaltyWallet/
  • cd app/code/Emarsys/LoyaltyWallet/
  • git clone https://github.com/romastepa/emarsys-loyalty-wallet.git .

Composer

  • composer require emarsys/loyalty-wallet

from magento root folder

  • bin/magento module:enable Emarsys_LoyaltyWallet
  • bin/magento setup:upgrade
  • bin/magento setup:di:compile
  • bin/magento cache:c

Release Notes

v1.0.7

  • added csp_whitelist.xml
  • added Plan Id, Country, Currency, Language

v1.0.6

  • contactId and customerId fixes

v1.0.5

  • code style fixes

v1.0.4

  • added Exclusive Access
  • code style fixes

v1.0.3

  • added Exclusive Access
  • code style fixes