Boyko wrote:Well...
We're having a bit of trouble with the installation of the Fashion theme.
We installed the 2.65 version of the fashion theme by completing the following steps:
1. copied just the /Plugins/SevenSpikes.Theme.Fashion into our plugins folder
2. copied the entire fashion theme folder into our themes directory
3. added a line in the InstalledApps.txt file referencing the fashion theme
4. via Administration area, Configuration>>Settings>>General & Misc. Settings...changed the theme to Fashion and clicked save.
Hi Joster,
As you have the Electronics theme already installed and you need to install the Fashion theme and switch to it you need to do the followings:
1. Copy all the plugins from the Fashion theme package and add them into the Plugins folder replacing the existing ones as the plugins that come with the Fashion theme has the styling specific to the Fashion theme.
2. You need to properly install the Fashion theme plugin by going to the administration and click Install rather than just marking the plugin as installed from the InstalledPlugins.txt file. This is needed as the Fashion theme plugin adds settings and resources specific to the Fashion theme.
Then you need to restart the application and the best way to do this is to modify the Global.asax file by adding some empty spaces in it and save it just to trigger a proper application restart.
That's all and you should now simply switch to the Fashion theme. If you want to keep both themes on the same instance of nopCommerce then you need to have both theme plugins installed and also keep both theme folders Fashion and Electronics in the Themes folders of the plugins, so that when switching between the themes the proper styling is used.
Please let us know how it goes and if you need further assistance!
Thanks
OK...I replaced my existing plugins(including SevenSpikes.Core) with the ones bundled in the nop 2.65 fashion theme, then went to the website in a browser..I logged onto the admin area, now have this error:
---------------------------------------------------------------------------------------------------------
Server Error in '/' Application.
Specified file does not exist: "~/Scripts/telerik.common.js".
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileNotFoundException: Specified file does not exist: "~/Scripts/telerik.common.js".
Source Error:
Line 137: //.Compress(true)
Line 138: ))
Line 139: @(Html.Telerik().ScriptRegistrar()
Line 140: .jQuery(false)
Line 141: .jQueryValidation(false)
Source File: c:\Inetpub\wwwroot\MFS2\Administration\Views\Shared\_AdminLayout.cshtml Line: 139
Stack Trace:
[FileNotFoundException: Specified file does not exist: "~/Scripts/telerik.common.js".]
-------------------------------------------------------------------------------------------------------------
I found
~\Plugins\Scripts\2012.1.214\telerik.common.min.js
but that's the closest named file I can find in my installation. (scratching head)
Thanks for your help!