December 23, 2025
Action RequiredFeature Update
Multi-Inventory & Region–Language Modal#
We’ve introduced support for the multi-inventory feature along with a new
region & language selection modal.
Theme developers are required to implement this update to ensure compatibility and enable
full migration of remaining stores.This change should also be applied to previously released themes.
QA test cases will be updated to cover this functionality moving forward.Read full post →
December 16, 2025
Performance
Grouped Products Template Update#
We’ve introduced a new template for grouped products as part of last week’s updates.
Theme developers are required to apply this change to ensure compatibility with the latest Vitrin structure.What changed?
A simple substitution of the old Twig template with the new Jinja template:Old (Twig):
{{ template_for_product_grouped }}New (Jinja):
{% include 'vitrin:products/grouped-product.jinja' %}
December 11, 2025
Action RequiredPayment
Apple Pay Quick Checkout Template Support#
Vitrin now fully supports the new Apple Pay Quick Checkout template, enabling faster and more seamless checkout experiences for customers.
All theme developers are required to update their themes to use this new template as soon as possible to prevent any checkout issues.
December 7, 2025
Checkout
Checkout as a Pop-up#
The checkout popup feature allows customers to display the checkout page inside a modal dialog instead of redirecting customers away from the current page. When enabled, this creates a smoother, faster checkout experience and allows customers to complete their purchase without losing context.
December 4, 2025
Performance
UndefinedErrors Now Visible in Dev Preview#
Undefined-variable errors are now displayed in the development preview environment.
Themes that previously looked fine may now show errors—this is expected.
Use this update to fix missing fallbacks, handle optional values, and rely on safeget where needed.
December 4, 2025
Performance
Updated Settings Mapping#
The Store Settings Mapping page has been updated with corrected and complete mappings.
Developers should review the page to ensure their themes reflect the correct configuration behavior.
December 3, 2025
Performance
Validate Endpoint Now Available#
We’ve added a new /validate endpoint is now available for all partners.
Use it to instantly validate theme files, catch issues early, and shorten the testing cycle.
November 18, 2025
Performance
Image Handling & Performance Update#
We’ve added a detailed guide in the Performance page for the new image_url helper, the equivalent of the old imageUrl function.
We strongly recommend all developers use image_url to generate responsive, optimized images, which greatly enhances performance and reduces page load time.
November 18, 2025
ProductsCategoris
Route Updates for Products & Categories#
Products Route:
Previously, both /p and /products were supported. Now, only /products is valid.
/p will permanently redirect to /products.
Categories Route:
/c now permanently redirects to /categories.
October 27, 2025
Action RequiredLogin
Customer Login as a Pop-up#
The login popup feature allows users to authenticate without leaving the current page. When enabled, it provides a modal dialog for user login, creating a smoother and more seamless user experience.
October 20, 2025
Action RequiredLogin
Customer Address as a Pop-up#
The address dialog feature allows users to add or edit their shipping addresses without leaving the current page.
When enabled, it provides a modal dialog for address management, creating a smoother and more seamless user
experience.Modified at 2026-06-22 21:04:16