I'm new to OpenCart. I have been setting up OC 2.0 since 3 weeks ago. All product and image import are fine. Now, I need to work on the front page layout. I am keeping the default layout with some small change. By default, the top menu is showing as categories. I have removed all the categories form the top menu and now I want to add some informative pages on the top menu. My question is how can I create new page on the top menu? Just like the "information" page click from the top menu not from the footer. thank you
Two ways.
Install an extension which adds information pages to the top menu, or manually edit catalog/view/theme/default/template/common/header.tpl
and find <div id="menu">
Add underneath
<li><a href="yourinfomationpagelink">Information page name</a></li>
Install an extension which adds information pages to the top menu, or manually edit catalog/view/theme/default/template/common/header.tpl
and find <div id="menu">
Add underneath
<li><a href="yourinfomationpagelink">Information page name</a></li>
Who is online
Users browsing this forum: No registered users and 1 guest