File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,10 +7,20 @@ Magento 2 Add Extra Address Fields to Checkout
77
88Usage:
99
10- - Add a fieldset.xml
11- - Add a extensions_attributes.xml
12- - Add a customer_address attribute setup
13- - Add a quote_address field setup
14- - Add a order_address field setup
10+ 1 . Add a fieldset.xml
11+ ```
12+ <scope id="global">
13+ <fieldset id="extra_checkout_billing_address_fields">
14+ <field name="attribute_code">
15+ <aspect name="to_order_address" />
16+ <aspect name="to_customer_address" />
17+ </field>
18+ </fieldset>
19+ </scope>
20+ ```
21+ 2 . Add a extensions_attributes.xml
22+ 2 . Add a customer_address attribute setup
23+ 2 . Add a quote_address field setup
24+ 2 . Add a order_address field setup
1525
16- Example: See the module ExtraCheckoutAddressFieldsTest
26+ ** Example** : See the module [ ExtraCheckoutAddressFieldsTest] ( https://github.com/experius/Magento-2-Module-Experius-ExtraCheckoutAddressFieldsTest )
You can’t perform that action at this time.
0 commit comments