To remove My Account link :
Open the file
/app/design/frontend/package/theme/layout/customer.xml and comment these lines
<!--<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>-->
To Remove Wishlist link :
Open the file
/app/design/frontend/package/theme/layout/wishlist.xml and comment these lines.
<!--<reference name="top.links">
<block type="wishlist/links" name="wishlist_link"/>
<action method="addLinkBlock">
<blockName>wishlist_link</blockName>
</action>
</reference>-->
To Remove My Cart link :
Open the file
/app/design/frontend/package/theme/layout/checkout.xml and comment these lines
<!-- <action method="addCartLink"></action> -->
To Remove Checkout link :
Open same file,
/app/design/frontend/package/theme/layout/checkout.xml and comment the lines
<!-- <action method="addCheckoutLink"></action>-->
No comments:
Post a Comment