Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
This page documents the new Vitrin store functions and shows the old Zid equivalents.
window.zid.store
.zid.store.countries()
zid.store.settings.fetchCountries()
zid.store.getCities(country_id)
zid.store.settings.fetchCitiesOfCountry(countryId)
country_id
(number, required) — The ID of the country.