Skip to content

fix(storefront): TRAC-633 show ship-to address only for completed or shipped orders#2647

Draft
bc-alexsaiannyi wants to merge 1 commit into
bigcommerce:masterfrom
bc-alexsaiannyi:trac-633
Draft

fix(storefront): TRAC-633 show ship-to address only for completed or shipped orders#2647
bc-alexsaiannyi wants to merge 1 commit into
bigcommerce:masterfrom
bc-alexsaiannyi:trac-633

Conversation

@bc-alexsaiannyi
Copy link
Copy Markdown
Contributor

@bc-alexsaiannyi bc-alexsaiannyi commented Apr 30, 2026

What?

The Ship To message on the Order page has been updated to align with the order confirmation email and reduce confusion around different order statuses.

Requirements

  • CHANGELOG.md entry added (required for code changes only)

Tickets / Documentation

TRAC-633

Screenshots

Before:

Screenshot 2026-04-30 at 12 27 18

After:

Screenshot 2026-05-05 at 10 02 31
Screen.Recording.2026-04-30.at.21.32.38.mov


<ul class="account-list">
{{#each order.items}}
{{#if shipping_rows.length}}
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: removed this block since if shipping_rows since the main #each block is skipped entirely when there's nothing to iterate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant