Fluent Commerce Logo
Docs

Stability Update: Arabic Locale, Returns, and Data Accuracy Fixes

Release

Author:

Yulia Andreyanova

Changed on:

16 Jan 2026

Target release date:2026-01-12
Release status:Development

Description

ONGOING DEPLOYMENTWe are currently updating the content on this page due to an ongoing deployment. Some information might be out of date. Please reach out if you have any concerns.
This release resolves several issues affecting localization, returns, and data accuracy across Fluent applications.Users selecting Arabic previously experienced UI errors, untranslated labels, or GraphQL failures due to non-UTC date formatting. All affected components now properly handle Arabic locale formatting, ensuring screens and API requests are not broken.The Returns component also receives targeted fixes, helping to maintain selected return reasons and conditions even when quantities change, and improving the consistency of validation behavior.Additionally, OMS now retrieves accurate data from fulfillment plans, enhancing operational decision-making and display reliability.Finally, product variant pages now load correctly for SKUs that contain slashes (/) or special characters. The platform now reliably handles encoded and decoded URL parameters, preventing broken links and ensuring all variants load as expected.

Changelog

Localization Fix:
  • Corrected Arabic translations for return reasons and return conditions in Fluent Store and Fluent OMS.
  • Fixed date formatting issues that caused GraphQL validation errors when Arabic was selected.
  • Extended `dateFormat` template to ensure UTC-compliant formatting regardless of language.
Returns Component Fix:
  • Fixed loss of `returnReason` and `returnCondition` after quantity changes.
  • Improved validation consistency in the Returns component.
Availability Fix:
  • Updated the `dataSource` in the Fluent OMS Availability manifest fragment to correctly reference fulfillment plan attributes.
URL Handling
  • Introduced centralized URL encoding logic in the core.
  • Added new string template function `decodeUrlParams` to support cases where URL encoding must be disabled.
  • Fixed product variant pages failing to load when SKUs contained slashes or other special characters.
Released capability depth:Fix
Release bundle / Capability type:Web apps, Platform