hawksearch / datafeed
Hawksearch Datafeed module for Magento 2
Installs: 1 276
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.2|~8.0.0|~8.1.0|~8.2.0
- hawksearch/connector: ^2.7
- magento/magento-composer-installer: *
- magento/magento2-base: ^2.3.5|2.4.*
- dev-master
- 2.7.1
- 2.7.0
- 2.6.0
- 2.5.11
- 2.5.10
- 2.5.8
- 2.5.5
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.1
- 2.4.0
- 2.3.13
- 2.3.12
- 2.3.11
- 2.3.10
- 2.2.10
- 2.2.9
- 2.2.8
- 2.2.7
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0.4
- 2.2.0.3
- 2.2.0.2
- 2.2.0.1
- 2.2.0
- 2.1.10
- 2.1.0.9
- 2.1.0.8
- 2.1.0.7
- 2.1.0.6
- 2.1.0.5
- 2.1.0.4
- 2.1.0.2
- 2.1.0.1
- dev-hotfix/php8.3
- dev-develop
- dev-bugfix/HC-1425_magento2.4.6
- dev-m2.3
- dev-m2.1
- dev-m2.2
This package is auto-updated.
Last update: 2025-02-22 18:03:07 UTC
README
Platform Version Support
Magento Open Source: 2.3.5 - 2.4.6
Adobe Commerce: 2.3.5 - 2.4.6
Installation Instructions
Steps to install via composer:
- Update the “repositories” section of your sites “composer.json” file to include the repositories for the hawksearch modules:
"repositories": { "0": { "type": "composer", "url": "https://repo.magento.com/" }, "hawksearch.connector": { "type": "git", "url": "git@github.com:hawksearch/connector-magento-2.git" }, "hawksearch.datafeed": { "type": "git", "url": "git@github.com:hawksearch/datafeed-magento-2.git" } }
OR by using composer commands directly:
composer config repositories.hawksearch.connector git git@github.com:hawksearch/connector-magento-2.git composer config repositories.hawksearch.datafeed git git@github.com:hawksearch/datafeed-magento-2.git
- Use composer to install the module:
composer require --no-upate hawksearch/connector hawksearch/datafeed
composer update
- Complete your deployment process as usual (minimally "bin/magento setup:upgrade", see http://devdocs.magento.com/guides/v2.1/install-gde/install-quick-ref.html for reference).
- Login to your Magento Dashboard and configure the modules with instructions provided by your Hawksearch account manager.
Steps to install the hawksearch modules via zip file:
- Open https://github.com/hawksearch/connector-magento-2 and https://github.com/hawksearch/datafeed-magento-2 in a browser.
- On each page, click the “Download zip” button to download the zip files.
- Create a directory named “HawkSearch” in the Magento “app/code” directory and unzip the downloaded files in that directory.
- Rename the unzipped directories to “Datafeed” and “Proxy” respectively .
- Ensure the files have appropriate file permissions for your installation (see http://devdocs.magento.com/guides/v2.1/install-gde/install-quick-ref.html for reference).
- While logged in as the Magento filesystem owner, run the following commands in a command shell from your Magento 2 root installation directory
bin/magento module:enable –clear-static-content HawkSearch_Connector HawkSearch_Datafeed
bin/magento setup:upgrade
bin/magento cache:clean
- Login to your Magento Dashboard and configure the modules with instructions provided by your Hawksearch account manager.