I have a bit of an odd request.
I want to remove all of the product categories from the top menu.
How can I make the menu still appear?
As when you remove all top menu categories the menu disappears, how can I still display it?
Thanks,
Keiron
New member
Code: Select all
<div id="menu">
<ul>
<li><a href="http://yoururl/index.php?route=information/information&information_id=xx">PC </a></li>
<li><a href="http://yoururl/your_seo_url">Smartphone reparatie</a></li>
<li><a href="http://yoururl/your_seo_url">Tablet reparatie</a></li>
<li><a href="http://yoururl/your_seo_url">Laptop reparatie</a></li>
<li><a href="http://yoururl/your_seo_url">Zakelijke ICT</a></li>
<li><a href="http://yoururll/your_seo_url">Shippingcosts</a></li>
</ul>
</div>
Also remove the code that wraps the menu
Then replace it with what k2tec provided.
Code: Select all
<?php if ($categories) { ?> <?php } ?>
Then replace it with what k2tec provided.
Opencart Templates, Modules, Themes & Custom Development | ShopThemer
Xyph3r wrote:Also remove the code that wraps the menuCode: Select all
<?php if ($categories) { ?> <?php } ?>
Then replace it with what k2tec provided.
This was what I was originally doing... I just realized I was using the wrong comments to comment the line out lol. Thanks all
New member
Who is online
Users browsing this forum: No registered users and 66 guests