Categories

Featured templates

Magento. How to change footer links

Eva Fox March 7, 2016
Rating: 4.6/5. From 5 votes.
Please wait...
Magento. How to change footer links

This tutorial will show you how to edit footer links in your Magento store.

Magento._How_to_manage_footer_links_1

Before you proceed, please make sure your Magento cache is refreshed and disabled.

Static Block footer links

  1. The footer links may differ from template to template. You can find them in the Magento admin panel -> CMS -> Static blocks. Each Magento store includes static blocks called Footer Links.

    The static blocks code looks as follows:

    
    

    and Footer List

    Why buy from us

    My account

    To link it to the external URL, replace

    store direct_url="about"

    with your website URL (http://your_URL_here).

    To link it to the internal page, replace:

    store direct_url="about"

    with:

    store direct_url=”HERE INSERT THE PAGE, CATEGORY OR PRODUCT PAGE LINK”

    Magento._How_to_manage_footer_links_3

Magento core footer links

  1. Other links, such as Search Terms, Advanced Search, are stored in app\design\frontend\base\default\layout\catalogsearch.xml file. You need to copy the catalogsearch.xml file and upload it to your theme directory app\design\frontend\tm_themes\themeXXX\layout\, where XXX is your theme number.

    
    
    
    
    Search Terms
    
    
    
    
    Advanced Search
    
    
    
  2. The Orders and Returns link is saved in app\design\frontend\base\default\layout\sales.xml file. You need to copy the sales.xml file and upload it to your theme directory app\design\frontend\tm_themes\themeXXX\layout\, where XXX is your theme number.

    
    
    return_link
    
    
  3. The Site Map link is saved in app\design\frontend\base\default\layout\catalog.xml file. You need to copy the catalog.xml file and upload it to your theme directory app\design\frontend\tm_themes\themeXXX\layout\, where XXX is your theme number.

    
    Site Map
    
    
  4. The Contact Us link is saved in app\design\frontend\base\default\layout\contacts.xml file. You need to copy the contacts.xml file and upload it to your theme directory app\design\frontend\tm_themes\themeXXX\layout\, where XXX is your theme number.

    
    contactsContact Ustrue
    
    

Feel free to check the detailed video tutorial below:

Magento. How to change footer links
Ecommerce Themes for Magento
This entry was posted in Magento Tutorials and tagged footer, link, Magento. 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