Settings
Last updated
Was this helpful?
Last updated
Was this helpful?
When connecting multiple stores, you can decide how redirections between them should work. There are two options:
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.
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/
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.
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.
Add relative URLs only (no domain)
Use an asterisk *
to match all content after the URL
Separate multiple URLs with commas
Example: /blogs/global-blog*, /pages/summer-sale, /pages/about-us
Use the to disable Orbe on any URL. Make sure to format the paths correctly (e.g., /blogs/global*
).