-
Notifications
You must be signed in to change notification settings - Fork 219
Hide the shipping address form from the Checkout when the "Force shipping to the customer billing address" is enabled #7268
Conversation
The release ZIP for this PR is accessible via:
|
Size Change: +171 B (0%) Total Size: 917 kB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testing steps returned the expected behavior 🚢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @tarunvijwani, for working on this PR! And thank you, @wavvves, for the review! I tested the PR as well, and it works as expected! I'll merge the PR since @tarunvijwani is AFK and this need to be ready for next week's release! 🙌
I checked the failed E2E and JS Lint tests, which seem unrelated to this PR. We can see the same JS lint error on previous commits. The failing E2E test is a flaky one. I've run it locally, and it passed successfully! |
@nielslange This might impact woocommerce/woocommerce#42623. Good to test this scenario as well. |
…ping to the customer billing address" is enabled (woocommerce#7268) * Hide shipping address form from the Checkout when forced billing address is enabled. * Update shipping address when billing address is changed * Display shipping options * Fixed needs shipping condition Co-authored-by: Saad Tarhi <[email protected]>
…ping to the customer billing address" is enabled (woocommerce#7268) * Hide shipping address form from the Checkout when forced billing address is enabled. * Update shipping address when billing address is changed * Display shipping options * Fixed needs shipping condition Co-authored-by: Saad Tarhi <[email protected]>
…ping to the customer billing address" is enabled (woocommerce#7268) * Hide shipping address form from the Checkout when forced billing address is enabled. * Update shipping address when billing address is changed * Display shipping options * Fixed needs shipping condition Co-authored-by: Saad Tarhi <[email protected]>
Hides the shipping address form from the Checkout when the
Force shipping to the customer billing address
is enabled.Fixes #7219
Changes in the PR
Screenshots
Testing
Automated Tests
User Facing Testing
wp-admin/admin.php?page=wc-settings&tab=shipping§ion=options
page.Force shipping to the customer billing address
option and save the changes.WooCommerce Visibility
Performance Impact
Changelog