fix(storefront): BACK-475 Display backorder message on cart page#2608
Open
bc-apostoliuk wants to merge 1 commit intomasterfrom
Open
fix(storefront): BACK-475 Display backorder message on cart page#2608bc-apostoliuk wants to merge 1 commit intomasterfrom
bc-apostoliuk wants to merge 1 commit intomasterfrom
Conversation
alex-gaiduchok
approved these changes
Feb 12, 2026
golcinho
approved these changes
Feb 12, 2026
|
Discussed with @bc-apostoliuk that we are going to update this PR with other backorder fields as well. |
bc-maksym-konohorov
approved these changes
Feb 12, 2026
Add backorder message below quantity controls in cart items when stock_position.backorder_message is available, with null-safe checks. Style the message with zero bottom margin for proper alignment. Co-authored-by: Cursor <cursoragent@cursor.com>
ba883aa to
791f006
Compare
Contributor
Author
|
@animesh1987 I have added the rest of the fields to the PR |
animesh1987
approved these changes
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira: BACK-475
What/Why?
Screen.Recording.2026-02-13.at.11.03.27.mov
Display the backorder message on the cart page below the quantity controls for each cart item. When a product has a
stock_position.backorder_message, it is now shown to the customer in the cart. The implementation includes null-safe checks to handle cases wherestock_positionis undefined or null.Rollout/Rollback
Standard deployment. Rollback by reverting the PR if needed.
Testing
stock_position) do not show any extra text.