MegaMenu multilanguage in Ub Market.

So You define the megamenu group and you see it’s key http://prntscr.com/c7me3w and now there should be a static block that i would assign for each store view apart and show what is teh key of the menu. BUT it’s impossible to find the Static block responsible for the menu of Ub Market. http://prntscr.com/c7memc
There is static block for Resonator, or kids tehme but there is no static block for Ub Market.. how do you fix it?
 

5 answers

Profile photo of Ziven Staff 100280.00 $tone August 19, 2016
Public

Hi There, 
I am sorry for not getting your points. It would be awesome if you can possibly include URL of your site and a screenshot with detailed explanation. I am happy to help you out.
Best Regards,
Ziven.

#1
Profile photo of Alexandru Gorbenco 240.00 $tone August 19, 2016
Public

 i presented 2 screenshots. vigro.stroimarket.md -- test the template yourself it does NOT work in multilingual purpose, you change the langauge, many things can change but not the menu, it will always remain in english

#2
Profile photo of Ziven Staff 100280.00 $tone August 19, 2016
Public

Hi There,
I need a closer look to detect the root of issue, please PM me url, admin and ftp credentials of your site.
Best Regards,
Ziven.

#4
Profile photo of Ziven Staff 100280.00 $tone August 22, 2016
Public

Hi Alex,
Please go to the file: app\design\frontend\ubertheme\market\layout\page.xml and find the code: 
--> From at line 85 -> 90

<block type="core/text_list" name="top.menu" as="topMenu" translate="label">
<label>Navigation Bar</label>
<block type="jmmegamenu/jmmegamenu" name="top.jmmegamenu" before="-">
<action method="addData"><data><menu_key>market</menu_key></data></action>
</block>
</block>

And replace it with this code: 

<block type="core/text_list" name="top.menu" as="topMenu" translate="label">
<label>Navigation Bar</label>
<block type="page/html_topmenu" name="catalog.topnav" template="page/html/topmenu.phtml"/>
</block>

When done please save it and clear the cache.
It should be working fine. If not please tell me i will help you resolve this issue. 
Best Regards,
Ziven.
 
 
 
 

#5

Please login or Register to Submit Answer

Written By

Comments