Installation
Required Bundles
This bundle depends on two other bundles that need to be installed first:
Installation Process
For Pimcore >= 10.5
To install Datahub Productsup for Pimcore 10.5 or higher, follow the three steps below:
- Install the required dependencies:
composer require pimcore/data-hub-productsup
- Make sure the bundle is enabled in the
config/bundles.php
file. The following lines should be added:
use Pimcore\Bundle\DataHubProductsupBundle\PimcoreDataHubProductsupBundle;
// ...
return [
// ...
// make sure that the required bundles are added before to that list
// ...
PimcoreDataHubProductsupBundle::class => ['all' => true],
// ...
];
- Install the bundle:
bin/console pimcore:bundle:install PimcoreDataHubProductsupBundle
For Older Versions
To install the Datahub Productsup bundle for older versions of Pimcore, please run the following commands instead:
composer require pimcore/data-hub-productsup
bin/console pimcore:bundle:enable PimcoreDataHubProductsupBundle
bin/console pimcore:bundle:install PimcoreDataHubProductsupBundle
Please make sure, that the bundles are loaded in following order:
- PimcoreDataHubBundle
- PimcoreDataHubFileExportBundle
- PimcoreDataHubProductsupBundle
- Custom Bundles which extend bundles from above
This priority order can be specified as a parameter during bundle enablement or in the Pimcore extension manager.
After the installation you should see the Productsup adapter in the Datahub configuration panel: