Skip to main content
Version: 2023.3

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:

  1. Install the required dependencies:
composer require pimcore/data-hub-productsup
  1. 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],
// ...
];
  1. 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:

  1. PimcoreDataHubBundle
  2. PimcoreDataHubFileExportBundle
  3. PimcoreDataHubProductsupBundle
  4. 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:

schema-definitionschema-definitionschema-definition