Store Settings
Fetch Countries
fetchCountries
zid.store.settings.fetchCountries().then(function (response) { /* Handle response */ });
Fetch Cities of a Country
fetchCitiesOfCountry
countryId
 - The unique identifier of the country.zid.store.settings.fetchCitiesOfCountry(countryId).then(function (response) { /* Handle response */ });
Fetch Terms and Conditions
fetchTermsAndCondition
zid.store.settings.fetchTermsAndCondition().then(function (response) { /* Handle response */ });
Fetch Privacy Policy
fetchPrivacyPolicy
zid.store.settings.fetchPrivacyPolicy().then(function (response) { /* Handle response */ });
Modified at 2024-11-05 12:47:20