cancel
Showing results for 
Search instead for 
Did you mean: 

can we create custom extension on top of other custom extensions, does it make sense or we can go ahead with add on for additional features

Former Member
0 Kudos

can we create custom extension on top of other custom extensions, does it make sense or we can go ahead with add on for additional features

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member387866
Active Contributor
0 Kudos

Hi Reddi,

Do you mean "Can you use custom Item types and Services in another custom extension"?

Yes, just ensure that in your extensions are listed in the localextension.xml file. And that your extension that needs your other custom extension features has <requires-extension name="extension1"/> in its hybris/bin/custom/extension2/extensioninfo.xml file.

In the hybris trails, we have the Cuppy extension, and a CuppyTrail extension, which uses some Cuppy features.

I hope this provides some insight for you,
Luke