Branding

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 лет назад
Must this remain on the head section of every page?
<!--Powered by nopCommerce - https://www.nopcommerce.com-->
<!--Copyright (c) 2008-2010-->
14 лет назад
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 лет назад
How? I can't find where to change it to my store title.
13 лет назад
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 лет назад
The Title, thanks!
13 лет назад
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 лет назад
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 лет назад
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 лет назад
Thanks - that was quick!!
13 лет назад
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.