Branding

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 anni tempo fa
Must this remain on the head section of every page?
<!--Powered by nopCommerce - https://www.nopcommerce.com-->
<!--Copyright (c) 2008-2010-->
14 anni tempo fa
No, you can remove this header comment.
P.S. But if you want to remove footer "powered by nopCommerce" text, then you have to purchase copyright removal key
13 anni tempo fa
How? I can't find where to change it to my store title.
13 anni tempo fa
Hi   lynette

what exactly do you want to change?  the first post refers only to what can be seen if someone views the html source of your web page - is that what you are after? or are you trying to change the logo?
13 anni tempo fa
The Title, thanks!
13 anni tempo fa
lynette wrote:
The Title, thanks!


the title can be changed in admin  configuration-->global settings

the logo can be changed by replacing default logo (logo.gif) in app_themes  (your theme) images

replace it with your own


you might want to have a quick read at this:
https://www.nopcommerce.com/boards/topic.aspx?topicid=3970
13 anni tempo fa
nopCommerce team | a.m. wrote:
No, you can remove this header comment.
P.S. But if you want to remove footer "powered by nopCommerce" text, then you have to purchase copyright removal key


Where exactly does one remove the header comment?

Cheers - Helger
13 anni tempo fa
Helger wrote:


Where exactly does one remove the header comment?

Cheers - Helger


To remove the powered by ("<!--Powered by nopCommerce - https://www.nopcommerce.com-->") and copyright notice ("<!--Copyright (c) 2008-2010-->") in the page head (html source), edit file: Controls\BaseNopMasterPage.cs and comment out line #81.
//AddPoweredBy();
This is for 1.50/1.60; you will need to recompile the solution.

.
13 anni tempo fa
Thanks - that was quick!!
13 anni tempo fa
My nopcommerce is now running on the server
how can i remove from source code the <!--Powered by nopCommerce - https://www.nopcommerce.com-->"

i have seen the thread

To remove the powered by ("<!--Powered by nopCommerce - https://www.nopcommerce.com-->") and copyright notice ("<!--Copyright (c) 2008-2010-->") in the page head (html source), edit file: Controls\BaseNopMasterPage.cs and comment out line #81.
//AddPoweredBy();
This is for 1.50/1.60; you will need to recompile the solution.

.[/quote]


how can i recompile the the solution if it is not running locally but on the server?
should i download the solution via ftp and recompile it on my computer using visual studio ?
what do you suggest ?

Best Regards
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.