Hi,
I am very new to nopCommerce and also Microsoft MVC. I have some questions regarding the Nop Store Locator.
(1)I have just installed the trial version, and enabled both setting (enable as widget and enable). I also added two shops from Manage Shops, but I couldn't see the additional menu that shows All Shops.
How do I get the All Shops menu?
(2) I am also using Nop Categories Header Menu. Will the All Shops menu be added? Also, am I right to just replace the SevenSpikes.Core folder to the later?
(3) Is it possible for me to add a HTML content in home page, and add a search box to search for shops with this plugin?
Thanks in advanced for your advice.
regards,
Lee Ka
Hi,
1(2). The Categories Header Menu needs a widget zone in order to show ALL SHOPS. You need to go to this file:
\Plugins\SevenSpikes.Nop.Plugins.CategoriesHeaderMenu\Views\CategoriesHeaderMenu\CategoriesHeaderMenu.cshtml and add this row before
</ul>.
@Html.Widget("header_menu_after")
2. Yes, you can replace the Core folder with the latest - this will not brake any of your plugins.
3. Yes, but you must create your own controllers with custom code, which search through the shops. The plugin does not have such functionality out of the box.