From your header.tpl file.
Look for:
until the next:
remove / replace the entire block.
Look for:
Code: Select all
<div id="menu">
Code: Select all
</div>
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
I guess you did not understand.I dont wanna show menu category on sidebar category.
My store :http://www.decentstore.com/
There is only one category name as home on menu bar,now i dont wanna show this home category on sidebar category.
My store :http://www.decentstore.com/
There is only one category name as home on menu bar,now i dont wanna show this home category on sidebar category.
I think you missed the question. The OP wants to know how to remove categories in the top-menu from displaying in the Category Sidebox.
This would be relatively easy:
Find the following (line 33 in 1.5.2.1) in catalog/controller/module/category.php
And the line after, add this:
It pretty much tells the controller to skip over any categories that are 'top' categories. Should be fine just to run like this, and would be simple to make as a vQmod.
Regards
This would be relatively easy:
Find the following (line 33 in 1.5.2.1) in catalog/controller/module/category.php
Code: Select all
foreach ($categories as $category) {
Code: Select all
if ($category['top']) break;
Regards
Thanks Working!!!WebEngage wrote:I think you missed the question. The OP wants to know how to remove categories in the top-menu from displaying in the Category Sidebox.
This would be relatively easy:
Find the following (line 33 in 1.5.2.1) in catalog/controller/module/category.phpAnd the line after, add this:Code: Select all
foreach ($categories as $category) {
It pretty much tells the controller to skip over any categories that are 'top' categories. Should be fine just to run like this, and would be simple to make as a vQmod.Code: Select all
if ($category['top']) break;
Regards
just used this, but when u enter a sort order, to tidy up categories module left hand side, it removes them for some reason , so have to have a untidy side category ?
Automotive Lighting upgrades
http://www.BriteLightLEDs.co.uk
problem was had conflicting sort orders, now sorted 

Automotive Lighting upgrades
http://www.BriteLightLEDs.co.uk
Who is online
Users browsing this forum: ianradnor089, paulfeakins and 3 guests