Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
fetchCountrieszid.store.settings.fetchCountries().then(function (response) { /* Handle response */ });fetchCitiesOfCountrycountryId - The unique identifier of the country.zid.store.settings.fetchCitiesOfCountry(countryId).then(function (response) { /* Handle response */ });fetchTermsAndConditionzid.store.settings.fetchTermsAndCondition().then(function (response) { /* Handle response */ });fetchPrivacyPolicyzid.store.settings.fetchPrivacyPolicy().then(function (response) { /* Handle response */ });