martinjandl/heureka-sortiment-report-import

HeurekaSortimentReportImport


License
MIT

Documentation

Heureka Sortiment Report Import

Package imports Heureka sortiment report in xml format.

Usage

  • Run command
    php bin/console heureka:import-report "path/to/report-file.xml" "your-shop.com"
    

Installation

  • Run composer
composer require martinjandl/heureka-sortiment-report-import
  • Add HeurekaSortimentReportImportBundle to bundles.php
...
HeurekaSortimentReportImport\HeurekaSortimentReportImportBundle::class => ['all' => true],