SCIS Location Searches
In SuiteCommerce InStore (SCIS), the SCIS Location and SCIS Inventory Location searches affect location data displayed on the Product Detail Page in the Nearby Stores tab and the All Locations tab. You can modify the location data by creating new location searches with criteria that you select. After you have created your own modified saved search, use the new saved search ID in the CustomConfiguration.js file to change the default location searches used in SCIS.
To create a location search for the Product Detail Page:
-
Select your own criteria for the location search. Follow the instructions in Modifying Included Saved Searches.
-
Go to Reports > All Saved Searches. Remember the ID for your modified SCIS location search.
-
Go to Web Site Hosting Files > Live Hosting Files > SSP Applications > NetSuite Inc. -POS > SuiteCommerce InStore.
-
Click Edit next to CustomConfiguration.js.
-
Replace the default value for
locationSearch
with the ID for your own custom saved search.location: { // Id of the search for displaying locations in Nearby stores and in Pick up locations locationSearch: 'customsearch_ns_pos_locations_2',
You can also replace the value for
inventoryLocationSearch
with a modified version of the SCIS Inventory Location search.
For more information, see Customize Location Display.