Categories

Featured templates

Magento. How to remove “Orders and Returns” link

Ray Taylor September 30, 2014
Rating: 5.0/5. From 1 vote.
Please wait...

Magento. How to remove Orders and Returns links

In this tutorial you will learn how to remove Orders and Returns link at the bottom (footer) of your Magento site:

magento_default_footer_links1

To remove the Orders and Returns link, you need to edit \app\design\frontend\default\themeXXXX\layout\sales.xml file:

magento_Orders_Returns_links

Remove or comment out the following lines:

		<reference name="footer_links">
		<block type="sales/guest_links" name="return_link"/>
		<action method="addLinkBlock"><blockName>return_link</blockName></action>
		</reference>

NOTE: if you do not have sales.xml file in app/design/frontend/default/themeXXXX/layout directory, you should copy it from app/design/frontend/base/default/layout directory, then modify as specified above.

Feel free to check the detailed video tutorial below:

Magento. How to remove Orders and Returns link

Ecommerce Magento Templates
This entry was posted in Magento Tutorials and tagged Magento, orders and returns, remove. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket