Settings
Set up redirect behavior
When connecting multiple stores, you can decide how redirections between them should work. There are two options:

Redirect to homepage
Use this if your stores don’t share the same URL structure.
This option redirects users to the homepage of the correct store. It helps prevent 404 errors when equivalent pages don’t exist across stores.
Redirect to the same page
Use this if your stores share the same URL paths.
When enabled, Orbe redirects users to the same page they were visiting, but in the correct store.
For example:
The user lands on:
https://store-a.com/products/example1
They are redirected to:
https://store-b.com/products/example1
If this option is disabled, they will be redirected to: https://store-b.com/
Exclude specific URLs from geolocation
Sometimes you might want to disable the popup or redirection on specific pages—like a shared blog, press section, or landing pages. By excluding URLs, Orbe will stay inactive on those pages.

Example use case
Imagine you have a shared blog hosted in your US store, and users from other countries should access it without redirection. To prevent Orbe from triggering, add an exclusion like: /blogs/global-blog*
This disables both the popup and any redirection logic on all pages that start with that path.
How to format exclusions
Add relative URLs only (no domain)
Use an asterisk
*
to match all content after the URLSeparate multiple URLs with commas
Example: /blogs/global-blog*, /pages/summer-sale, /pages/about-us
FAQs
Last updated
Was this helpful?