Description
Preconditions (*)
In Magento 2 ,for backend orders created the customer_address_id is missing/NULL for sale order addresses
1.2.2.8
2.2.3.3
Steps to reproduce (*)
1.Go to Magento 2 backend login. Create a new order for a new customer from Sales->Orders->Create New Order After the creation of Order you can see the customer_address_id in sales_order_address table as NULL for both shipping and billing address.
2.Again create a new order with the customer created last time and choose the address created in last order with the shipping address same as billing.
After the order creation when you check the sales_order_address table,we can see the customer_address_id is available for billing address but not for shipping address .
Expected result (*)
1.The customer_address_id should be updated in sales_order_address table for botth billing and shipping address
2.The customer_address_id should be updated in sales_order_address table for shipping address
Actual result (*)
- NULL value for customer_address_id in both
2.NULL value for customer_address_id in shipping address
Additional information
- issue has been confirmed on the latest
2.4-develop
code, detailed steps Magento 2 CustomerAddressId missing for backend orders #28793 (comment) - main precondition: when creating new address select checkbox use same for shipping address
- example of real business scenario Magento 2 CustomerAddressId missing for backend orders #28793 (comment)
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status