Question

I created a extension attribute for my customer addresses using this tutorial.

How can I copy them to the order addresses when I finish the checkout and display them in the order?

Était-ce utile?

La solution

You have to add an event to your module. In a event is transport the values from object to object. Example Quote Address to Order Address

Take a look at this example module to add a custom field to the billing address in the checkout.

https://github.com/experius/Magento-2-Module-Experius-ExtraCheckoutAddressFields

Licencié sous: CC-BY-SA avec attribution
Non affilié à magento.stackexchange
scroll top