Your project must use Hybris Commerce 18.08
-
Download source code of the CBM project from GitHub and copy two extensions from /bin/custom directory to your hybris project into /bin/custom folder
-
Add to your localextensions.xml importexportcloud and importexportbackoffice extensions.
-
Optionally redefine in your local.properties:
-
The custom DropBox client identifier (default AimprosoftHybrisPlugin/0.1.0) dbx.request.config.client.identifier
-
Custom name of Stage catalog (default Staged) staged.catalog.version.name
-
Custom name of Online catalog (default Online) online.catalog.version.name
-
Your project redirect URL with your domain name (i.e. https://your-project.com/backoffice/parseDropboxAuthCode) cloud.storage.dropBoxStorageType.redirectUrl
-
Run ant clean all.
-
Update system from hac.
-
Module is ready.