Flashy's module for Magento 2+ adds tracking events (View Content, Cart Updates, Purchases, Page Views and more). Using the module all your products, orders and subscribers will be sync with the Flashy platform.
composer require flashy/magento2-integration
bin/magento module:enable --clear-static-content Flashy_Integration
bin/magento setup:di:compile
bin/magento setup:upgrade
bin/magento cache:flush
- Login to Flashy Dashboard (https://my.flashy.app/auth/signin)
- Click on account avatar located on the top-right corner (top-left if your language is Hebrew)
- On the menu click on API
- Copy the API key
- Login to Magento Admin
- From the admin menu go to Flashy -> Flashy Settings
- Set Enable to Yes
- Set Send purchase before payment to Yes
- Paste the API key you copied from Flashy Dashboard to API Key
- Save the configuration
- Clear Magento caches.