Can nopCommerce 1.9 be rebuild under ASP.NET 3.5?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
I just started to use nopCommerce.

How can I remove the nopCommerce logo instead of my new logo?

My target host is ASP.net 3.5. Can it work on it?

Thanks for help!
13 years ago
To change store logo:

In your nopCommerceProject

Go to app_themes/ChooseYourCurrentTheme/images/logo.gif

replace the default image with your logo and name it as logo.gif

OR

Second Method

Save your logo in this location : app_themes/ChooseYourCurrentTheme/images/

Now go to app_themes/ChooseYourCurrentTheme/master.css  (Open the file master.css)

find this code below and change logo.gif with YourImage/logo.gif
--------------
a.logo
{
  background: url('images/logo.gif');
---------------
13 years ago
If you're hosting server only supports 3.5 framework then you can install nop 1.6version (since it is based on 3.5).

From 1.7 till 1.9, nopCommerce project is based on 4.0 framework.

If you would like to use 1.9 version then I would recommend you to change your hosting company with one that supports 4.0 framework.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.