-
Notifications
You must be signed in to change notification settings - Fork 9.4k
magento/magento2#39915: Guest Prefix Not Saved to Quote Address 2.4.8 #39926
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
base: 2.4-develop
Are you sure you want to change the base?
magento/magento2#39915: Guest Prefix Not Saved to Quote Address 2.4.8 #39926
Conversation
Hi @KrasnoshchokBohdan. Thank you for your contribution!
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
@magento run all tests |
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.
Pull Request Overview
This pull request fixes an error occurring during guest checkout by ensuring that the customer's prefix is correctly set on the quote address.
- Inserts a line to set the customer address prefix from the billing address.
- Resolves the issue where a missing prefix caused a validation error during order placement.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@magento run all tests |
Description (*)
Fix for error "Name Prefix is a required value." on place order.
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
(store->configuration->customers->customer configuration->name and address options->show prefix - make required)
Questions or comments
Contribution checklist (*)