- 16
Hi all. I would to integrate Nop JCarousel with a Customdatasource. I follow http://www.nop-templates.com/Help/NopJCarousel/Version_2_6/lessons/Integration.html
https://www.nop-templates.com/boards/topic/469/how-to-add-custom-data-source-type-to-nop-jcarousel
I created the "CustomCarousel" in admin but if insert
@Html.Action("JCarousel", "JCarousel", new { carouselName = "CustomCarousel", productModels = Model.Products }) or @Html.Action("JCarousel", "JCarousel", new { carouselName = "CustomCarousel" }) the server return error
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Thank you lot
https://www.nop-templates.com/boards/topic/469/how-to-add-custom-data-source-type-to-nop-jcarousel
I created the "CustomCarousel" in admin but if insert
@Html.Action("JCarousel", "JCarousel", new { carouselName = "CustomCarousel", productModels = Model.Products }) or @Html.Action("JCarousel", "JCarousel", new { carouselName = "CustomCarousel" }) the server return error
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Thank you lot