-
Notifications
You must be signed in to change notification settings - Fork 9.4k
customer_address_id is null on orders and quotes #3645
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
Comments
I have this issue too, its on magento2.0.2 ee, any update for this issue ? I think this is a critical issue thank you |
@JDavidVR can you provide more information how it affects you? |
EDIT: I'm deleting what I wrote here before, it was not true and I was an idiot. |
Relates to #7689 |
@sengaigibon please refer to the Community Forums or the Magento Stack Exchange site for advice or general discussion about this issue. The GitHub issue tracker is intended for Magento Core technical issues only. |
Fixed: MAGETWO-58212 [GITHUB] Magento 2.1 CE, Cannot change attribute set for bundled product #5999 MAGETWO-96842 [2.3.x] [Magento Cloud] [QUANS] Tiered block displayed on configurable products without any tiered pricing MAGETWO-96412 [2.3.x] Not possible to drag specified Related/Upsell/Cross-sell products to new positions in Windows 10 machine MAGETWO-96847 [2.3.x] Special price does not work when "default config" scope timezone does not match "website" scope timezone MAGETWO-96424 [2.3.x] [Magento Cloud] Requesition list qty of configurable product variation not updated individually MAGETWO-91589 Slow query delete on sub SELECT query MAGETWO-82221 [CE 2.1.0 rc3] - Cancel an order [configurable product] #5313 MAGETWO-92226 Product export creates 2 rows for Simple product with custom options MAGETWO-60910 Session initialized during reindex from CLI and result fatal error MAGETWO-97260 creating new shipment: gettting all trackers. after this commit 2307e16 MAGETWO-96342 MySQL connection issue MAGETWO-97434 MFTF test cases have parsing error MAGETWO-91513 Password reset email cannot be sent if the customer does not have customer attribute set that is changed to required after original account creation MAGETWO-95802 [EE] Admin date wrong formatting for French locale
Not sure if this is an issue..:
On checkout:
Step 1, customer already has addresses, but I create a new one for shipping.
Step 2, I chose a different billing address from the address book.
I finish the checkout without problems.
The new address is in the table customer_address_entity, visible in the customer's address book, no problem.
But if I look into the database, tables quote_address and sales_order_address, the entry for the last billing address is there but in both cases with the field customer_address_id is equal to NULL, is this normal??
I don't think this represent a problem. In the backend if I look into the order, I can see all the details of both addresses ('cos this data doesn't come from customer_address_entity, right?).
I added custom fields 'city_id', 'district_id' and 'district' to table customer_address_entity, and only field 'district' to quote_address and sales_order_address, but I don't have problems storing the data into these tables.
The text was updated successfully, but these errors were encountered: