Remove Powered By NopCommerce

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
TroyCrowe wrote:
I would like to know if once buying the copyright removal key, and changing the configuration settings, will it remove the Poweredby Nopcommerce from all areas.  Does it remove it from the cart and the Admin area.  I need it removed from all areas to include the administration area.  The cart will be used by my customers and they will have administrative access.  We are going to host and manage many aspects of the cart but they will manage their one sales and clients.


After buying the key, you can remove ( or hide) it from nopCommerce including admin area. And, You have to manually remove it. Please have a look at \Modules\Footer.ascx file for versions 1.X, or \Views\Shared\Footer.cshtml file for versions 2.00-2.50, or \Views\Common\Footer.cshtml file for further versions. And starting version 3.70 you can remove it by going to admin area > configuration > settings > all settings > set 'storeinformationsettings.hidepoweredbynopCommerce' to 'true'.
4 years ago
Awesome thanks
4 years ago
TroyCrowe wrote:
Awesome thanks


Glad it helped you.
4 years ago
I've set the hidepoweredbynopCommerce to True,
But in the admin section I still got the "NopCommerce news" section

How can I remove it?
4 years ago
bartvda wrote:
..."NopCommerce news" section ...How can I remove it?


Try comment out this line (4.xx)

\Presentation\Nop.Web\Areas\Admin\Views\Home\Index.cshtml
                        @await Component.InvokeAsync("NopCommerceNews")
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.