Prerequisites
The Global‑e add-on setup requires a Global‑e merchant account. Supported Versions: Supported SAP Hybris version: 2211.3.Global‑e Accelerator Recipe Installation
The Global‑e accelerator lets you discover the functionality of the platform. Recipe automates the platform code build and initializes the accelerator sites. The Recipe installation procedure is only performed when installing the add-on the first time (generally, in the testing environment). To install the Global-e Add-on with Recipe:-
Configure the database, user, and permissions:
- Unzip the SAP Commerce distribution ZIP archive.
-
Copy the mysql db driver to:
-
Copy
globale recipeto the SAP Commerce installer: -
Create symlinks:
Now, the source code is linked to the SAP commerce suite ready to build.
-
Build and initialize:
- Configure the Global‑e Add-on. See Configure the Global‑e Add-on.
Manual Installation
For an existing Hybris integration, use the manual Global‑e Add-on installation. To place a call manually (without a recipe):-
Open the
localextensions.xmlfile and add the following Global‑e extensions: -
Install the
globaleaddon: - Configure the Global‑e Add-on. See Configure the Global‑e Add-on.
Configure the Global‑e Add-on
The Global‑e Add-on deploys these main configuration files.hybris/config/local.properties- the file containing all the configuration properties (UID, GUID, feature toggles)hybris/config/localextensions.xml- the file containing the list of modules and extensions (globalecore,globalefacades,globaleaddon, and so on).
- Open the
local.propertiesconfiguration file. - Add your Global‑e Merchant credentials:
ID | Your Global-e Merchant ID.Template:globale.merchant.id.<websiteName>=<#>Example: globale.merchant.id.electronics=193 |
|---|---|
GUID | Your Global-e Merchant GUID.Note that you receive a different GUID for staging and production. Make sure to use the correct GUID.Template:globale.merchant.guid.<websiteName>=<GUID>Example: globale.merchant.guid.electronics='8521f759-a239-4231-80a3-1efda984a723' |

