Skip to content

[READ-ONLY] Plugin for generating heureka.cz XML product delivery feed for Shopsys Platform

License

Notifications You must be signed in to change notification settings

shopsys/product-feed-heureka-delivery

Repository files navigation

Shopsys Product Feed Heureka Delivery

Downloads

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.

Installation

The plugin is a Symfony bundle and is installed in the same way:

Download

First, you download the package using Composer:

composer require shopsys/product-feed-heureka-delivery

Register cron

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' }

How to use

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.

Contributing

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.

Support

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.