shopsys/product-feed-heureka-delivery

Shopsys Platform plugin interface for Heureka delivery XML product feed generation

v13.0.0 2023-10-11 20:08 UTC

This package is auto-updated.

Last update: 2024-04-26 06:38:39 UTC


README

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.