Hi FoxxCommerce,
What do you mean by "that does not work either"? What changes did you made and in which file(s)?
As far as I understand the Mega Menu is working fine but your problem is that you can't customize it to show custom topics. Is that correct?
Let me explain how to customize the Mega Menu in the new Jewelry Responsive theme.
The Mega Menu in the theme is responsive and has separate .cshtml (views) file that are theme specific.
So you need to apply your changes in the views in this folder Plugins\SevenSpikes.Nop.Plugins.MegaMenu\Themes\Jewelry\Views\MegaMenu.
So you need to add your custom topic links in this file first:
Plugins\SevenSpikes.Nop.Plugins.MegaMenu\Themes\Jewelry\Views\MegaMenu\MegaMenu.cshtml
by adding code like this:
<li>
@Html.Action("TopicBlock", "MegaMenu", new { systemName = "MegaMenuTopic" });
</li>
Hi,
You should modify the Mega Menu views inside the Themes\Jewelry folder of the plugin.
Thanks
Hi Morphy,
Yes, this time it is crystal clear. I just checked and you are right about the JCarousel and the Ribbons. It turns out that these are the only plugins that have this issue (that's why asked for more information as this problem is not present in the Tabs for example).
Thank you for reporting this! We will let you know when this is fixed and uploaded, so that you can get the fix.
Thanks
Hi pbsdjames,
You don't need to create a new installation in order to have the Tabs working. There is a known issue when adding new plugins in nopCommerce that requires changes in the Global.asax file.
Anyway please send an email to our support mail and we will see what can be done to quickly resolve the problem with the Endica plugin.
Thanks
Hi Morphy,
You have added quite a long description of a problem but it is still not clear to me what exactly is wrong. Could you be a little more specific?
Which exact plugin do you have problems with and where i.e public store or administration?
What do you mean by "product mapping product list"?
Can you confirm that you are using the trial version of the Ultimate plugin collection?
Thanks
Hi pbsdjames,
So I guess the problem is with the Endicia plugin not the Tabs. The Tabs are working fine with nopCommerce 3.1 but obviously the Endicia plugin breaks them.
Thanks