Close

News item

lmheah
9 years ago
#6029 Quote
Avatar
  • 10
Hi,

Need help on 2 issue for news item

1) How do I add news link on the menu.
2) How do I enable news items show below Our Brand like the demo site.
Support
9 years ago
#6034 Quote
Avatar
  • Moderator
  • 1044
lmheah wrote:
Hi,

Need help on 2 issue for news item

1) How do I add news link on the menu.
2) How do I enable news items show below Our Brand like the demo site.


Hi lmheah,

Please see my comments below:

1) This is currently not available in the plugin, but we will implement it in a day or two and will elt you know. Thanks for the suggestion.
2) You should map the carousel with brands in the home_page_bottom widget zone and go to admin -> configuration -> settings -> news settings and check the Show on home page option.

Hope that helps!

Best Regards!
lmheah
9 years ago
#6038 Quote
Avatar
  • 10
Very cool, it works!
Waiting for your new upgrade, many thanks!
Boyko
9 years ago
#6083 Quote
Avatar
  • Moderator
  • 1570
lmheah wrote:
Very cool, it works!
Waiting for your new upgrade, many thanks!


Hi lmheah,

We are happy to let you know that we added a new setting in the Mega Menu administration that allows you to show a link to the News section in nopCommerce.
The new feature is available only for nopCommerce 3.3, so please update your plugin to get the new feature.

Thanks
Regards,
Nop-Templates.com Team
lmheah
9 years ago
#6084 Quote
Avatar
  • 10
Hi,

I am using 3.2, will that works?
Boyko
9 years ago
#6090 Quote
Avatar
  • Moderator
  • 1570
lmheah wrote:
Hi,

I am using 3.2, will that works?


Hi Imheah,

No, it will work only in nopCommerce 3.3.
But you can manually add a link to the News by adding the code below into this file
Plugins\SevenSpikes.Nop.Plugins.MegaMenu\Views\MegaMenu\MegaMenu.cshtml

<li>
            <a href="@Url.RouteUrl("NewsArchive")">@T("News")</a>
</li>


Thanks
Regards,
Nop-Templates.com Team