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

How to enable hmc in hybris version 1808?

Former Member
0 Likes
1,056

Experts, I am trying to bring back hmc extension which is deprecated in hy1808.. We wish to use hmc instead of backoffice.. Is there a possibility to enable the hmc as we do not have that extension itself as part of suite??

Regards

Accepted Solutions (1)

Accepted Solutions (1)

arvind-kumar_avinash
Active Contributor
0 Likes

It's not only deprecated rather it was de-released in Q1-2018 which means that there will be no support from SAP in case you face any issue. In fact, there will be very less support even from this (experts.hybris.com) community as well. Therefore, please do not plan to use hMC at all. Rather, switch to backoffice which has all the functionalities earlier provided by hMC and cockpits. There are a lot of support material on backoffice development and user guides at https://help.hybris.com, https://wiki.hybris.com and https://experts.hybris.com . If you are a developer, you can start with https://wiki.hybris.com/pages/viewpage.action?pageId=294094223 .

Former Member
0 Likes

Thanks for the help.. Though I am comfortable with backoffice, it's a requirement that we must have hmc enabled in our system.. Other than copying hmc related extensions from previous hmc suite and adding required entries in local.extensions, is there any other way to enable it?

arvind-kumar_avinash
Active Contributor
0 Likes

No, there is no other way. The only thing you can try (as you have already mentioned) is copying hMC related extensions from the previous suite and adding required entries in localextensions.xml).

Answers (2)

Answers (2)

former_member704915
Participant
0 Likes

Although I will not recommend this, but you can try moving all the hmc dependent extensions into your workspace and add the below entries in your localextensions.xml file

      <extension name="platformhmc" />
      <extension name="commercesearchhmc" />
      <extension name="solrfacetsearchhmc" />
tino_kissig
Active Participant
0 Likes