Remove 'Nopcommerce version 4-20 on Admin Footer'

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Hi,

How can I remove 'nopcommerce version 4-20' on the dashboard of the admin?
4 years ago
Their is not available setting for remove nopCommerce version on admin dashboard.
If you want to remove nopCommerce version then you can do with customized in _AdminLayout.cshtml.
You can remove this in _AdminLayout.cshtml

<div class="pull-right hidden-xs">
<b>nopCommerce version @NopVersion.CurrentVersion</b>
</div>
4 years ago
Hi,

I've done exactly that but it's not being removed.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.