Close

Home page editing

subhajit01
6 years ago
#13551 Quote
Avatar
  • 18
Hi this is Jit.
Nitro theme home page have a section name is Featured Products. I need to change from featured product to all categories product with picture so when customer click picture that time open products, which products are under this category and from home page also want to remove categories left side column bar. For example please click the link:http://www.mindman.com.tw/. Please let me know the process or have code, how can I do it? I am waiting for the response.

Thank you so much
anton_ivanov
6 years ago
#13567 Quote
Avatar
  • Moderator
  • 277
Hello,

You can remove the manufacturer navigation by editing the ~/Themes/Nitro/Views/Shared/_ColumnsTwo.cshtml. On line 44 you will find the following code:

@Html.Action("CategoryNavigation", "Catalog", new { currentCategoryId = currentCategoryId, currentProductId = currentProductId })

You will need to remove it.

Unfortunately, you cannot change the Featured Products to products from all categories. I would suggest you use one of the plugins that come with the Nitro theme to display the products you want on the home page.
JCarousel is a perfect candidate. You can display a carousel of products on your home page.

You can read more about the JCarousel in its documentation.

Hope this helps!
Regards,
Anton Ivanov
Nop-Templates.com