Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
fetchAddresses
zid.store.customer.fetchAddresses().then(function (response) { /* Handle response */ });
isBoughtProduct
productId
- The unique identifier of the product to check.zid.store.customer.isBoughtProduct(productId).then(function (response) { /* Handle response */ });