cart
cart copied to clipboard
Backend: no display of addresses in the orders
I can't see the customer's address from the "List" module or from the "Orders" module.
Environment
- TYPO3 : 11.5.10
- cart version: 8.2.0 and 8.4.0
- Composer Mode: yes
Possible Solution Nach dem ich folgende SQL-Anweisung ausgeführt habe, sind die Adressen zu sehen.
UPDATE `tx_cart_domain_model_order_address` SET `record_type` = '\\Extcode\\Cart\\Domain\\Model\\Order\\BillingAddress';