feat(backorders): BACK-471 display backordered quantity message on PDP#2613
Open
bc-apostoliuk wants to merge 1 commit intomasterfrom
Open
feat(backorders): BACK-471 display backordered quantity message on PDP#2613bc-apostoliuk wants to merge 1 commit intomasterfrom
bc-apostoliuk wants to merge 1 commit intomasterfrom
Conversation
Show a dynamic message indicating how many items will be backordered based on the selected quantity, available on-hand stock, and backorder availability. Co-authored-by: Cursor <cursoragent@cursor.com>
bc-maksym-konohorov
approved these changes
Feb 19, 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-471
What/Why?
Screen.Recording.2026-02-19.at.14.22.15.mov
Display a dynamic "X will be backordered" message on the product detail page (PDP) when the selected quantity exceeds available on-hand stock.
availableOnHandandavailableForBackorderproduct context into the template<p data-product-backordered>element in the stock form field areaupdateQtyBackorderedMessage(qty)method toProductDetailsBasethat calculates how many items will be backordered and shows/hides the message accordinglyRollout/Rollback
Standard deployment. Rollback by reverting the PR if needed.
Testing
Made with Cursor