cancel
Showing results for 
Search instead for 
Did you mean: 

Guide to build extension - Hybris Commerce B2C

Former Member
0 Kudos

hi,

I would like to develop an extension for Hybris Commerce B2C (HYBRISCOMM6700P). However I can't find a good guide that explains how to build extensions for Hybris. Can someone direct me to a guide.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member620692
Active Contributor
0 Kudos

The simplest (and also the recommended) way to build an extension is to execute the command, ant extgen from the hybris/bin/platform path of the command prompt. On receiving this command, Hybris will present a list of extension templates to choose from. Each extension template has been built for a specific purpose and most of them have a self-explanatory name. The simplest templates are yempty and yvoid. Please check https://experts.hybris.com/questions/86330/yvoid-extension.html for a comparison between yempty and yvoid.

Please check https://help.sap.com/viewer/b490bb4e85bc42a7aa09d513d0bcb18e/1905/en-US/8b96270b86691014b1c3bbfd7556... for more information.