Multiple Tools Per Page
How do I install both the store locator and product locator on one page? How do I install two product locators on the same page?
Multiple product locators
Add an id parameter e.g. "id": "1", in each embed code and have the id be different for each Product Locator. The id can be anything you want (a number is preferred) but it must be different for each Product Locator being loaded on the page.
Alter the id value in ALL parts of the embed code to match the id parameter.
For example, these two embed codes will work on the same page:
All instances of the id 0 have been replaced with 1.
Store locator and product locator on the same page
Add an id parameter e.g. "id": "1", in each embed code and have the id be different for the Product Locator and Store Locator. The id can be anything you want (a number is preferred) but it must be different for each Locally tool being loaded on the page.
Alter the id value in ALL parts of the embed code to match the id parameter.
