-
Notifications
You must be signed in to change notification settings - Fork 132
Shipping lines in order details #11556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shipping lines in order details #11556
Conversation
…-lines-in-order-details
📲 You can test the changes from this Pull Request in WooCommerce Android by scanning the QR code below to install the corresponding build.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## issue/multiple-shipping-lines-support #11556 +/- ##
===========================================================================
- Coverage 40.47% 40.44% -0.03%
- Complexity 5200 5202 +2
===========================================================================
Files 1083 1084 +1
Lines 62996 63090 +94
Branches 8623 8643 +20
===========================================================================
+ Hits 25497 25518 +21
- Misses 35204 35273 +69
- Partials 2295 2299 +4 ☔ View full report in Codecov by Sentry. |
888e482
into
issue/multiple-shipping-lines-support
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
Closes: #11394
Why
As part of Extended Shipping Lines Support, we want to add support for multiple shipping lines.
Description
This PR supports displaying multiple shipping lines in the order details screen. It creates a new shipping section and relies on the cached shipping methods to display the shipping details.
Testing instructions
Images/gif
Screen_recording_20240518_223212.mp4
RELEASE-NOTES.txt
if necessary. Use the "[Internal]" label for non-user-facing changes.