Skip to content
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

Customer info are not auto-populated correctly in admin creating a new order #3966

Closed
kennyadsl opened this issue Mar 1, 2021 · 2 comments
Closed
Labels
changelog:solidus_backend Changes to the solidus_backend gem type:bug Error, flaw or fault

Comments

@kennyadsl
Copy link
Member

When use_combined_first_and_last_name_in_address is set to false, creating a new order in admin, in the customer tab, it is not populating First Name and Last Name fields when you pick an existing customer from the autosuggestion dropdown.

Solidus Version:
v2.11.4

To Reproduce

  1. Install Solidus at the specified version,
  2. Change use_combined_first_and_last_name_in_address to false in spree.rb initializer
  3. Login in the admin panel
  4. Go to Orders and click New order
  5. Click Customer tab
  6. Select any user
  7. First Name and Last Name are not populated

Expected behavior
First Name and Last Name fields of the auto-populated address are not filled with customer's info and left blank.

Screenshots
CleanShot 2021-03-01 at 12 20 44@2x

@cesartalves
Copy link
Contributor

cesartalves commented Nov 21, 2022

@kennyadsl there's a linked PR that seems to reference this issue. Perhaps you could take a look and close this one if the problem is already fixed? Or is there any other additional code needed here?

@kennyadsl
Copy link
Member Author

@cesartalves We can definitely close this one. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:solidus_backend Changes to the solidus_backend gem type:bug Error, flaw or fault
Projects
None yet
Development

No branches or pull requests

2 participants