Page 1 of 1
Search found 4 matches
Re: Cats and subcats on Header Menu
I remember that I found Search Box module in the download section of this site. I've create langauge box module using same technique. Both are in posted attachments.
Enjoy!
PS. No warranties, of course
- Fri Oct 02, 2009 8:44 pm
- Replies 13
- Views 14344
Re: Cats and subcats on Header Menu
OK, I will post ASAP
- Fri Oct 02, 2009 8:28 pm
- Replies 13
- Views 14344
Re: Cats and subcats on Header Menu
I've solved in this way: 1. Open catalog/controller/common/header.php adding these lines of code: protected function getCategories($parent_id, $current_path = '') { $output = ''; $results = $this->model_catalog_category->getCategories($parent_id); if ($results) { $output .= '<ul>'; } foreach ($resul...
Jump to post- Wed Sep 30, 2009 4:52 am
- Replies 13
- Views 14344
Cats and subcats on Header Menu
Hi, how to put cats and subcats on header menu as in http://www.vcscleaningsupplies.com.au/ ?
I've tried to search an answer in this forum, but only useful thread (I mean this: http://forum.opencart.com/viewtopic.php ... 9&start=30 ) has broken links.
Can someone help me, please?
- Tue Sep 29, 2009 8:06 am
- Replies 13
- Views 14344
Search found 4 matches