cancel
Showing results for 
Search instead for 
Did you mean: 

Home button missing in HMC

Former Member
0 Kudos

We just recently upgraded from 4.7 to 5.7 and noticed that the home button on the top right header in HMC is missing. Is this a recent change or did we make a mistake somewhere in our code? Is there a way to get the home button back?

Thanks

Former Member
Former Member
0 Kudos

Is there a way to recreate this?
so far:

Not sure how to get the label or which action to use

action name="hmc.homebutton" type="toolbar" showtoolbarlabel="true" icon="header_home" classname="XXX" align="left"/

Former Member
0 Kudos

Christopher, is your home button issue resolved?

If yes, can you please let me know what are the steps that we need to follow in order to see the Home button at hMC. Thanks.

Former Member
0 Kudos

It was the removed mcc extension, the client had removed it previously as they didn't need it. So no mcc = no home. Thanks.

Former Member
0 Kudos

In my project earlier "" is not there and the extension is also not there, what i did is i have installed a fresh setup, copied the "mcc" extension in my project setup area and add the above tag in my local extensions xml file, did the ant clean all, system update and everything but still i don't see the home button, actually my project is upgraded from 4.8 -> 5.0 -> 5.5. Let me know you have any other inputs for the issue. Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

tylermac
Product and Topic Expert
Product and Topic Expert
0 Kudos

Going to post this as a separate answer in case it's your issue. Have you installed mcc? Is the following in your config/localextensions.xml file:

<extension name='mcc' />

If you don't have MCC installed there isn't really a "Home" to go to so I don't think it will show.

Former Member
0 Kudos

Even after adding the above extension in my localextensions xml file, i still dont see the Home button.

Can you please let me know what steps that i need to follow in order to get that Home button on hMC page.

Answers (1)

Answers (1)

tylermac
Product and Topic Expert
Product and Topic Expert
0 Kudos

I just started up a brand new 5.7 B2C instance and I see it. I don't recall ever not seeing it. Can you confirm that hybris/bin/ext-platform-optional/hmc/web/webroot/images/icons/header_home_main.gif exists? Maybe you missed a step in your upgrade process?

Former Member
0 Kudos

Thanks for getting back. It is present. When I inspect element on the header, it isn't even present, it's as if it was removed somehow from the code base.