We offer a dead simple store locator plugin. Help your customers find your nearest multi-location business, or search for a specific location. The Storemapper plugin is a favorite of restaurants, wholesale dealers, retail stores and many other multi-location businesses. Easily get directions and drive foot traffic via desktop, tablet or mobile devices.
See which stores are getting the most traffic and route your inventory accordingly. Plan your expansions by viewing where searches are happening but not finding a location nearby. Storemapper's analytics turn your store locator into a critical business strategy tool.
Storemapper is fully customizable to blend seamlessly into the look and feel of your website. Your designers and brand specialists will be happy with the font, colors, logo placement, and more, which are easily customized to match your store locator to the style of your site.
It is improbable, but should you have difficulty installing or using Storemapper, send the support team an email or chat request and we will be happy to assist.
Requirements:
The plugin requires a Storemapper account. Sign up for a trial at
http://storemapper.co.
Just to recap a few of our key features:
- No coding required, just a couple of simple clicks, then upload your store feed via spreadsheet or Google Sheet sync.
- Fully customizable… Brand matching is easy with Storemapper, simply pick from a large selection of preloaded setting options or, make adjustments using your own CSS. It’s that simple. Want custom store locator markers? No problem, we do that too.
- Robust analytics to see how your users are engaging with your map and enable strategic decision making with actionable data that can be used to understand your growth potential and key customer demographics.
- 7-Day free trial, this gives you plenty of time to test our platform, then upgrade, or bounce. Yes, we provide amazing support during your trial, and beyond.
- Stellar support is our mantra, our support staff has been with us since inception and can certainly assist with any questions you have.
- Authorized Google Maps API, meaning this is not some hacked together mapping utility, it is the baseline data that Google themselves use, but you get to customize the user experience!
- Google My Business integration, the easiest way to import all your stores from Google.
- Search results can be shown many ways, (kilometers or miles, varying radius’, list view or map view, etc. etc). Not to mention maps will be served in the native language of the searchers device preference.
- Facebook integration allows the same awesome map on your Facebook page, that you have on your website.
- Several pricing tiers to suit your multi-location business. Got 10 stores? How about 10,000? No problem, we support businesses of many sizes.
View a quick walk-through of the plugin:
https://www.youtube.com/watch?v=pr6gEEWskFQ&autoplay=0&rel=0
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: a title
parameter, which is a string (ex. 'My Storemapper Content
'), and a tag
parameter, that accepts a string to be used as the HTML tag that wraps the title string from the title
parameter. When title
is left empty, no title will be output. When title
is set and tag
is left empty the title will be wrapped in h2
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.
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.