2013-12-11 1 views

답변

0

먼저 헤더에서 링크를 제거해야합니다.

이 검색의 경우, 귀하의 레이아웃 폴더에 <reference name="top.links">. 예를 들어

: 내 계정은 다음과 같이 customer.xml 파일에있을 것입니다 :

<default> 
    <!-- Mage_Customer --> 
    <reference name="top.links"> 
     <action method="addLink" translate="label title" module="customer"><label>My Account</label><url helper="customer/getAccountUrl"/><title>My Account</title><prepare/><urlParams/><position>10</position></action> 
    </reference> 
</default> 

주석이 코드를 링크를 추가 할 수 wishlist.xml, checkout.xml 등

다음 다른 검색 메인 네비게이션에는 다양한 방법이 있습니다. 페이지

1/다음과 같이

2 번째로이 작업을 수행 할 수있는 메뉴를 표시하는 코드를 추가 할 수 있습니다 HTML/topmenu.phtml : 여기

http://www.templatemonster.com/help/magento-adding-page-links-in-the-navigation-bar.html

더를위한 또 다른 유용한 링크입니다 정보

http://www.magentocommerce.com/wiki/4_-_themes_and_template_customization/navigation/add_home_link_to_menu_bar

관련 문제