Custom menus feature in slscart
A custom menu is one that the menu links are hand-entered; nothing is automatically populated. This is useful if slscart is being used primarily as a content management system (CMS).
Currently, only one custom menu is allowed and it is only a horizontal menu.
To use the custom menu in the template, use the tic %CUSTOMNAV_HORIZONTAL%.
Help
A horizontal custom menu with one level of submenus. To add or edit a custom menu entry, enter the following information:
- Adding a Menu Entry: To add a new menu entry, select the 'Add' button, then enter all the fields needed for the menu entry.
 - Editing a Menu Entry: To edit a menu entry, select the 'Edit' link next to the menu entry you wish to modify, and enter all the fields needed for that menu entry.
 - Deleting a Menu Entry: To delete a menu entry, select the 'Delete' link next to the menu entry you wish to delete, and confirm the deletion of that article.
 - Activate/Deactivate a Menu Entry: Click Activate to activate a menu entry, Deactivate to deactivate it.
 - Ordering Menu Entries: To change the order in which a menu entry appears, drag the handle next to the menu entry to drag it to a new position.
 - Child Menu Entries: To make a menu entry a child of another menu entry, move the menu entry you want as a child below the parent menu entry. Drag the handle of the child menu entry and move it inward.
 
Custom Menu Attributes
- Use Menu Separator: To use a menu separator, check the box.
 
Help for individual custom menu entry
To add or edit a custom menu link, enter the following information:
- Title: Enter the name of custom menu link. It will be displayed in the menu.
 - URL: The URL of the custom menu link. %SITE_URL% can be used in the URL field. It will be replaced with the main link to the site. For example, if your site is https://mydomain.com then %SITE_URL%/pages/start.php will translate into https://mydomain.com/pages/start.php.
 - Tool Tip: The tool tip will show up when the mouse hovers over the menu link.
 - Active: Select Yes to activate the custom menu link, No to deactivate it.
 
***