a. You need to purchase Super Store Finder prior to using this Add-on b. Be sure to backup your existing files and database before performing the steps below
1. If you’re using the standard version (non-responsive), extract and replace content within superstorefinder.zip to your installation folder
2. If you’re using responsive version, extract and replace content within superstorefinder_responsive.zip to your installation folder.
3. If you’re using Mega Locator Theme, extract and replace content within megalocator folder to your installation folder.
4. To change how many minimum markers to cluster if they’re close together, edit super-store-finder.js (non-responsive) or super-store-finder-mobile.js and search / edit the following code :
// Marker Clusterer var mcOptions = {minimumClusterSize : 5}; mc = new MarkerClusterer(map, markers, mcOptions);
Change the minimumClusterSize value
4. You’re done!