Changing link on logo

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 лет назад
First I've searched quite a while to find an answer to this and couldn't find one. And, I truly appreciate all the help I have received from people on this forum. I have a question that I am sure appears to be simple for someone out there, but isn't for me. I would like to change the link on the logo on the store home page to go to a different home page (my html home page with links to faqs, etc.). Is this possible? Thanks for any help.
13 лет назад
1. Open \NopCommerceStore\Modules\Header.ascx file
2. Replace <a href="<%=CommonHelper.GetStoreLocation()%>" class="logo">&nbsp; </a> with <a href="<%=CommonHelper.GetStoreLocation()%>/YourCustomPage.aspx" class="logo">&nbsp; </a>
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.