Fri. Apr 25th, 2025

10. Magento. How to remove Google Map from Contacts page

1 min read

You may want to remove the Google Map from the Contacts page of your Magento store because you do not have any physical address or for some other reasons:

magento_how_to_remove_google_map_from_contacts_page_1

So, let’s learn how to do this.

  1. Access your server using FTP/File Manager and navigate to your Magento root directory.
  2. Locate the contacts_map.phtml file in the /app/design/frontend/default/themexxxx/template/tm/googlemap/ directory, where xxxx is your theme number.
  3. Open the file for editing and look for the following code:
1
2
3
4
5
6
<div class=”block block-contacts-googlemap”>
    <div class=”block-content”>
    <div id=”map_canvas” style=”width:<?php echo $tm_googlemap_contacts_settings[‘width’]; ?>;
    height:<?php echo $tm_googlemap_contacts_settings[‘height’]; ?>”></div>
    </div>
</div>

Simply comment out the aforementioned block of code so it looks like on the screenshot below:
magento_how_to_remove_google_map_from_contacts_page_2

Save the file and refresh the Contacts page to see changes.

The Google Map has been successfully removed from the page:
magento_how_to_remove_google_map_from_contacts_page_3

This is the end of the tutorial, you have learnt how to remove Google Map from Contacts page in your Magento store.

April 2025
M T W T F S S
« Jun    
 123456
78910111213
14151617181920
21222324252627
282930