Edit Footer

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
I was recently handed a website project running on nopCommerce. I have access to login in the Admin but I cannot find where to edit the code for layout. I need to edit column 3 in the footer and add some text and 2 pics that have a link to an external webpage.

Here is what I see when I login:



How do I navigate to Footer.cshtml

Thanks for much in advance!
8 years ago
jaquino89 wrote:
I was recently handed a website project running on nopCommerce. I have access to login in the Admin but I cannot find where to edit the code for layout. I need to edit column 3 in the footer and add some text and 2 pics that have a link to an external webpage.

Here is what I see when I login:



How do I navigate to Footer.cshtml

Thanks for much in advance!



Do you want to change admin layout? Admin views in the Nop.Admin area

If you to change public footer==>

Footer.cshtml path:~\Themes\{yourThemeName}\Views\Common\Footer.cshtml

Default path: \Nop.Web\Views\Common\Footer.cshtml
8 years ago
jaquino89 wrote:
I was recently handed a website project running on nopCommerce. I have access to login in the Admin but I cannot find where to edit the code for layout. I need to edit column 3 in the footer and add some text and 2 pics that have a link to an external webpage.

Here is what I see when I login:



How do I navigate to Footer.cshtml

Thanks for much in advance!



Do you want to change admin layout? Admin views in the Nop.Admin area

If you to change public footer==>

Footer.cshtml path:~\Themes\{yourThemeName}\Views\Common\Footer.cshtml

Default path: \Nop.Web\Views\Common\Footer.cshtml
8 years ago
jaquino89 wrote:
I was recently handed a website project running on nopCommerce. I have access to login in the Admin but I cannot find where to edit the code for layout. I need to edit column 3 in the footer and add some text and 2 pics that have a link to an external webpage.

Here is what I see when I login:



How do I navigate to Footer.cshtml

Thanks for much in advance!


Hi there,

I believe you want to change the content in the footer. In this case, you have few options. I guess you are dealing with the 'Default Clean' theme (try to customized it)? If it's so, you have few options:

First is to change the resources in the theme.
You can see video for how to change resources in the link below:

https://www.nop-templates.com/how-to-search-and-change-resources-in-nopcommerce

Second option is to rearrange the footer content by changing the file '~\'Themes\Your Theme Name'\Views\Common\Footer.cshtml'. Once you find it customize your code the way you want it. In this case, you can either 'hard code' your content or better create your own resources.  

Please, next time attach image with the section you want to change, so the other people can navigate better in your request post.
8 years ago
Thanks for the quick response.

I still cannot locate the path you mentioned. The only place I find template info is under plugins -> non motion template -> template resources ... but in there there is no common or view in that area so I'm stuck at that point.

Currently the footer looks like this:


but i need to add the h1 text and 2 images with links to external webpages like this:


I can get to Topics (pages) and add a page and add to column 3 in footer but I'm still trying to wrap my head around how to do this.
8 years ago
jaquino89 wrote:
Thanks for the quick response.

I still cannot locate the path you mentioned. The only place I find template info is under plugins -> non motion template -> template resources ... but in there there is no common or view in that area so I'm stuck at that point.

Currently the footer looks like this:


but i need to add the h1 text and 2 images with links to external webpages like this:


I can get to Topics (pages) and add a page and add to column 3 in footer but I'm still trying to wrap my head around how to do this.


I think you may use "NOP MOTION RESPONSIVE THEME + 10 PLUGINS (NOP-TEMPLATES.COM)" theme. They may handle it by the plugin. So you should contact with the theme Owner.
8 years ago
Great! I contacted the nop-templates as well for the Motion theme. Any other suggestions in the meantime would be wonderful. The client needs this area changed yesterday!

I also downloaded nopCommerce 3.60( what they currently are using) to see if maybe I need to have it on my computer as well to work on it locally
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.