...
SFTP Folder is a relative path to your SFTP root directory. Files are sent to SFTP and stored in folders with names of store codes.
Data Feeds
Structure
Files generated by the module are stored in the following folder pub/media/hawksearch/feeds/<store code>
. If several stores are enabled for DataFeed module in 'Feed Stores' setting then feed files for each store will be placed in separate folder with unique <store code>
as folder name. Magento HawkSearch connector extension supports the following feed files by default:
items.txt
attributes.txt
content.txt
hierarchy.txt
timestamp.txt
For more details about Data feed files please reach out to Standard Data Feed Requirements documentation
HawkProxy Settings
General
...
This setting allows you to specify an email address that an email should go out to, once Categories have been synchronized via the cron job.
Data Feeds
Structure
Files generated by the module are stored in the following folder pub/media/hawksearch/feeds/<store code>
. If several stores are enabled for DataFeed module in 'Feed Stores' setting then feed files for each store will be placed in separate folder with unique <store code>
as folder name. Magento HawkSearch connector extension supports the following feed files by default:
items.txt
attributes.txt
content.txt
hierarchy.txt
timestamp.txt
For more details about Data feed files please reach out to Standard Data Feed Requirements documentation
Generate Data Feeds
If Magento cron is configured correctly data feeds will be generated automatically. Please make sure that “Enable Datafeed Cron Task” is enabled. The cron job interval is configured according to “Cron expression“. There is an ability to schedule datafeed generation cron job on demand. Please refer to the Schedule Feed Generation button description.
For manual datafeed generation there is a CLI command specified:
Code Block |
---|
bin/magento hawksearch:generate-feed |