Download the PHP package follow-the-sun/sunflow-magento2-connector without Composer
On this page you can find all versions of the php package follow-the-sun/sunflow-magento2-connector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download follow-the-sun/sunflow-magento2-connector
More information about follow-the-sun/sunflow-magento2-connector
Files in follow-the-sun/sunflow-magento2-connector
Package sunflow-magento2-connector
Short Description Follow The Sun Sunflow Connector for Magento 2
License Proprietary
Informations about the package sunflow-magento2-connector
FollowTheSun
Sunflow Magento 2 Connector
Purpose
Magento module that allows the synchronization of MAGENTO data with SUNFLOW. The synchronization is only in the direction of MAGENTO to SUNFLOW and concerns the data CUSTOMER / ORDER & CART / PRODUCT REPOSITORY
This module is compatible with MAGENTO version 2.4.7 (and above)
How to install
You can install the Sunflow Magento 2 connector by using composer :
composer require follow-the-sun/sunflow-magento2-connector
Configuration
You can configure the settings through the magento 2 admin by going to : Sunflow > Configuration
-
In the
Sunflow Configuration
section, you need to configure your API key and some required fields that can be found in your Sunflow interface. - In the
Export Configuration
section, you can configure export time and mode.
To ensure that the export works correctly, you need to make sure that your Magento 2 cron:run
command is running frequently.
The mode defines the export behavior :
- If the full mode is enabled, all entity data will be exported.
-
If the delta mode is enabled, only modified entity data since the last export will be exported (this works only for Order and Customer entity).
-
In the
FTP Configuration
section, you need to configure the FTP information. You can find them in your Sunflow interface. - A debug mode is available in
Debug
section. Logs will be stored in your<magento_root>/var/log/follow-the-sun-connector.log
file.
Available export commands
You can run export command for different entities at anytime :