You have no items in your shopping cart.

Thursday, April 18, 2024 12:34:00 PM

link to the articles main page in the footer

Posted: 7 years ago

#3027 Quote

peter@ytena.be

Posted: 7 years ago

#3027 Quote
Hi,

I am trying to add a link to the articles main page in the footer.
However, the wrong URL is generated.
How can I define the correct link (including the SEo friendly language name)

This is the code I have created.

<div class="footer-box">
                <ul>
          @* vyna *@
          <li><a href="@Url.RouteUrl("articles")">@T("foxnetsoft.plugin.misc.articles.linkbutton")</a></li>

thanks
Peter

Posted: 7 years ago

#3028 Quote

Support

Posted: 7 years ago

#3028 Quote
Correct code


<li><a href="@Url.RouteUrl("Articles", new { action = "List" })">@T("FoxNetSoft.Plugin.Misc.Articles.LinkButton")</a></li>

Powered by nopCommerce

Copyright © 2023 FoxNetSoft. All rights reserved