Close

home page customize

subhajit01
6 years ago
#13603 Quote
Avatar
  • 18
In nitro nop commerce theme have a section featured products so, I want to remove this section and at the same position on the home page I want to display the main category products with heading like category products or sub category products.first, need to know how to remove featured product section and how to add a headline for each category so customer know which product for which industry or what application. I hope you understand.

For reference please click the link:https://www.gmtglobalinc.com/

Thank you so much in advance.
hristian.dimov
6 years ago
#13610 Quote
Avatar
  • Moderator
  • 386
subhajit01 wrote:
In nitro nop commerce theme have a section featured products so, I want to remove this section and at the same position on the home page I want to display the main category products with heading like category products or sub category products.first, need to know how to remove featured product section and how to add a headline for each category so customer know which product for which industry or what application. I hope you understand.

For reference please click the link:https://www.gmtglobalinc.com/

Thank you so much in advance.


Hi,

you can completely remove the home page products by removing this line: @Html.Action("HomepageProducts", "Product") from this file "Themes\Nitro\Views\Home\Index.cshtml". As for the categories with their products you have to write your own code to retrieve the categories and show them in the appropriate place.

Hope this helps!
Regards,
Hristian Dimov
Nop-Templates.com