cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to know the hybris extension template type?

1,663

I have an existing extension, I wanted to know the extension template( yempty etc) of my existing custom extension. Is there way to find it out?

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Likes

Hi arvind-kumar-avinash , Thanks for the response. Yes we can identify yempty extensions from welcome.jsp but I guess for other extensions welcome.jsp is not available.

welcome.jsp is available in the older versions also.

I am working on upgrade from 6.4 to 1905 and I wanted to create all custom extensions again in 1905 and then I will move the custom code in the newly created extensions.

Is there any other way of doing it? If not then I need to find a way to know the extension template name.

arvind-kumar_avinash
Active Contributor
0 Likes

Not that I am aware of.

arvind-kumar_avinash
Active Contributor
0 Likes

Hi Puneet Sharma - In v1811, if you generate an extension e.g. training using yempty as the template, you will find a line saying, 'This extension was generated using yEmpty template...' inside hybris/bin/custom/training/web/webroot/WEB-INF/views/welcome.jsp

Please note that I haven't checked it in other versions and with other templates. I will update my answer once I find more information.