How to remove the help showing in the left side of administration?in nopcommerce 4.0

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 лет назад
Dear all

How to remove the showing help in the left side of administration in nopcommerce4.0
6 лет назад
You can edit /Areas/Admin/sitemap.config. Remove the code below:

<siteMapNode SystemName="Help" nopResource="Admin.Help" IconClass="fa-question-circle">
<siteMapNode SystemName="Help topics" nopResource="Admin.Help.Topics" url="http://docs.nopcommerce.com/dashboard.action?utm_source=admin-panel&amp;utm_medium=menu&amp;utm_campaign=admin-panel"  IconClass="fa-dot-circle-o" OpenUrlInNewTab="true"/>
<siteMapNode SystemName="Community forums" nopResource="Admin.Help.Forums" url="https://www.nopcommerce.com/boards/?utm_source=admin-panel&amp;utm_medium=menu&amp;utm_campaign=admin-panel"  IconClass="fa-dot-circle-o" OpenUrlInNewTab="true"/>
<siteMapNode SystemName="Premium support services" nopResource="Admin.Help.SupportServices" url="https://www.nopcommerce.com/p/541/nopcommerce-premium-support-services.aspx?utm_source=admin-panel&amp;utm_medium=menu&amp;utm_campaign=admin-panel"  IconClass="fa-dot-circle-o" OpenUrlInNewTab="true"/>
</siteMapNode>
6 лет назад
Review this two post

[url= https://www.nopcommerce.com/boards/t/41110/how-can-we-remove-some-nopcommerce-infor.aspx]
https://www.nopcommerce.com/boards/t/41110/how-can-we-remove-some-nopcommerce-infor.aspx[/url]


https://www.nopcommerce.com/boards/t/28742/removing-help-sub-menu.aspx


It will help you more.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.