How to add nivo slider in my newly custom created page?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
I had added index.cshtml in themes->newtheme->Views->Index.cshtml.

Here I want to add nivo slider. How to do this ?
5 years ago
kawaldeep wrote:
Here I want to add nivo slider. How to do this ?

Hi,

Just add widget zone "home_page_top".
Please note, each other plugin/widget which is using that widget zone will be displayed as well.

Regards,
Tom
5 years ago
Can You Please write the full syntax
5 years ago
You did not mentioned which nopCommerce version it would be.
In case of nopCommerce 4.00
@await Component.InvokeAsync("Widget", new { widgetZone = "home_page_top" })

In case of older nopCommerce version
@Html.Widget("home_page_top")


Regards,
Tom
5 years ago
Yes, It works. Thank You So Much
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.