Is there a setting in the admin panel or some code to adjust which will remove the horizontal product category links under the header? I want to keep the bar there and insert a telephone number (or similar) instead. Any advice appreciated.
Is there a setting in the admin panel or some code to adjust which will remove the horizontal product category links under the header? I want to keep the bar there and insert a telephone number (or similar) instead. Any advice appreciated.
Look in your admin->Layout Settings for Categories-Tabs Menu ON/OFF and turn it off.
You can edit the file includes\templates\template_default\templates\tpl_modules_categories_tabs to add your custom content.
Last edited by Pierre; 12 Feb 2007 at 09:10 PM.
http://www.customscripts.co.za - Custom development for open-source applications
http://www.pcservice.co.za - Website Development, Domain Registration, Hosting
Thanks Pierre. Thanks for the quick answer!
Edit the file to look like
To still be able to turn it on or off in the admin.Code:<?php if (CATEGORIES_TABS_STATUS == '1') { ?> <div id="navCatTabsWrapper"> <div id="navCatTabs"> ENTER YOUR CONTENT HERE </div> </div> <?php } ?>
http://www.customscripts.co.za - Custom development for open-source applications
http://www.pcservice.co.za - Website Development, Domain Registration, Hosting