BrickHunters wrote:Dear Nop-Templates community,
I have been struggling the past few weeks with a problem that I need solved asap. We installed a 3.40 nopcommerce website (on a localhost machine for test and trial) with the Tiffany theme.
The client for whom the website is destined has a little amount of products to display. Little enough to make subcategories unnecessary.
Currently in our Megamenu there are Categories (good) and subcategories (needs direct link). We would love if there was a possibility to replace these subcategories with specific products (let's say about 4-5 per main category as the client only has 12 products), and would love them to be displayed in the top menu so that his customers can easily switch back and forth.
I understand that there might be an out-of-the box solution where I have to adjust some .cshtml files (Topmenu.cshtml?), but so far, everything I have tried didn't work for me.
Is there any documentation available for this sort of issue? Thanks!
-Jef
Hi Jeff,
As far as I understand, you want to show products in the Mega Menu.
Please note that the Mega Menu does not have support for showing products. It supports showing only categories. You can suggest this idea in our
UserVoice portal.
The only way to achieve this now having in mind that you have only 12 products is to hard-code the products in place of the categories directly in the Mega Menu Razor files, which is not a good option but it should work.