Hi,
From the error it looks like that the RelatedProducts action cannot be called for some reason.
Would it be able to provide a little more info:
1. When have you downloaded the theme?
2. Have you made any customization to nopCommerce sources as this action is in Nop.Web assembly.
3. Can you try to set the product template to be SingleVariant and see whether the error still exist.
4. Is this is happening on a production site or on a dev machine while developing.
If it is no problem you can provide a ftp credentials and an admin credentials to the site in a separate email so that we can have a closer look.
Thanks!
Hi,
It all depends on the way the plugin is integrated.
If you want to integrate it only on home page you should do it manually and not as a widget for example. You can find an example of how to do that in our documentation and more precisely "6. Manual integration of a slider" Sample #2
Hi Yves,
Thank you for the kind words! We must say that the menu looks really well and adds value to your site. The navigation now is much more user friendly and it is easy to find information.
Thanks!
Hi Yves,
Great work! Let us congratulate you with the work done! The menu looks really good!
Hi,
As I see on your current site you have displayed some categories with products for them. There is a similar functionality in nopCommerce called HomePageCategories but it just displays categories(the same as when showing subcategories) that are marked as Show On Homepage without any products. You can however customize this view in order to show the products as well. In order to do that you can edit the ~\Themes\Electronics\Views\Home\Index.cshtml and add the following line of code:
@Html.Action("HomepageCategories", "Catalog")
<div class="clear">
</div>
After that copy the ~\Views\Catalog\HomepageCategories.cshtml to ~\Themes\Electronics\Views\Catalog\HomepageCategories.cshtml and edit the view accordingly in order to show products for each category displayed.
Hope that helps!
Hi,
In order to be able to install the Nop Anywhere Sliders again you should remove manually all tables related to the plugin from your database and then install it again.
The other possibility is to add the SevenSpikes.Nop.Plugins.AnywhereSliders to your App_Data/InstalledPlugins.txt file and when the plugin is shown as installed try to uninstall it so that it removes its tables from the database.
If have difficulties doing that please let us know!
Thanks!
Hi Mikkil,
The error described says that you have already installed it and you are trying to install it again, without having been uninstalled.
Have you had the sliders installed before? Can you please tell us the scenario on how you got this error so we have more information and will let you know how to resolve it.