Website v20.0.36 - 21 January 2026
On this page
This patch release delivers a collection of bug fixes across POS sync, checkout flow, navigation, content management, and address validation. Notable fixes include corrected tax calculations in POS order sync, a navigation menu bug that was doubling category entries, and an improvement to order reordering that now preserves custom form answers. Checkout address validation has also been extended to cover additional countries that do not use state or province fields.
Enhancements
Reorder Now Copies Custom Form Answers When a customer uses the reorder feature, any custom answers they provided on product or order item forms in the original order are now copied across to the new cart items. Previously, form answers were lost during reorder, requiring customers to re-enter them manually.
Deprecated Fields
No deprecated fields in this release.
Fixed Bugs
POS: Order Item Tax Calculations Incorrect During Sync When syncing POS orders, tax calculations for order items could include taxes from zones other than the store’s current zone. This was due to product taxes not being scoped to the store’s zone during the sync calculation. The fix ensures only taxes applicable to the store’s zone are used when computing order item data during sync.
Checkout: Incorrect Redirect After Removing Unavailable Shipping Items When an unavailable shipping item was removed during checkout, the customer was being redirected to the shipping information step rather than staying on their current step. The redirect now correctly sends the customer back to the same step they were on before the item was removed.
Navigation: Category Menu Items Appearing Twice When navigation menus contained child items linked to product categories, each category was being returned twice, causing duplicate entries to appear in the menu. The query has been updated to return only distinct taxon records.
Articles: Publish Date Causing Errors When Not Set
An article’s publish_on date could raise an error when the underlying timestamp was missing or null. The article drop now handles null publish dates gracefully, preventing template rendering errors for unpublished or draft articles.
Checkout: State Field Still Required for Some Countries Without States Following the initial fix in v20.0.33 for countries without subdivisions (Anguilla, American Samoa), additional countries were identified where checkout was still incorrectly requiring a state or province entry. Validation now correctly skips state fields for all countries that do not have subdivisions, including cases where billing and shipping countries differ.