Use the Option 3 when embedding the store locator and add an event listener like this:
<script>
document.addEventListener('storerocket-storelocator-search', (e) => {
// your code here
// console.log(e.detail)
})
</script>
Use the Option 3 when embedding the store locator and add an event listener like this:
<script>
document.addEventListener('storerocket-storelocator-search', (e) => {
// your code here
// console.log(e.detail)
})
</script>