For customers with multiple locations or wanting to list retail locations of where their products can be purchased.
The following entries in Map Manager are related to Store Manager.
LOCAL_STOREMANAGER_VER
: Version of store manager.LOCAL_STOREMANAGER_STORE_NAME
: Name of store.LOCAL_STOREMANAGER_FEATURES
: Features of store. Features will show on store create/update form as checkbox to allow multiple features for one store. '|' delimitered string is used as a value of this map. For example, "Fax|Delivery|Online Ordering" is used to define 3 kind of features: Fax, Delivery, and Online Ordering.LOCAL_STOREMANAGER_GOOGLE_MAPS_API_KEY
: This map is required for Google Map API. Google API Key is available at http://code.google.com/apis/maps/signup.html after signed in for the site.LOCAL_STOREMANAGER_GOOGLE_MAPS_CENTER_LATITUDE
: Latitude for the default center point of map. Currently latitude for zip code 22030 is set as default.LOCAL_STOREMANAGER_GOOGLE_MAPS_CENTER_LONGITUDE
: Longitude for the default center point of map. Currently longitude for zip code 22030 is set as default.LOCAL_STOREMANAGER_GOOGLE_MAPS_WIDTH
: Google map width in pixel. Default is set to 650.LOCAL_STOREMANAGER_GOOGLE_MAPS_HEIGHT
: Google map height in pixel. Default is set to 460.LOCAL_STOREMANAGER_GOOGLE_MAPS_MARKER_ICON_SCRIPT
: Optional JavaScript code snippet for custom marker icon for Google Maps. Below code is an example of custom marker icon for Google Maps. /images/jerrys_marker6.png is used for marker and /images/jerrys_marker_shodow.png is used as marker shadow on this example. Image sizes and coordinates values are depends on actual images.
var customIcon = new GIcon();
customIcon.image = "/images/jerrys_marker6.png";
customIcon.iconSize = new GSize(50, 38);
customIcon.iconAnchor = new GPoint(25, 38);
customIcon.shadow = "/images/jerrys_marker_shadow.png";
customIcon.shadowSize = new GSize(80, 38);
customIcon.infoWindowAnchor = new GPoint(25, 2);
LOCAL_STOREMANAGER_LOAD_PAGE_WITHOUT_STORE
: If this map is set to 1, map doesn't show any store when the page is loaded.LOCAL_STOREMANAGER_MAX_RADIUS_FOR_SEARCH
: Max radius for store search. If not set, default is 20 miles.LOCAL_STOREMANAGER_STATE_ORDER_BY_POPULARITY
: If this map is set to 1, states are ordered by store popularity.LOCAL_STOREMANAGER_FIND_TEXT
: Text label for Zip Code search form.LOCAL_STOREMANAGER_STORES_PER_LINE
: Stores to show per line.Following tags are used in templates.
:::STORE_LOCATOR:::
- This tag shows Google Map with all stores marked on it. Also, it provide store search form.:::STORE_LOCATIONS:::
- This tag shows store list by state and city. :::STORE_LOCATOR:::
tag should be along with this tag.:::STORE_LOCATOR_GOOGLE_API_CODE:::
- This tag must be added where :::STORE_LOCATOR:::
tag is used. Google map doesn't work if this tag is not added.
Copyright © 2025 Peregrine Computer Consultants Corp. All rights reserved.
About Lunpa, our mascot. Her mother was a hamster and her father was an ill-tempered Chilean M00se. Oddly, neither smelt of elderberries. The artist is Jennifer Lomax. |
![]() ![]() |
Add Your Comment