Branding

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

.
Il y a 13 ans
Thanks - that was quick!!
Il y a 13 ans
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.