Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
fetch
id
- Unique identifier of the blog post.slug
- Slug of the blog post. Use either id
or slug
.zid.store.page.fetch({id, slug}).then(function (response) { /* Handle response */ });
FetchFaqs
zid.store.page.fetchFaqs().then(function (response) { /* Handle response */ });
FetchShippingAndPayment
zid.store.page.fetchShippingAndPayment().then(function (response) { /* Handle response */ });