Links

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. 1.
    Contact the Orbe support team through Live Chat or email.
  2. 2.
    If you don't have an icon, choose one from our library.
  3. 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
  1. 4.
    Give access to our team to your store.
  2. 5.
    Our team will confirm with you when it will be ready.

Developer Guide

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.

Open Orbe Popup

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.

Open the Market Selector Popup Style

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.