spirit-digital-agency / magento2-skroutz-order-tracking
Track and filter orders coming to your Magento 2 store via Skroutz.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.1.3||~7.2.0||~7.3.0||~7.4.0
- magento/framework: >100.0
This package is auto-updated.
Last update: 2025-04-20 18:19:27 UTC
README
Track and filter orders coming to your online store via Skroutz.
This module provides additional information for orders placed on the Magento 2 store by customers that came from Skroutz.
- Easily identify Skroutz orders in admin panel through a distinctive label
- Ability to filter Skroutz orders
- Compatible with Magento 2.3.x and Magento 2.4.x
The module is available from the Github repo .
NOTE: This module requires an active integration with Skroutz Analytics in order to be able to distinguish skroutz orders. We recommend Magento 2 Skroutz Analytics Integration module.
Installation
Install via composer (recommended)
We recommend you to install Spirit_SkroutzOrderTracking module via composer. It is easy to install, update and maintain.
Run the following command in Magento 2 root folder.
Install
composer require spirit-digital-agency/magento2-skroutz-order-tracking
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
Upgrade
composer update spirit-digital-agency/magento2-skroutz-order-tracking
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
Manual
If you don't want to install via composer, you can use this way.
-
Download the latest version here
-
Extract
master.zip
file toapp/code/Spirit/SkroutzOrderTracking
. You should create a folder pathapp/code/Spirit/SkroutzOrderTracking
if not exist. -
Go to Magento root folder and run upgrade command line to install
Spirit_SkroutzOrderTracking
:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
Setup
There are no configuration options for this module.
Author
Name: Spirit Digital Agency
Email: support@spirit.com.gr
Release Date: 23 - 04 - 2022