Pregunta

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?

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a magento.stackexchange
scroll top