-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Fixed Issue: Customer name in admin order management is "Guest" #18640
Fixed Issue: Customer name in admin order management is "Guest" #18640
Conversation
Hi @maheshWebkul721. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
#SQUASHTOBERFEST |
} | ||
|
||
$data += ['is_filterable' => 0, 'is_filterable_in_search' => 0]; | ||
|
||
if ($model->getIsUserDefined() === null || $model->getIsUserDefined() != 0) { |
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.
Could you please tell what is the reason of changes in this file? How is it related to the original issue?
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.
@slavvka you are right, I cloned my previous fixes and pushed in that so the previous files are also reflecting..... i will update it...
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.
@maheshWebkul721 Thank you! And please revert all empty lines that you removed.
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.
@maheshWebkul721 I would suggest you recreated your fix from the scratch and force-pushed it to ensure you don't have not needed changes.
@slavvka update the other files which is not relevant to this issue. |
} | ||
|
||
$data += ['is_filterable' => 0, 'is_filterable_in_search' => 0]; | ||
|
||
if ($model->getIsUserDefined() === null || $model->getIsUserDefined() != 0) { |
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.
@maheshWebkul721 I would suggest you recreated your fix from the scratch and force-pushed it to ensure you don't have not needed changes.
Fixed Issue of Place an order as an guest, the displayed customer name in the admin order management is "Guest". If the guest has created an account after placing the order, it is a link that points to the customer's account management. Invoice and shipping are also affected.
Description (*)
If Order is placed by Guest user in admin Order view, Invoice view, Shipment view, displaying Customer
name as "Guest", issue was in the quote management, its only set email for the customer, Now i have it
in this pull request.
Fixed Issues (if relevant)
Manual testing scenarios (*)
Contribution checklist (*)