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: 1 968

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 2

Open Issues: 1

Type:magento2-module

2.5.4 2023-12-05 20:33 UTC

This package is auto-updated.

Last update: 2024-05-06 05:36:54 UTC


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

  1. Login to Flashy Dashboard (https://my.flashy.app/auth/signin)
  2. Click on account avatar located on the top-right corner (top-left if your language is Hebrew)
  3. On the menu click on API
  4. Copy the API key

Enable the Magento module

  1. Login to Magento Admin
  2. From the admin menu go to Flashy -> Flashy Settings
  3. Set Enable to Yes
  4. Set Send purchase before payment to Yes
  5. Paste the API key you copied from Flashy Dashboard to API Key
  6. Save the configuration
  7. Clear Magento caches.