xpay✦ Commerce
Directory
WooCommerce plugins
Map for WooCommerce
Map for WooCommerce
Integrate Google Maps with WooCommerce for easy location selection during checkout and in user account addresses to elevate the shopping experience.
Will this break my store?
What the WordPress.org registry says about keeping Map for WooCommerce running.
Tested to 6.4.8 — 6 branches behind 7.0
Several branches behind. Worth checking on a staging site before updating WordPress.2 years ago
At least 0.8 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.8.0
Your host must be running at least this version.6.0
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.Maintenance & trust
Scored on how Map for WooCommerce is looked after — not on how many stores run it.
Maintenance
6 / 35WordPress compatibility
0 / 20Support responsiveness
Not enough dataMerchant satisfaction
Not enough dataListing transparency
10 / 10Ratings
No one has rated this plugin on WordPress.org yet. That is a statement about the ratings page, not about the plugin — plenty of well-kept plugins never collect them.
Google Maps for WooCommerce is a powerful plugin that seamlessly integrates Google Maps with WooCommerce, enhancing your customers’ shopping experience. It enables customers to effortlessly select their delivery location during the checkout process and modify it conveniently from their account address settings. With Google Maps for WooCommerce, you have full control over where and how the map is displayed, ensuring a tailored and user-friendly shopping journey.
Features
-
Checkout Location Picker: Google Maps for WooCommerce is the ultimate solution for WooCommerce stores that offer delivery or pickups. It provides customers with a user-friendly Google map interface right on the checkout page, making it easy to choose their preferred location.
-
Automatic Location Detection: Optionally, the plugin can automatically detect the customer’s location upon checkout page load. This feature streamlines the process and allows customers to make any necessary adjustments effortlessly.
-
Flexible Configuration: Tailor the plugin to your specific needs with advanced configuration options. You can determine where the map appears and control its visibility, ensuring it seamlessly integrates into your store’s design.
-
Multiple Map Styles: Choose from a variety of map styles to match your store’s aesthetics and branding. Google Maps for WooCommerce offers a range of options to make sure your map looks just the way you want it.
-
Custom Markers: Personalize the map experience by adding custom markers. You can even set a custom marker image directly from the plugin settings.
-
Set as Required: Decide whether customers must select a location or if it’s optional. Google Maps for WooCommerce gives you the flexibility to adapt to your business requirements.
-
Support for Localization: Google Maps for WooCommerce supports localization.
External Library Usage
This plugin utilizes the Google Maps JavaScript API, to enable this feature, you need to obtain a Google Maps API key.
- Visit the Google Cloud Console.
- Create a new project (or select an existing one).
- Enable the “Maps JavaScript API” for your project.
- Create API credentials and copy your API key.
Requirements
- WordPress 5.7 or newer.
- WooCommerce 6.0 or newer.
- PHP version 8.0 or newer.
- Google Maps API Key.
External Services
Map for WooCommerce relies on a 3rd party service for geolocation functionality. Here’s what you need to know:
- Service: Google Maps API
- Learn more: Google Maps API Documentation
- Terms of Service: Google Maps API Terms of Service
- Privacy Policy: Google Privacy Policy
Please review the terms of service and privacy policy of the external service provider to understand how your data is handled. By using Map for WooCommerce, you agree to abide by the terms and conditions set forth by the 3rd party service.
License
Google Maps for WooCommerce is licensed under the GNU General Public License v2 or later.
Once the plugin is activated, go to WooCommerce > Settings > Google Maps for WooCommerce in your WordPress admin dashboard to configure its settings.
You can easily add custom map styles to your Google Maps for WooCommerce by following code:
<?php
add_filter('maps_woocommerce_map_styles', function ($styles) {
$styles['custom-style'] = 'Custom Style';
return $styles;
});
add_filter('maps_woocommerce_map_style_file', function ($file, $style) {
if ($style == 'custom-style') {
$file = __DIR__ . '/custom-style.json'; // Update the path to your JSON file
}
return $file;
}, 10, 2);
Make sure to update __DIR__ . '/custom-style.json' with the actual path to your JSON file and replace 'Custom Style' with the desired name for your custom map style.
Categories
Plugin details
Tags on WordPress.org
