- 4
[u][/u]Good evening, in a project I work we're using the nop jcarousel plugin and it works great for most of the thing that we wanna display, until now.
I'm using a carousel in the homepage in order to display selected categories, and also display them in 2 rows of 10 items. So that would be something like that.
Unfortunately, the latest version of JCarousel doesn't support the rows option, I have tried editing the
\SevenSpikes.Nop.Plugins.JCarousel\Views\Components\JCarousel\JCarousel.cshtml
and add a rows property in the declaration of the jCarousel and it works.
I have thought of extending the JCarouselEntitySetting class in the respective .dll (as shows http://docs.nopcommerce.com/pages/viewpage.action?pageId=1442499) but is that possible or can you suggest another way to achieve what I'm looking for?
I'm using a carousel in the homepage in order to display selected categories, and also display them in 2 rows of 10 items. So that would be something like that.
itemsToDisplay:10
loopItems:false
dotsNav: false
arrowNav:false
row : 2
Unfortunately, the latest version of JCarousel doesn't support the rows option, I have tried editing the
\SevenSpikes.Nop.Plugins.JCarousel\Views\Components\JCarousel\JCarousel.cshtml
and add a rows property in the declaration of the jCarousel and it works.
I have thought of extending the JCarouselEntitySetting class in the respective .dll (as shows http://docs.nopcommerce.com/pages/viewpage.action?pageId=1442499) but is that possible or can you suggest another way to achieve what I'm looking for?