Close

Homepage OwlCarousel Problem

fatli
7 years ago
#12440 Quote
Avatar
  • 1
Hello there. I want to cancel the show Home products with the owl carousel. I want to list all Home products. How can I do that?
anton_ivanov
7 years ago
#12441 Quote
Avatar
  • Moderator
  • 277
Hello fatli,

You can remove the Featured Products in the Nop Pavilion Theme by going to /Themes/Pavilion/Views/Shared/Header.cshtml and removing the line 153 :
@Html.Action("HomepageProducts", "Product").

You can move the @Html.Action("HomepageProducts", "Product") to anywhere you want on the Home Page but after moving it the Hompage Products will always appear as Owl Carousel. In order to fix that you will need to go to Themes/Pavilion/Content/Scripts/pavilion.js and remove the
handleHomePageFeaturedProductsCarousel() function.

You can take a look at the default index.cshtml of  nopCommerce to see where the Html.Action is positioned.


Regards,
Anton Ivanov
Nop-Templates.com