Vous consultez actuellement l'aide de la version:
- 6.5
- 6.4
- 6.3
- 6.2
- Anciennes versions
Remarque :
This page contains links to the hybris website. For certain pages you will need an account to login.
Remarque :
The following procedures use the following demonstration catalog to illustrate the deployment:
Geometrixx Outdoors Site English (US)
Deploying the necessary eCommerce packages will provide the full functionality of the eCommerce framework, together with a reference implementation of eCommerce functionality as provided with a hybris implementation (including a demonstration catalog)
This is available under the English (US) branch (/content/geometrixx-outdoors/en_US) of the Geometrixx Outdoors site:
- Product Information (with color variants when appropriate)
- Shopping Cart content overviews
- Customer Sign-Up and Customer Sign-In
- Access to the hybris management console
The hybris extension of the eCommerce Integration Framework has been updated to support Hybris 5 (as default), while maintaining backward compatibility with Hybris 4.
Remarque :
- Supports up to hybris 5.7.0.3 with OCC version 2.
- You will need Java 7 to run the hybris 5 server.
- The hybris add-on, the Telco Accelerator, is not supported by the AEM extension.
To install eCommerce functionality you need:
- Your hybris server, available from hybris.
- AEM eCommerce framework:
- this is part of a standard AEM installation
- this is part of a standard AEM installation
- AEM hybris content packages:
- cq-hybris-content-6.2.100
- hybris-specific API implementation
- cq-geometrixx-hybris-content-6.2.100
- a reference implementation to illustrate use of hybris (geometrixx-outdoors/en_US)
- cq-hybris-content-6.2.100
To install a fully-fledged configuration (using the demonstration catalog, Geometrixx Outdoors) the basic steps are:
- Install AEM.
- Install the demonstration content packages using the package manager:
- cq-hybris-content-6.2.100
- cq-geometrixx-hybris-content-6.2.100
- Download and build your hybris Server.
- Construct your catalog in your eCommerce engine:
- Author any supplementary pages that you need in AEM.
Attention :
Use of the hybris server requires a separate hybris license.
Remarque :
For developers API documentation is also available for download.
The steps in this procedure will download and build the hybris server. It will also make the initial configurations required for the connections between hybris and cq. The extension will then be usable with the default settings.
Attention :
Depending on your hybris version, the procedure is slightly different. The following procedure is from hybris 5.4 onwards.
For earlier versions, please check hybris 5.3 and older hybris Versions.
Remarque :
To complete this, you will need Groovy installed on your system.
-
From the command line, execute the following to:
- update the configuration of the hybris server (as required by the extension)
- rebuild the hybris server with the modified configuration
- start the server
groovy setup.groovy cd bin/platform ant clean all sh hybrisserver.sh
Remarque :
Dependent on your system, several of these steps might take several minutes to complete.
- update the configuration of the hybris server (as required by the extension)
Remarque :
To complete this, you will need Groovy installed on your system.
-
From the command line, execute the following to:
- update the configuration of the hybris server (as required by the extension)
- rebuild the hybris server with the modified configuration
- start the server
groovy setup.groovy cd bin/platform ant clean all sh hybrisserver.sh
Remarque :
Dependent on your system, several of these steps might take several minutes to complete.
- update the configuration of the hybris server (as required by the extension)