- 29
I recently bought unlimited plugin pack, and configuring mega menu for now, i see that recently added product link is missing, I tried adding but getting error, i am trying to add the following to megamenu.chtml
@if (Model.RecentlyAddedProductsEnabled)
{
<li><a href="@Url.RouteUrl("RecentlyAddedProducts")">@T("Products.NewProducts")</a>
</li>
}
@if (Model.RecentlyAddedProductsEnabled)
{
<li><a href="@Url.RouteUrl("RecentlyAddedProducts")">@T("Products.NewProducts")</a>
</li>
}