| |
Good reading, it is useful indeed!
Posted:
29 days ago
|
Your blue theme looks great! Hard to believe you achieved it with the theme builder. Keep up the good work, your nopCommerce products rock!
Posted:
3 months ago
|
|
|
To change the logo you need to edit this file:
Presentation\Nop.Web\Themes\DefaultClean\Content\styles.css
and change this style:
a.logo{background: url("images/logo.gif") no-repeat scroll 0 0 transparent;display:block;width:310px;height:60px;text-decoration:none;}
To change the theme go to the nopCommerce administration Configuration -> Settings -> General And Miscellaneous Settings and change the Desktop Theme.
Posted:
4 months ago
|
Hi,
Are you sure you have not customized any of the nopCommerce code? The No Parameterless construct could be due to Autofac not being able to resolve the dependency of the InstallController, which is IInstallationLocalizationService.
As to the other error you are getting it simply means that the .NET loader is not being able to find the assembly referenced. Check that your reference to System.Web.MVC is being resoved from here:
\packages\Microsoft.AspNet.Mvc.4.0.20710.0\lib\net40\System.Web.Mvc.dll
Posted:
4 months ago
|