datafeedwatch/dfwconnector-magento2

DataFeedWatch Connector for Magento 2

Installs: 4 473

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 0

Open Issues: 0

Type:magento2-module

3.3.0 2024-04-17 06:06 UTC

README

DataFeedWatch Connector for Magento 2 module is required to allow DataFeedWatch to fetch data from your store. The module works with Magento Open Source and Adobe Commerce.

Module installation

  1. First, log into the machine running your Magento shop via SSH.
  2. Then, go to the Magento home directory.
  3. Ensure the Composer is installed. To verify it, check which version you have:
    composer --version
    
  4. Fetch DataFeedWatch Connector for Magento 2:
    composer require datafeedwatch/dfwconnector-magento2
    
  5. Once the installation process has been completed, enable the module:
    bin/magento module:enable DataFeedWatch_Connector
    
  6. Finally, the clean up tasks:
    bin/magento setup:upgrade
    bin/magento cache:clean
    bin/magento setup:di:compile
    

Module update

  1. First, log into the machine running your Magento shop via SSH.
  2. Then, go to the Magento home directory.
  3. Update DataFeedWatch Connector for Magento 2:
    composer update datafeedwatch/dfwconnector-magento2
    
  4. Once the updating process has been completed, run the clean up tasks:
    bin/magento setup:upgrade
    bin/magento cache:clean
    bin/magento setup:di:compile
    

Adding Magento 2 shop to DataFeedWatch

Once you’ve installed the Magento 2 plugin, refer to our guide on how to add Magento 2 shop to your account in DataFeedWatch: https://help.datafeedwatch.com/article/783v6ihcks-adding-magento-2