Store

The store option allows you to define the specific store setting in a multi-store environment. It accepts a store's key as configured in the LiSA dashboard and passes it onto the LiSA player, when launching a show from the Library.

This option ensures, that the player display's the correct pricing information, locale settings and product deep links for a specific store.

window.LiSA.library.configs.push({
  store: 'uae',
});

Last updated