<!--Powered by nopCommerce - http://www.nopCommerce.com-->

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
i have removed/changed
<!--Powered by nopCommerce - https://www.nopcommerce.com-->
<!--Copyright (c) 2008-2010-->
from  BaseNopMasterPage.cs file locally.
rebuilt the site locally.
uploaded all the files back on to the web site.
i can see the changes locally but not when its on the server.
i do not see the changes i have made.
this is what i see:
<!--Powered by nopCommerce - https://www.nopcommerce.com-->
<!--Copyright (c) 2008-2010-->


any ideas?

thanks,
13 years ago
Not sure what version of nop you are using but this is located in the footer.ascx in 1.8. This file is located in the modules folder, remove the verbiage in it and then replace it on you server.
13 years ago
nopcommerce v1.6
i think the footer is the one i have to pay money for
this one is located in the view source of the browser.


<!--Powered by nopCommerce - https://www.nopcommerce.com-->
<!--Copyright (c) 2008-2010-->
13 years ago
Yes I see, it locates the head tag and adds it.

You do not need to rebuild anything, as it is not located in a library, just replace the file on your server with the modified one and it should work.
13 years ago
i did that too.
im thinking it may be place in another folder or maybe even in the database.
but not sure i cant fined it.
13 years ago
namannassar wrote:
i did that too.
im thinking it may be place in another folder or maybe even in the database.
but not sure i cant fined it.


Nop Commerce is fully open source application..you can make it blend as you need..

Hey...
To set the 'Powered By' and and 'Copyright' You need to follow these steps...

No customization needed..JUST...

1.Open modules-->Footer.ascx
    there you find these lines..

    <div class="footer-poweredby">
        Powered by <a href="https://www.nopcommerce.com/">nopCommerce</a>
    </div>

        replace with your company name and URL
        It makes powered By tag..

2.Login to Administration
   a.Configuration-->General Settings-->General(tab)
  
    Here you can find
      Store Name:  [your store name]
      Store URL:     [Store URL]
       etc....
    
  b. Configuration-->General Settings-->SEO/Disply(tab)
    here you find......

     Enable store name prefix:
     Default title:
     Default meta description:   
     Default meta keywords:   
    
   there enter your store name......


Perform these steps you will get powered by and copyright tags...
13 years ago
You need to rebuild the solution because it's placed into .cs file. And ensure that you copied the recompiled library (\bin\NopCommerceStore.dll) to your server
13 years ago
nopCommerce team | a.m. wrote:
You need to rebuild the solution because it's placed into .cs file. And ensure that you copied the recompiled library (\bin\NopCommerceStore.dll) to your server


Ok my bad; I assumed you used WSP.
13 years ago
okay nothing is working.
im looking at the view source from built on VS on my computer and modifications do not show.
This is what i see.

<!--Powered by nopCommerce - https://www.nopcommerce.com-->
<!--Copyright (c) 2008-2010-->

has anyone been able to change it themselves or is this the way it should be removed?  Because it’s not working for me.

thanks,
13 years ago
Hi,

I am building a "Virtual Mall" with nopCommerce.  I intend on modifying the codebase so that there is one domain with many "storefronts".  There will also be one database.  My understanding is that I will pay $50 to remove to remove the copyright notice.  I want to confirm that I will not have to pay $50 for each "storefront".

Can someone from Nop Solutions please confirm my understanding of the license?

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