Store Locator Subtab
These settings specify the information that is returned when using the Store Locator feature.
This feature and its settings require one of the following:
-
SuiteCommerce Advanced -Vinson and later
-
SuiteCommerce
More Information: Store Locator
Icons > Stores
This string specifies the store marker icon that appears in the store list, next to the name of the store and in the Store Information popup (if enabled).
ID |
storeLocator.icons.stores |
UI location |
Store Locator > Store Locator |
JSON file |
StoreLocator.json |
Icons > Position
This string specifies the store marker icon that appears on the map at the store’s relative location.
ID |
storeLocator.icons.position |
UI location |
Store Locator > Store Locator |
JSON file |
StoreLocator.json |
Icons > Autocomplete
This string specifies the store marker icon that appears to the left of the store name within the predicted results of the auto-complete list.
ID |
storeLocator.icons.autocomplete |
UI location |
Store Locator > Store Locator |
JSON file |
StoreLocator.json |
Zoom Level for Store Details
This number specifies the zoom level to be applied in the map when viewing specific store details (applied in StoreLocator.Details.View.js). Default value is 17.
ID |
storeLocator.zoomInDetails |
UI location |
Store Locator > Store Locator |
JSON file |
StoreLocator.json |
Show Store Popup
This Boolean value enables or disables the Store Information popup on the map when a user hovers the pointer over the associated store in the Store Locator list. This is enabled by default.
ID |
storeLocator.openPopupOnMouseOver |
UI location |
Store Locator > Store Locator |
JSON file |
StoreLocator.json |
Title
This string specifies the title of the Store Locator feature as rendered on the main view and in the header. The default is Store Locator.
ID |
storeLocator.title |
UI location |
Store Locator > Store Locator |
JSON file |
StoreLocator.json |
Is Enabled
This Boolean value enables or disables the Store Locator feature. This is enabled by default.
ID |
storeLocator.isEnabled |
UI location |
Store Locator > Store Locator |
JSON file |
StoreLocator.json |
Radius
This number specifies the search radius from the current location or entered address in which to display stores on the map. The radius units can be configured for kilometers or miles using a different configuration property. The default radius is 50.
ID |
storeLocator.radius |
UI location |
Store Locator > Store Locator |
JSON file |
StoreLocator.json |
Show Localization Map
This Boolean value enables or disables a search map on mobile devices. If this property is set to true, a small map appears at the top of the screen on mobile devices while searching for an address. This property applies to mobile devices only.
ID |
storeLocator.showLocalizationMap |
UI location |
Store Locator > Store Locator |
JSON file |
StoreLocator.json |
Number of Stores per Page
This number specifies the number of stores listed per page if a shopper selects the See complete list of stores link. The default is 28.
ID |
storeLocator.showAllStoresRecordsPerPage |
UI location |
Store Locator > Store Locator |
JSON file |
StoreLocator.json |
Default Type of Locations
This string specifies the type of stores to return (stores, warehouses, or both). If no property is specified, the map and list display both location types. Possible values are:
-
1 – returns only locations listed as Stores in NetSuite.
-
2 – returns only locations listed as Warehouses.
-
1,2 – returns only locations listed as Stores or Warehouses.
-
Leave blank to return locations listed as stores, warehouses, or undefined.
ID |
storeLocator.defaultTypeLocations |
UI location |
Store Locator > Store Locator |
JSON file |
StoreLocator.json |
Default Quantity of Locations
This number specifies the maximum number of locations returned if no results exist within the search radius specified using the Radius property.
ID |
storeLocator.defaultQuantityLocations |
UI location |
Store Locator > Store Locator |
JSON file |
StoreLocator.json |
Distance Unit
This string specifies the measurement units of the configured radius. Possible values are mi
(miles) or km
(kilometers). The default is miles.
ID |
storeLocator.distanceUnit |
UI location |
Store Locator > Store Locator |
JSON file |
StoreLocator.json |