You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Display the cart shipping expectation prompt on its own full-width row beneath the Shipping label, keeping the shipping cost on the same row as the Shipping label #2692
Validate picklist option available_to_sell on PDP so Add to Cart is disabled and a "maximum purchasable quantity for {picklist} is {qty}" error is shown when the requested quantity exceeds a selected picklist item's stock, even when the main product still has enough stock #2684
Render backorder prompts for bundled picklist options on the account order details page, using linked_bundled_item data per option; move parent item backorder prompts above the options list; reduce backorder prompt font size and add spacing between prompts and adjacent option rows #2687
Hide option values on the PDP that would complete a "disable and hide" rule for the current selection, and steer the shopper off a default selection that is itself a forbidden combination #2678
Refine backorder layout and colors on the account order details page #2677
Make the cart Shipping row label span the full width of the totals row so the shipping expectation prompt is no longer constrained to the narrow label column #2674
Respect unlimited_backorder on PDP so the backorder quantity message and availability prompt render, and the Add to Cart quantity cap is lifted for products with unlimited backorder #2671
Keep PDP "N will be backordered" message visible when the requested quantity exceeds available_to_sell (still clamped by available_for_backorder), so shoppers see why the qty was clamped alongside the "maximum purchasable quantity" error #2672
Render backorder prompt for picklist products on PDP #2662
Fix bundled item stock section showing title with no content when there is no backorder data or all inventory display settings are disabled #2668
Render stock positions for bundled items (pick lists) on the cart page, (change to be left aligned with the quantity adjuster) #2663
Fix duplicate id="default_instrument" on Update Payment Method page #2661
Respect available_to_sell on PDP so the Sold Out alert is hidden and the Add to Cart button stays enabled for backorderable products, and is disabled when quantity exceeds available_to_sell#2659