Description
The Store Locator App: Easy to install, fully customizable and proven to drive more traffic
Storemapper: Store Locator Map & Widget
StoreMapper: the powerful Store Locator map designed to seamlessly integrate with your WordPress site. Customers can effortlessly find nearby stores, ensuring they always know where to find you or your products.
Our analytics show which locations get the most search and traffic, helping you make better marketing decisions. Features include Google reviews, business hours, and support for multiple users.
Elevate customer experience, enhance visibility, and drive traffic to your stores!
Requirements:
The plugin requires a Storemapper account. Sign up for a trial at http://storemapper.com.
Features:
* Auto-sync store locations from Google Drive, Shopify account & Google Business Profile more.
* Insightful data on customersβ product search and addresses they are looking for.
* Embed Google Maps with custom pins; use Google’s powerful & accurate geocoder.
* We’re also a product locator, lead collection and store information management.
* Show customer feedback and business hours directly from your Google API.
Demo store: https://www.storemapper.com/demo/
Demo video: https://www.youtube.com/embed/ZLwDgreyZ5U
Privacy Policy URL: https://www.storemapper.com/privacy/
FAQ: https://help.storemapper.com/
Meta description: An easy to use store locator map software to help customers find your stores. Install in minutes – no coding. Fully customizable.
Screenshots
Blocks
This plugin provides 1 block.
- Storemapper Adds storemapper embed code
Installation
Use the following steps to install and use the plugin…
- Upload
wp-storemapper.php
to the/wp-content/plugins/
directory - Activate the plugin through the βPluginsβ menu in WordPress
- Navigate to /wp-admin/options-general.php?page=wp_storemapper_settings and enter your Storemapper account ID.
- Place the Storemapper content on your site using one of the following methods:
- Place
<?php wp_storemapper_content(); ?>
in your template(s). This function call takes up to two optional parameters: atitle
parameter, which is a string (ex. βMy Storemapper Content
β), and atag
parameter, that accepts a string to be used as the HTML tag that wraps the title string from thetitle
parameter. Whentitle
is left empty, no title will be output. Whentitle
is set andtag
is left empty the title will be wrapped inh2
tags by default. For example<?php wp_storemapper_content( 'My Storemapper Content', 'h1' ); ?>
will output the Storemapper content preceeded by<h1>My Storemapper Content</h1>
. - Insert a shortcode into page or post content using the Storemapper button in the editor toolbar.
- Add the Storemapper widget to a widget area in the WordPress admin under Appearance > Widgets.
- Add the Storemapper map using the Storemapper block on the block editor, under Widgets.
- Place
Note: Title output using the title tag feature will automatically have the class wp-storemapper-title
added, which can be used for additional CSS styling.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Storemapper Store Locator Map” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Storemapper Store Locator Map” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release.
2.0.0
- Add Storemapper block