-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Added progress bar to multiple shipping address checkout #29045
base: 2.4-develop
Are you sure you want to change the base?
Added progress bar to multiple shipping address checkout #29045
Conversation
Hi @rav-redchamps. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review. For more details, please, review the Magento Contributor Guide documentation. |
@magento run all tests |
Hi @rav-redchamps. Could I kindly ask you to cover your changes with an MFTF test, please? Thank you! |
@rogyar Sure will do. Also, what about static test fail with error Layout file '/var/www/html/app/code/Magento/Multishipping/view/frontend/layout/multishipping_checkout.xml' uses following blocks that are not marked with @api annotation: |
Hi @rav-redchamps. I believe you may skip it for now. Such decisions as marking classes as |
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.
@rav-redchamps changes look good to me! Please, cover changes with MFTF test and we will proceed with delivery
Hi, @rav-redchamps! |
Hi @engcom-Golf I want to, but not getting enough time these days. If someone else want to takeover & cover it with the test then please feel free to. |
I will cover these PR changes with autotest. |
@magento run all tests |
26b43a7
to
88b6e0e
Compare
@magento run all tests |
Hi @sidolov, thank you for the review.
|
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.
Hi @rav-redchamps .
During tesing, we faced the issue.
Problem: All messages appear above the progress bar
Manual testing scenario:
- Enable Table Rate shipping method;
- Go to Storefront;
- Add product to cart;
- Go to Shopping Cart;
- Go to Checkout with Multiple Addresses;
- Go to Shipping Information step;
- Click on the Continue to Billing Information button;
Actual Result: ✖️ Error message appears above the progress bar
Expected Result: ✔️ On the Single Address checkout all messages appear under the progress bar
and another question is whether we need Order Success and Order Results steps if the order creation process ends at the Place Order step?
@rav-redchamps Could you take a look?
Thanks!
Pull Request state was updated. Re-review required.
@magento run all tests |
Description (*)
Progress bar was missing on multiple shipping address checkout so added it.
After:
Before:
Related Pull Requests
None
Fixed Issues (if relevant)
None
Manual testing scenarios (*)
Questions or comments
None
Contribution checklist (*)