You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to place an order after the customer registration/Login. Magento 2.3.3 shows "First Name is a required Field Error. Firstname field is not displayed. When I try create shipping address at profile page or at backend - firstname field is displayed but same validation error occured!
Preconditions
Magento 2.3.3
Migration from 1.9.3.4
Steps to reproduce
Login
Checkout order
Fill shipping form
Expected result
Order has been placed.
Actual result
Error displayed: Please check the shipping address information. "firstname" is required. Enter and try again.
Place order - firstname is hidden
Profile create shipping address
Backend = customer edit - shipping adress add
Description
I try to play with eav_attribute and customer_eav_attribute. I put is_visible=1 and is_required=0 but It not helps