Close

Nop Commerce 3.7

mkzaman
8 years ago
#10588 Quote
Avatar
  • 20
I am using nopcommerce 3.7 and upgraded themes. When I installed the alfresco theme, and refresh my homepage, it shows the following error message.


then I change the shared/_root.cshtml file to render the section 
    if (isHomePage)
    {
    @RenderSection("HomePage");




        additionalClass = "master-home-page";
        mainSlider = @Html.Widget("home_page_main_slider");
    }

and it works properly. Do you have any suggestion regarding this so I don't have to change your view files.
Deni
8 years ago
#10592 Quote
Avatar
  • Moderator
  • 389
mkzaman wrote:
I am using nopcommerce 3.7 and upgraded themes. When I installed the alfresco theme, and refresh my homepage, it shows the following error message.

then I change the shared/_root.cshtml file to render the section 
    if (isHomePage)
    {
    @RenderSection("HomePage");

        additionalClass = "master-home-page";
        mainSlider = @Html.Widget("home_page_main_slider");
    }

and it works properly. Do you have any suggestion regarding this so I don't have to change your view files.


Hi, 

If you are upgrading a theme/plugins the proper way to do it is to first delete the old plugin/theme files, then paste the newly downloaded plugin/themes.

Because if you merge the old folders with the new ones, this will not delete any files that have been removed.

I suggest you to download again the latest files of the Alfresco theme, then delete the Alfresco folder from your nop folder/Themes/ and finally place the new Alfresco folder inside.

I hope this helped !
Best Regards,
Mladen Staykov
Nop-Templates.com