The Settings component of the Zid Themes Library offers functions to access various store settings, such as retrieving lists of countries, city details, terms and conditions, and privacy policies.
Function:Â fetchCountriesDescription: Retrieves a list of countries available in the store settings.Usage:Â zid.store.settings.fetchCountries().then(function (response) { /* Handle response */ });
Function:Â fetchTermsAndConditionDescription: Gets the store's terms and conditions as set in the store settings.Usage:Â zid.store.settings.fetchTermsAndCondition().then(function (response) { /* Handle response */ });
Function:Â fetchPrivacyPolicyDescription: Retrieves the store's privacy policy as defined in the settings.Usage:Â zid.store.settings.fetchPrivacyPolicy().then(function (response) { /* Handle response */ });