Release Notes / Version 10.11.1.2 / June 19, 2026
Release Information
The Znode 10.11.1.2 release introduces new features, enhancements, performance upgrades, and bug fixes.
Version Note: To ensure the new feature functions as intended, using the latest version of the Storefront is recommended. Older versions may support the feature partially or could lead to limited functionality or operational inconsistencies.
Release Highlights
Improvement – Highlights
Area | Key Improvements |
Marketing | Corrected URL redirect behavior to return the appropriate HTTP 301 Permanent Redirect status code, improving SEO compliance, and redirect accuracy. |
Accounts & Users | Enhanced admin user management performance by optimizing address detail retrieval, resulting in faster loading of address information from the Admin Panel. |
OMS | Improved order navigation and cart functionality by fixing order detail page redirects from the Thank You page and ensuring pricing information is displayed correctly to enable checkout. |
DAM | Enhanced website logo management by improving media configuration validation and resolving issues affecting logo updates and Media Manager search functionality. |
Disclaimer
Display Order Field Removal from Category (Admin UI Only)
- This change is limited to Admin UI only. The Display Order field has been hidden from the Category Listing, Add New Category and Manage Category forms, and the DisplayOrderCategory attribute has been removed from the Category Attribute List. No changes have been made to the underlying APIs or business logic. Existing APIs continue to support the Display Order value and will function as per their current behavior.
Enable XSS Validation
- Even if the Enable XSS Validation and Enable IDOR Validation flags are set to true, the changes will only take effect after explicitly saving the configuration.
Temporary Disablement of Email Marketing Tab
- The Email Marketing tab within the Stores section has been temporarily disabled. This measure has been implemented to accommodate ongoing updates and improvements. During this period, admin users will not have access to email marketing features from the Stores section. The functionality will be restored once the necessary changes have been completed and validated.
Temporary Disablement of Promotions, Coupons, and Vouchers Management on the Manage Order Screen. (Continued from Previous Version)
- In this release, the ability to add, manage, or modify promotions, coupons, and vouchers has been temporarily disabled on the Manage Order screen in the Admin Console. While promotions and coupons applied during order creation will still be visible on the Manage Order screen, the options to add new promotions or remove existing ones will not be available. This functionality will be re-enabled in a future update.
Temporary Configuration Change
- As a temporary optimization to address memory consumption issues during sitemap and product feed generation, the default chunk size has been reduced from 50,000 to 10,000 records. This change improves processing stability for large datasets and applies to Product Sitemaps, Category Sitemaps, Content Page Sitemaps, and Product Feeds (Google, Bing, and XML). Future enhancements may revisit this configuration as part of ongoing performance improvements.
Temporary Checkout UI Change
- Temporary removal of line-item REMOVE action from the checkout page.Shoppers must modify items on the cart page before checkout.Ensures consistency with updated checkout session handling.
Black Box Improvements
Marketing
Z10-35815 | 301 URL Redirect Feature Returns HTTP 307 Instead of 301
Addressed an issue where the 301 URL Redirect feature was incorrectly returning an HTTP 307 Temporary Redirect response instead of the intended HTTP 301 Permanent Redirect. The redirection logic has been corrected to ensure proper SEO behavior and accurate status code handling.
Accounts & Users
Z10-32698 | Delay in Opening Address Details via Edit Icon in Admin Panel
Optimized the performance issue where clicking the edit icon for address details in the admin panel caused a noticeable delay. Optimized the Znode_AdminUsersByUserId stored procedure by: Refactoring dynamic SQL to a static query with better joins, Applying UserId filtering earlier to reduce the dataset and Removing redundant @FilterBstore null checks.
Order Management System (OMS)
Z10-35982 | Thank You Page: Order Number Redirects to 404 Page
Corrected an issue where clicking on the order number from the Thank You page redirected users to a 404-error page instead of the corresponding Order Details page. The navigation logic has been fixed to ensure users are properly redirected to the correct order details view for improved post-purchase experience. Removed the unnecessary and problematic orderId state entirely. Updated the getOrderDetailHref function to directly use the actual string order?.orderNumber returned directly from the API response, ensuring the URL is always built with the correct, uncorrupted value.
Z10-35733 | Cart Page Pricing Not Displayed and Checkout Disabled
Resolved an issue where pricing details were not displayed on the cart page, which also caused the checkout button to remain disabled. Replaced index-based price mapping with SKU + Quantity-based matching to correctly align input items with DB response rows regardless of order. Includes a SKU-only fallback for backward compatibility and graceful handling of missing/null data.
DAM
Z10-35826 | Store Experience - Website Logo Update Functionality Broken
Fixed an issue where the website logo update functionality was not working as expected in the store experience module. Added validation to check External Media configuration before rendering the popup, ensuring it only appears when enabled. This also resolved the Media Manager search issue caused by overlapping modals.