Custom Orbe button
Enable a custom button to change country/market preferences
If you still don't have a custom button to change the country or language, we recommend adding one using Orbe. In this case, we recommend adding a custom button to reopen the Orbe popup and change the shopping experience.
In a paid plan, our team can support you in getting this feature in a few steps:
- 1.Contact the Orbe support team through Live Chat or email.
- 2.
- 3.Confirm with our team if you want to open the geolocation popup or the popup with flags when your customers click the icon:
Geolocation popup | Popup with flags |
---|---|
![]() | ![]() |
- 4.Give access to our team to your store.
- 5.Our team will confirm with you when it will be ready.
This documentation is for developers only. If you're not a developer, please send this information to your developer, as they can follow the documentation.
Use the following JavaScript function to open the Orbe modal and force a refresh of the information:
orbito.openAndRefreshModal();
This function does not accept any parameters and automatically reads the ID
md-app-embed__modal
.Use the following JavaScript function to open the Market Selector Popup:
orbito.openModal('md-app-embed__footer-popup');
The ID of the element for this modal is
md-app-embed__footer-popup
.Last modified 3mo ago