Where do I modify the Top Menu

Im very new at using this Magento I accustom to joomla but this is a bit different. My first question is where do I change the top menu example home, men,women ext?

Thanks

7 answers

Profile photo of Urszula Dziki 0.00 $tone September 28, 2009
Public

yes magento menu is generated automatically and you assign it. However, saying that you manipulate it way you wanted -- all you have to do assign categories to menu. If you don’t .. they will not display. I hope that helps. If you need custom menu for your cms………that is another story.

#2
Profile photo of JA Developer 0.00 $tone November 16, 2009
Public

Hi

In the case, open app\design\frontend\default\jm_leadtemplate\page\ html\header.phtml file, find following code section:

Code:

<!-- MAIN NAVIGATION -->
	<div id="ja-mainnav">
		<?php echo $this->getChildHtml('topMenu') ?>
	</div>
	<!-- //MAIN NAVIGATION -->

It is the top menu. Here you can add a code as your idea.

Hope it helps

#4

This question is now closed

Written By

Comments