Una soluzione rapida, per rimuovere tutte le voci dell'elenco Account personale sotto I miei ordini, inclusi accordi di fatturazione, profili ricorrenti, applicazioni personali e prodotti scaricabili. Rimuoverà anche i collegamenti My Wishlist & My Newsletter, attraverso il sito, testati su Magento 1.9:
Commenta le righe 31 - 66 da app / design / frontend / default / YOURTHEME / layout / wishlist.xml (se non ci sono copia da app / design / frontend / rwd / default / layout / wishlist.xml)
<!--default>
<reference name="top.links">
<block type="wishlist/links" name="wishlist_link" />
<action method="addLinkBlock"><blockName>wishlist_link</blockName></action>
</reference>
<!-- Mage_Wishlist -->
<!--reference name="right">
<block type="wishlist/customer_sidebar" name="wishlist_sidebar" as="wishlist" after="cart_sidebar" template="wishlist/sidebar.phtml" />
</reference>
</default-->
<!--customer_account>
<!-- Mage_Wishlist -->
<!--reference name="customer_account_navigation">
<action method="addLink" translate="label" module="wishlist" ifconfig="wishlist/general/active"><name>wishlist</name><path>wishlist/</path><label>My Wishlist</label></action>
</reference-->
<!--/customer_account-->
<!--customer_account_index>
<reference name="right">
<action method="unsetChild"><name>wishlist</name></action>
</reference>
</customer_account_index-->
Commenta le righe 47 - 65 da app / design / frontend / default / YOURTHEME / layout / newsletter.xml (se non ci sono copia da app / design / frontend / rwd / default / layout / newsletter.xml)
newsletter </name> newsletter / gestisci / </path> iscrizioni alla newsletter </label> </action> </reference> </customer_account-->
<!--newsletter_manage_index translate="label">
<label>Customer My Account Newsletter Subscriptions</label>
<update handle="customer_account"/>
<reference name="my.account.wrapper">
<block type="customer/newsletter" name="customer_newsletter">
<block type="page/html_wrapper" name="customer.newsletter.form.before" as="form_before" translate="label">
<label>Newsletter Subscription Form Before</label>
</block>
</block>
</reference>
</newsletter_manage_index!-->
CSS (regolare in base alle proprie esigenze)
.block-account .block-content ul li:nth-last-child(1), .block-account .block-content ul li:nth-last-child(2), .block-account .block-content ul li:nth-last-child(3), .block-account .block-content ul li:nth-last-child(4) {
display: none;
}
.cart-table .cart-links > li:last-child {
display:none;
}