There are two snippets that you can choose from to display categories with a styled format:
1. Display categories in dropdown style format:
<%NavigateShowCategoriesStyled
"dropdown","yourprefixdivname"%>
2. Display normal categories without any styled format:
<%NavigateShowCategories%>
For example, if you wish to display the categories in dropdown style format at the top of the “Welcome to my Online Store” text, then please follow the steps below:
1. Open the “shoppage_header.htm” file located in the “templates\default” folder.
2. Insert this snippet at the very bottom line of the file:
<%NavigateShowCategoriesStyled "dropdown","yourprefixdivname"%>
3. Save the file and upload to your site.
Preview of the example:
Note: The insertion of the snippet at the bottom line of the file as stated above is just an example. You can insert that snippet anywhere in your site. The possible template could be placed in “shoppage_header.htm” or “shoppage_trailer.htm.”