Page 1 of 1
Search found 6 matches
Re: Top menu bar not showing 1.5.1
I checked the box and the bar shows up nicely. Thanks!
Jump to post- Tue Aug 09, 2011 1:57 pm
- Replies 3
- Views 1767
Top menu bar not showing 1.5.1
I've just successfully upgraded from 1.4.9.2 to 1.5.1, but the top black bar is not showing.
I've already selected the default template and Home layout. I also have categories added.
Thanks in advance for any help.
- Tue Aug 09, 2011 1:07 am
- Replies 3
- Views 1767
Re: Error When Creating Account
Sojourn, did you manage to fix this error?
I'm getting the exact same error and I'm not sure which template is causing it.
- Mon Oct 11, 2010 2:22 am
- Replies 6
- Views 796
Re: Error creating header dropdown menu
I removed this part from header.php: private function getCategories($parent_id, $level = 0) { $level++; $data = array(); $results = $this->model_catalog_category->getCategories($parent_id); foreach ($results as $result) { $data[] = array( 'category_id' => $result['category_id'], 'name' => str_repeat...
Jump to post- Thu Oct 07, 2010 10:34 pm
- Replies 6
- Views 1809
Re: Error creating header dropdown menu
Thanks dannydaman9, but I've managed to get rid of that error by deleting the private function codes in header.php. Not sure what side effects deleting those codes will have but so far everything seems fine. Right now I'm trying to get the categories to display like they should with superfish. They'...
Jump to post- Thu Oct 07, 2010 2:34 am
- Replies 6
- Views 1809
Error creating header dropdown menu
Hi, I'm trying to create a category dropdown menu in the header using superfish in OC Ver 1.4.9.1. I followed the solution mentioned in http://forum.opencart.com/viewtopic.php?f=21&t=6651, but got a blank page with this error: Fatal error: Cannot redeclare ControllerCommonHeader::getCategories()...
Jump to post- Wed Oct 06, 2010 6:18 pm
- Replies 6
- Views 1809
Search found 6 matches