flashy / magento2-integration
Flashy's module for Magento 2+ adds tracking events View Content, Cart Updates, Purchases, Page Views and more and make sure everything is in sync with the Flashy platform.
Installs: 4 035
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.1||^8.1
- ext-json: *
- flashy/flashy-php: *
README
Features
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.
Installation
Step 1 - Install the module via composer
composer require flashy/magento2-integration
Step 2 - Enable the module
bin/magento module:enable --clear-static-content Flashy_Integration
bin/magento setup:di:compile
bin/magento setup:upgrade
bin/magento cache:flush
Step 3 - Configuration
Get Flashy API Key
- 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
Enable the Magento module
- 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.