Close

Profile: Boyko

Avatar

User posts

11 years ago

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>


Just make sure the system name matches the name of the topic you want to be shown.
If you want to show the Topic in a mobile device or resolution you need to add exactly the same code but in this file.
Plugins\SevenSpikes.Nop.Plugins.MegaMenu\Themes\Jewelry\Views\MegaMenu\MegaMenuResponsive.cshtml

Please note that on a mobile device you don't have a hover effect, so the topic menus are converted to links to the topic page.
The last thing to do is to go to the nopCommerce administration and in the Mega Menu setting to enable the menu to be responsive (there is a checkbox for this).

If you still experience problems you can send your FTP credentials to our support mail and we can do the customization for you.

Thanks

11 years ago

Hi,

You should modify the Mega Menu views inside the Themes\Jewelry folder of the plugin.

Thanks

11 years ago

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

11 years ago

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

11 years ago

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

11 years ago

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

Bugs
11 years ago

Thilak wrote:
Hi Boyko,
                     Thank you very much for your response.

I changed the global.asax file
I used nopcommerce 3.0 .I downloaded it from the official website only with source code
how can i overcome this error ?


Hi Thilak,

Please send us an email with your web site credentials to support at nop-templates.com email and we will take a look at what could be wrong with your installation.

Thanks

Bugs
11 years ago

vedran wrote:
Hi!
If "Enable Default Zoom On Click - disabled" on Cloud zoom plugin, product attribute (picture associated with the attribute) not work.
Picture does not change depending on the selection of attributes.


Hi vedran,

Thank you for reporting this. It is fixed now. Please update the Cloud Zoom plugin.

Thanks

mstuart wrote:
Example:  On a category page, if you click on the last button in the pagination and then click any filter item.  It displays the "NO RESULTS FOUND" dialog.  

I think the Nop Ajax Filters should override the current pagination and begin the filtering process  starting with page 1... or at the very least least give a better explanation other than results not found.

Thoughts?


Hi mstuart,

Which version of the Ajax Filters do you use?
This was a problem in one of the old versions of the Ajax Filters and was already fixed.
The fix was exactly what you suggest. I guess you are using some older version without the fix. You can update your Ajax Filters plugin to the latest version for the nopCommerce version you use as described here.

You can check that the Filters are working fine here for example:
http://themes.fashion.nop-templates.com/dresses

Thanks

11 years ago

Thilak wrote:
Hi

   I have downloaded and install the trial version of nop mega menu which is released on 5 days ago.
but i choose the

Plugins->settings to change the settings guided by doucumentation the error shown like this
ArgumentNullException at this code

    return new ViewEngineResult(strArray.Union<string>(strArray2));


this code is in themes/ThemeableVirtualpathproviderviewEngine.cs


how can i rectify this error?


Hi Thilak,

Please don't duplicate posts.
You have already posted the same here.

Thanks