Tue. Jul 2nd, 2024

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.

July 2024
M T W T F S S
« Jun    
1234567
891011121314
15161718192021
22232425262728
293031