fusionlab-digital/skroutz-analytics

Skroutz Analytics Integration module

0.1.0 2025-02-04 00:38 UTC

This package is auto-updated.

Last update: 2025-07-04 01:47:55 UTC


README

Fusion Lab - Skroutz Analytics Extension

Magento 2 License

📌 Overview

Fusion Lab Skroutz Analytics Extension integrates Skourtz, with your Magento 2 store.

⚡ Features

🛠️ Installation

Install via Composer 2.x

We recommend to install this module via a compatible version of Composer 2.x for your Magento 2 Installtion.

See your Magento 2 Requirements here.

composer require fusionlab-digital/skroutz-analytics
php bin/magento module:enable FusionLab_SkroutzAnalytics
php bin/magento setup:upgrade
php bin/magento s:d:c
php bin/magento s:s:d {Your Themes}
php bin/magento cache:flush

Manual Installation (not recommended)

  1. This module has a dependency to FusionLab_Core which you must first install. See the github page for installation instructions.
  2. Download the module and extract it into app/code/FusionLab/SkroutzAnalytics
  3. Run the following Magento CLI commands:
php bin/magento module:enable FusionLab_SkroutzAnalytics FusionLab_Core
php bin/magento setup:upgrade
php bin/magento s:d:c
php bin/magento s:s:d {Your Themes}
php bin/magento cache:flush

How to Update.

composer update fusionlab-digital/skroutz-analytics
php bin/magento setup:upgrade
php bin/magento s:d:c
php bin/magento s:s:d {Your Themes}
php bin/magento cache:flush

🚀 Setup

Open the Admin and navigate to Menu -> FusionLab -> Skroutz

  1. Enable the Module
  2. Add your Skroutz Account Id
  3. Select product identifier (sku or id) for the products.

⚙️ Configuration Documentation

Field Area Documentation
Enable Module? General Settings Enables or Disables the functionality of the module.
Skroutz Analytics Id General Settings Your Skroutz Account Id. This is provided from Skroutz.
Product Identifier General Settings Will be used in the prodcut_id property in checkout success page. Should match the values on your XML export.

📄 License

This module is licensed under the Apache 2.0 License. See LICENSE for details.

📩 Support

For any issues, feature requests, or inquiries, please open an issue on GitHub Issues, contact us at info@fusionlab.gr, or visit our website at fusionlab.gr for more information.