Login to your SLP /SaaS Account shown in our home page tab
Add A Location
The initial login should bring you to the main menu for your SLP SaaS page.
If you are not importing or transferring data from another plug-in , go to the Store Locator Plus Locations or Locations Details to add your first entry.
( Note: you need Professional Plan or higher. to import locations)
The February 2025 update to Store Locator Plus® includes a lot of changes to the Store Locator Plus® Software as a Service (SaaS) platform. As we work towards modernizing the user experience , changes are primarily to the user interface to pare down the legacy WordPress framework that runs our service. As part of that effort, we have changed the main menu interface including renaming some items and moving some key features to top-level positions in the sidebar menu.
This guide is intended to show you new features as well as where to find key elements of the Store Locator Plus® interface.
Note: if you are using our legacy WordPress plugins, many of the changes noted here will not apply to you. Recent events in the WordPress community along with our personal experiences with the “WordPress Plugin Directory gatekeepers” has led us to focus on improving our SaaS offering. Many new features and interface updates are likely to remain SaaS-only options.
Store Locator Plus® Information
The Info page is now attached to the top-most main menu item labelled Store Locator Plus® that is on the top left of the sidebar menu.
The Info page shows key articles from the Getting Started Documentation as well as current news about Store Locator Plus®.
Store Locator Plus® 2025 Menu Changes : Info
The previous menu location for the info page was at a second level menu under Store Locator Plus® | Info.
Legacy Menu : Store Locator Plus® | Info
Locations
The legacy version of Store Locator Plus® included a simplified user interface for managing locations and was labelled “MySLP” (the original project name we had assigned to our SaaS offering).
The menu changes for the 2025 release keeps this in the sidebar menu where it has been renamed Locations.
The locations page provides a simplified interface built in the React JavaScript framework. It provides a simpler interface for viewing basic location data and includes both a table-style list format as well as a modern cards style interface.
Store Locator Plus® 2025 Menu Changes : Locations
The old location for the Locations page was at the top-most sidebar entry and was named MySLP.
Legacy Menu : MySLP
Location Details
Location Details is where you will find the interface for performing more complex actions as well as viewing more of the location data fields in a table format. This page includes advanced location management features such as performing bulk actions — actions on multiple locations at once. You can also find tools for loading locations from another Store Locator Plus® install including legacy WordPress plugin sites or for importing a long list of locations with a CSV import. You can view up to 999 locations at a time on the table presentation as well as view and sort by various location attributes.
This interface is based on the legacy WordPress plugin with many of the features found here on the development schedule to be moved to the more modern React-based interface.
Store Locator Plus® 2025 Menu Changes : Location Details
The legacy interface included this feature as a second-tier menu under Store Locator Plus® | Locations.
Legacy Menu Store Locator Plus® | Locations
Style
The 2025 update includes a completely new interface for loading various pre-crafted locator styles for your map interfaces. This feature provides pre-defined CSS styling as well as Store Locator Plus® settings that change the entire user experience with the Store Locator Plus® maps and directories. This provides a quick way to try different interface designs on your locator installation without having to guess at various settings and CSS styles to see which works best.
Included in the 2025 update for this feature is a preview of the interface that updates whenever you load a new style. You no longer need to load a locator style then go to the Generate Embed tab to see what it looks like.
Many web designers use this features as a starting point to find a style that is close to what they are looking for, then modify the settings and CSS details to fine tune the look-and-feel for their website.
Store Locator Plus® 2025 Menu Changes : Style
Previously, this feature was found in the Store Locator Plus® | Settings page on the View tab and was labelled “locator style”.
Legacy Menu Store Locator Plus® | Settings | View
Settings
The previous second-tier menu under Store Locator Plus®/ Settings is now a top-level sidebar menu.
Various settings change the user experience for your maps and directories. Settings can be changed for search, map, and results elements to the interface.
Store Locator Plus® 2025 Menu Changes : Settings
The legacy location for Settings was previously under the Store Locator Plus® | Settings sidebar menu.
Legacy Menu Store Locator Plus® | Settings
Generate Embed
When you are ready, generate and retrieve the HTML code that will be embedded on any website or app where you want to display the Store Locator Plus® map or directory.
Store Locator Plus® 2025 Menu Changes : Generate Embed
This menu item was previously a second-tier entry at Store Locator Plus® | Generate Embed.
Legacy Menu Store Locator Plus® | Generate Embed
Options
The Options page includes various settings that impact how the Store Locator Plus® app behaves and/or displays information on background processes that may be running. This is primarily used for Enterprise level processing of locations. For enterprise users running ongoing location loading or data management processes you can see scheduled actions here. Future application management options will also appear on this page.
Store Locator Plus® 2025 Menu Changes : Options
This page was under the Store Locator Plus® | General sidebar menu, and has been renamed “Options” in the newest release.
Legacy Menu Store Locator Plus® | General
Note: Force Load JavaScript was a setting only used with WordPress plugins and was provided to support malformed themes. This option does not apply to the SaaS release and is no longer supported in the WordPress plugin.
My Profile
My Profile is where you can update your plan, change your billing details, or cancel your subscription. It shows the current limits and usage on your account, what features are available, and a history of your interaction with the SaaS platform.
Store Locator Plus® 2025 Menu Changes : My Profile
This is unchanged from the legacy release.
Contact Us
Contact us to send a message to the Store Locator Plus® support team. When your message is sent , support will receive details about your account with your message.
Store Locator Plus® 2025 Menu Changes : Contact Us
This menu is unchanged from the legacy release, other than repositioning the location to be above the “Log Out” option.
The first parameter should match a parent slug (the 4th parameter) from the add_menu() calls.
WordPress Roles & Capabilities
WordPress roles, oddly enough, are stored for each user in the wp_user_meta table in the meta_key ‘wp_capabilities’.
Relationship definition:
role slug (Name)
capability slug – enabled by default on WP install or granted by Store Locator Plus®
The roles and capabilities within the Store Locator Plus® system include:
super (Super Admin)
manage_options
administrator (Administrator)
manage_options
manage_slp, granted by main SLP plugin
manage_slp_admin, granted by main SLP plugin
manage_slp_user, granted by main SLP plugin
subscriber (Subscriber)
read
myslp_customer (MYSLP Customer)
myslp_customer
read
WordPress Multisite Capabilities
For users on multisite there are two entries in the wp_usermeta table.
The meta_key wp_capabilities on MySLP this value has been set at a single role – ‘subscriber’. This defines the capabilities of the user on the main site on the platform, this is the master site and should only be open to system administrators.
The meta_key wp_<site_id>_capabilities on MySSLP this value has been set to the role – ‘administrator’. This sets the capabilities for the subsite, where each user should be the administrator for their own site.
This article provides information on how to recover from critical errors after a plugin update. Critical updates can occur for a variety of reasons. These errors can take your WordPress site offline until the error is resolved.
For the purpose of this article we are going to delve into an example where a Store Locator Plus® add on is running an outdated version and the base plugin is updated to an incompatible version. While newer versions of the Store Locator Plus® plugin will auto-detect incompatible add on versions and disable them automatically, there are some third party add ons that do not report version updates properly and can prevent this auto-detection from working.
SaaS users can skip this step.Store Locator Plus® for WordPress plug-in users need a Google API key to utilize the full features available in the the plugin. WordPress administrators who are self-managing their plugin updates, security, and Google services need to setup a Google API account so they can start billing for map services.
For the Store Locator Plus® for WordPress users these instructions are a general guideline. You will need to visit the Google developers page and read their User guide to obtain a new account or update your existing account. Google will bill you directly for your monthly map views and location look-ups.
When a visitor goes to a page with the Store Locator Plus® map code embedded, it will show a default search form and a map centered in your country or on the “Center Map At” address you entered when configuring Store Locator Plus®. When someone searches for a zip code that is close enough to a location you entered it will show those locations on the map.
All Store Locator Plus® software updates are handled for you.
There are no Google or other map location service API keys to manage.
Store Locator Plus® bills a low easy-to-understand monthly fee.
WordPress
You must manage your own Store Locator Plus® software updates.
Google requires an API key for all products using their map software. You must create, manage, and secure your own API key.
Google will bill you for every map view and location geocoding request. Rates are on a sliding scale and are different for map views and location look-ups.
Location Results reports are included with the Professional or Enterprise plan. This report is designed to show the locations that were returned by users entering addresses on the search form when looking for locations. This can be useful for determining which locations are appearing most frequently for your site visitors.
To view this report you’ll need to turn on reporting features as outlined in the Reports documentation.
Location Results Report 2208.15+
This report will show up to the top 500 locations returned within the date range selected.
Location Search reports are included with the Professional or Enterprise plan. This report is designed to show what addresses users are entering on the search form when looking for locations. This can be useful for determining areas where your site visitors are looking for your product or service.
To view this report you’ll need to turn on reporting features as outlined in the Reports documentation.
Location Search Report v2208.15+
This report will show up to the top 500 searches within the date range selected.