- πΊπΈUnited States rclemings
For one order, and only one, I just found a situation similar to #15 -- an entry in field_data_commerce_line_items but no matching entry in field_revision_commerce_line_items. Moreover, the same was true for the following tables as well:
field_data_commerce_total/field_revision_commerce_total
field_data_commerce_order_total/field_revision_commerce_order_total
field_data_commerce_customer_billing/field_revision_commerce_customer_billingThe same fix worked in each case -- export the record from field_data and import it into field_revision. Took quite a while to figure that out though.
The only error I saw at any point was "upgrade_commerce1_order:total_price: CommercePrice input array is invalid for destination 'total_price'." Better than nothing but not really that informative.
- πΊπΈUnited States kerasai
Noting that the patch in #48 π Order item not being linked to order RTBC applies to 4.0.1 and seems to work in terms of populating the orders'
order_items
reference field.