Close

Profile: anton_ivanov

Avatar

User posts

7 years ago

Hi,

I can`t seem to reproduce your problem. Are you sure you choose the right store in the Limited To Stores multi-select in the administration of the Nop Mega Menu plugin?

Also, please note, that Pavilion has a special kind of Mega Menu. The Category Menu Items are shown in the side menu while the other Menu Items are shown on the top one. You may think the top menu is the default nopCommerce one because the dropdown on hover functionality of it is not implemented at the moment.

7 years ago

Hello,

This bug is already fixed. Please download the latest version of our plugins.

7 years ago

Hello,

In order to configure the Mega Menu you would need to go to Admin > Nop-Templates > Plugins > Mega-Menu > Manage Menus and create a new Menu (or edit an already existing one). In the General Settings of the Menu you are creating, you can choose to what store it can be limited and in what widget zone it should appear.
You can create the template of your menu in the Menu Items tab. From the left column, you can choose what pages you want to include in your menu. Once you choose and add them to the menu they will appear in the Menu Template on the right.
Once you add your desired pages for the menu you can order them in the Menu Template.

Hope that helps. Please write back if you have any further questions.

7 years ago

Hello,

You can achieve this by checking the Show on home page setting in Administration => Catalog => Categories => List => Edit Category for categories and Administration => Catalog => Manage Products => Edit Product for products.

7 years ago

Hello fatli,

You can remove the Featured Products in the Nop Pavilion Theme by going to /Themes/Pavilion/Views/Shared/Header.cshtml and removing the line 153 :
@Html.Action("HomepageProducts", "Product").

You can move the @Html.Action("HomepageProducts", "Product") to anywhere you want on the Home Page but after moving it the Hompage Products will always appear as Owl Carousel. In order to fix that you will need to go to Themes/Pavilion/Content/Scripts/pavilion.js and remove the
handleHomePageFeaturedProductsCarousel() function.

You can take a look at the default index.cshtml of  nopCommerce to see where the Html.Action is positioned.


Bugs
7 years ago

Hello,

"Override Product Conditions" work only if you are on the Product Page. I can suggest a  workaround for this but it may slightly harm the performance  since Product Conditions are not supposed to be executed outside Product Pages.

7 years ago

Hello,

Unfortunately, you cannot specify an interval that is longer than a day when using birthday reminder, because the birthday is a repeating event.