New Theme installation on Localhost

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 年 前
hello guys, i am new to nop commerce.

I wanted to install a new theme in nopcommerce localhost but i get this error whenever i select the new theme click save.

An exception of type 'System.Web.HttpException' occurred in System.Web.dll but was not handled in user code

Additional information: Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'
on Line  @Html.Action("HeaderLinks", "Common")in Header.cshtml    

And Also this

Compiler Error Message: CS1061: 'Nop.Web.Models.Common.HeaderLinksModel' does not contain a definition for 'CustomerEmailUsername' and no extension method 'CustomerEmailUsername' accepting a first argument of type 'Nop.Web.Models.Common.HeaderLinksModel' could be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 15:         @if (Model.IsAuthenticated)
Line 16:         {
Line 17:             <li><a href="@Url.RouteUrl("CustomerInfo")"><i class="fa fa-user"></i> @Model.CustomerEmailUsername</a></li>
Line 18:             <li><a href="@Url.RouteUrl("Logout")"><i class="fa fa-power-off"></i> @T("Account.Logout")</a></li>
Line 19:         }


Theme name : E-shopper
nop commerce version : 3

i am following the step for new theme install using this link
http://nopcommercetemplate.com/nopCommerce-how-to-apply-template.aspx


Can some tell me how can i solve this?
6 年 前
What is the Version of you NopCommerce and the the Eshop Theme?
6 年 前
Standard NopCommerce Theme setup Guide

http://docs.nopcommerce.com/display/en/Installing+a+theme
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.