cart icon indicating copy to clipboard operation
cart copied to clipboard

Backend: no display of addresses in the orders

Open format-gmbh opened this issue 3 years ago • 0 comments

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';

format-gmbh avatar Jun 14 '22 13:06 format-gmbh