Make a store card or image clickable
Use element-level links when only the image or a specific piece of text should be clickable. Use a card-level link when the entire result should open one destination.
Link an image or text element
- Go to Store Locator → Builder.
- Open the Store Card or Map infobox design you want to change.
- Select the hero image or text element on the canvas.
- Open its link or interaction settings in the inspector.
- Select Store details page to use the current store's generated URL, or choose Custom URL and configure the supported store field/value.
- Choose whether the link opens in the same window or a new window.
- Save the design and test at least two different stores.
The destination must resolve separately for every repeated card. Do not paste one store's fixed details URL into a reusable template.
Make the complete card clickable
- Select the outermost card container.
- Open the container's link or interaction settings.
- Choose Store details page or the required dynamic custom URL.
- Add a visible hover and keyboard-focus treatment so visitors know the card is interactive.
- Save and test with a mouse, keyboard, and touch viewport.
Avoid nested links
Do not make the entire card a link when it also contains separate clickable phone, directions, website, or details controls. HTML does not support links nested inside another link reliably.
Choose one of these patterns:
- whole card opens details, with no separate links inside;
- only the image/title/details button opens details, while phone and directions remain separate;
- a non-link card contains several clearly labelled actions.
When a custom URL is empty
Test a store that has no value in the selected URL field. The element should remain non-clickable or use the configured fallback; it should never produce an empty link, reload the current page, or navigate to an unsafe protocol.