Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
https://{store}/auth/login?redirect_to=%2Fcheckout
due to how guest login option now will be presented in the login page. If you make the checkout button redirect to checkout page immediately the customer will not be presented the option to log-in first.shipping_and_payment.jinja
was renamed to shipping_payment.jinja
zid.store
is deprecated. You can use window.vitrin
instead.window.isAuthenticated
and window.isGuest
to check the auth state of a user.