Close

Profile: Boyko

Avatar

User posts

11 years ago

cicciuzzo wrote:
Thank you very much.

I tried it and it works...

you can use the same system to add additional tab with further information?


Hi cicciuzzo,

Yes, you can call any action in the views of our plugins. That is the benefit of having the plugin Razor views (.cshtml) open to modification. You have a lot of power to extend them to your needs.

Thanks

Bugs
11 years ago

domenico.neri wrote:
I don't want a brand "Shop by categories" with the categories inside, but I want all the category I need at first level like this plugin.

How can I configure Mega Menu to look like exactly this one?

Not supporting ACL configuration, is a bug, because if I click on ACL configured categories, I got an error.


Sure you can.
You just need to uncheck this setting "Show categories in a single menu" as described in this video.

Hope this helps!

Bugs
11 years ago

domenico.neri wrote:
So, can I ask you the source code of this plugin? I can fix this bug myself and of course I will send you the version fixed.


Hi domenico.neri,

This is not a bug, as I already said this is just not supported by the Header Menu plugin.
We don't provide the source code of the plugins.
I still don't understand why you want to use the Header Menu plugin when you can use the Mega Menu plugin. Please note that you can setup the Mega Menu plugin to look exactly as the Header Menu. You can choose the categories to be shown in list and without pictures, which will be exactly the same as the Header Menu.

Thanks

11 years ago

Hi,

Sure it is possible. You can change the markup to whatever you want. You can simply add the category id as a class to each dropdown and then style them via these additional classes.

Best Regards,
Nop-Templates.com Support Team

Bugs
11 years ago

domenico.neri wrote:
Is not possible to fix this bug? I already have mega menu plugin, but for my purpose, this plugin is what I need.


Hi domenico.neri,

Sorry to disappoint you but we don't have plans to add new features to the free Header Menu plugin.
As I said we would advice you to use the Mega Menu instead, which supports everything.

Best Regards,
Nop-Templates.com Support Team

Free Sample
11 years ago

Hi Tom,

Could you let us know which version of the Ajax Filters and nopCommerce respectfully you are using?
Also what changes exactly you have made in the code - "we've tweaked the code around the page load to compensate for the £0 values (ignore them)".
This way we could advice if it will be possible to make the Ajax Filters work in the same way.

Thanks

11 years ago

cicciuzzo wrote:
How can I put related products in a tab?

I created a tab active in a category of products and vorreri than inside it shows the products are related ... how can I do??

hi



Hi cicciuzzo,

You need to modify the view of the Tabs and add a new tab with the related products.
Edit this file Plugins\SevenSpikes.Nop.Plugins.NopQuickTabs\Views\ProductTab\_ProductTabs.cshtml and add the code below on line 206.

@{
                    var relatedProducts = Html.Action("RelatedProducts", "Catalog", new {productId = Model.ProductId});
                    divs.Add(new KeyValuePair<string, string>("tabs-rp", relatedProducts.ToString()));
                    <li><a href="#tabs-rp">Related Products</a>
                    </li>
                }  


This code will add a new tab with the related products.
Please note that you should NOT have Ajax enabled in the tabs.

Hope this helps!

mstuart wrote:

Hi mstuart,

In which theme did you test?
Thanks

I first noticed it on my custom theme.  However, I observed the same issue when I browsed to the Nop Ajax Filters demo page. http://demos.nop-templates.com/monitors

Using Google Chrome - Version 30.0.1599.69 m


Hi mstuart,

I just played with the filters on our demo and I can see the ajax loader. Our demo is quite fast but you can still see it for nearly a second. Actually the ajax filter is a gif that always spins, so it is no possible that it is not spinning but rather it is not shown in your theme. Please check the css of the ajax filters for your custom theme to see if you haven't accidentally broken it.

Thanks

Bugs
11 years ago

domenico.neri wrote:
Hi, it seems your plugin doesn't check categories ACL settings.

I'm using 3.1 version of it.

Can you help me please?


Hi domenico.neri,

Yes, the Nop Categories Header Menu doesn't check ACL.
If you want full ACL support you should use the Nop Mega Menu plugin.

Best Regards,
Nop-Templates.com Support Team

mstuart wrote:
I'm testing the Nop Ajax Filters in IE, Google Chrome, Mozilla Firefox, etc and noticed that the AjaxLoader.gif is not animated (does not spin) in Google Chrome browser.


Hi mstuart,

In which theme did you test?

Thanks