Plugin for Shopsys Platform responsible for generating XML product delivery feed for Heureka.
For detailed information about the feed see official documentation.
This repository is maintained by shopsys/shopsys monorepo, information about changes is in monorepo CHANGELOG.md.
The plugin is a Symfony bundle and is installed in the same way:
First, you download the package using Composer:
composer require shopsys/product-feed-heureka-delivery
For the bundle to download Heureka categories each day you need to add cron to your config/services/cron.yaml
if it is not present yet:
Shopsys\ProductFeed\HeurekaBundle\Model\HeurekaCategory\HeurekaCategoryCronModule:
tags:
- { name: shopsys.cron, hours: '3', minutes: '0', readableName: 'Download Heureka categories' }
You should see the new feed immediately after installation in the administration feed list. All output XML files will be automatically generated by a cron module or they can be generated manually in administration when logged as superadmin.
Thank you for your contributions to Shopsys Product Feed Heureka Delivery package. Together we are making Shopsys Platform better.
This repository is READ-ONLY. If you want to report issues and/or send pull requests, please use the main Shopsys repository.
Please, check our Contribution Guide before contributing.
What to do when you are in troubles or need some help? The best way is to join our Slack.
If you want to report issues, please use the main Shopsys repository.