문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top