Adding removing links in the footer area from the Admin

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 years ago
Hi,
Is there a way to update/change the links in the footer area from the administration area?

thanks,
Stephen
9 years ago
No, you have to edit the \Views\Common\Footer.cshtml file
5 years ago
a.m. wrote:
No, you have to edit the \Views\Common\Footer.cshtml file


Hi
Latest reply on this question was for 2014.
Is there a way to add a custom link in footer from admin side?

we use 3.9
5 years ago
The answer is pretty much the same.
You can turn some standard links on or off via Admin

But to add a new link you have to edit the \Views\Common\Footer.cshtml file
5 years ago
Thank you :-)
5 years ago
Yidna wrote:
The answer is pretty much the same.
You can turn some standard links on or off via Admin

But to add a new link you have to edit the \Views\Common\Footer.cshtml file


There's no footer file on views/common/..... both on admin and views folder. Please assist as i want to remove the 'nopcommerce version 4.10 on my admin side
5 years ago
Hi,

in the last version the footer page is:

nopCommerce/src/Presentation/Nop.Web/Views/Shared/Components/Footer/Default.cshtml


bye
5 years ago
kava wrote:
Hi,

in the last version the footer page is:

nopCommerce/src/Presentation/Nop.Web/Views/Shared/Components/Footer/Default.cshtml


bye


Hi,

finally found it. However, how can I remove 'nopCommerce version 4.10' so that it doesn't show in the footer on admin side?
5 years ago
Edit nopCommerce_4.10_Source\Presentation\Nop.Web\Areas\Admin\Views\Shared\_AdminLayout.cshtml

                <div class="pull-right hidden-xs">
                    <b>nopCommerce version @NopVersion.CurrentVersion</b>
                </div>
5 years ago
Yidna wrote:
Edit nopCommerce_4.10_Source\Presentation\Nop.Web\Areas\Admin\Views\Shared\_AdminLayout.cshtml

                <div class="pull-right hidden-xs">
                    <b>nopCommerce version @NopVersion.CurrentVersion</b>
                </div>


Thank you. It's now working
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.