logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
brant25348293  
#1 Posted : Saturday, September 20, 2025 8:39:56 AM(UTC)
brant25348293

Rank: Advanced Member

Groups: HelpDesk
Joined: 1/20/2020(UTC)
Posts: 44

How can I create a custom menu in the store that is not generated automatically? I want certain products to be in the menu, some other static webpages, and some external links also. The current menu is at https://www.idautomation.com/

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

Katie S  
#2 Posted : Monday, September 22, 2025 11:53:16 AM(UTC)
Katie S

Rank: Advanced Member

Groups: System, Administrators, Developers, Registered, HelpDesk
Joined: 10/29/2018(UTC)
Posts: 493

Thanks: 4 times
Was thanked: 36 time(s) in 35 post(s)
Hello Brant,

You can use the HTML scriptlets feature to create static content that can be used anywhere. Once you have that done, you would need to modify the view file, which appears to be _StoreMenuLight.cshtml in the \Views\Shared\ folder. Hide the mega menu reference and add you new reference to the scriptlet.

This is an example:

Quote:
<div class="column col-md-12 col-sm-12 col-xs-12">
<!--WIDGET-ZONE-->
<div style="" class="">@{RenderZone("My Custom Menu");}</div>
<!--/WIDGET-ZONE-->
</div>


Thanks for your support!

Katie
Secure eCommerce Software and Hosting
brant25348293  
#3 Posted : Saturday, September 27, 2025 3:52:24 PM(UTC)
brant25348293

Rank: Advanced Member

Groups: HelpDesk
Joined: 1/20/2020(UTC)
Posts: 44

Thank you. Is there any way to create a custom menu without modifying files? This is necessary to make upgrades easier.
Katie S  
#4 Posted : Monday, September 29, 2025 1:10:07 PM(UTC)
Katie S

Rank: Advanced Member

Groups: System, Administrators, Developers, Registered, HelpDesk
Joined: 10/29/2018(UTC)
Posts: 493

Thanks: 4 times
Was thanked: 36 time(s) in 35 post(s)
Hi Brant,

Well yes, you can create a new widget board for the header and insert your new custom menu HTML snippets into that. I was trying to show you an easy way to swap out the mega menu with the custom one. Either way works.

Thanks for your support!

Katie
Secure eCommerce Software and Hosting
Users browsing this topic
Guest (2)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.