IkasBaseStore
customerStore
IkasCustomerStoreRefer to the IkasCustomerStore reference.
cartStore
IkasCartStoreRefer to the IkasCartStore reference.
currentPageType
IkasThemeJsonPageType | null | undefinedIf you need to know which page the merchant is currently on, you can use this field. Refer to the IkasThemeJsonPageType reference.
localeOptions
IkasLocaleOption[]Available locale options for the storefront. Refer to the IkasLocaleOption reference.
showLocaleOptions
booleanIndicates whether the localeOptions
should be shown to the customer.
This usually means that the customer is visiting from a country
for which there is a specific locale/pricing available.
(The isRecommended=true
localeOption).
currentCountryCode
string | null | undefinedISO2 code of the visiting country of the customer.
getInstance
functionFunction to access the singleton IkasBaseStore instance.
function getInstance(): getInstance