Show Custom Data In Shipping Address Box In Magento 2 Admin
At times, Magento 2 shippers need to redo their checkout page as per their prerequisites and client assumptions. Here we will walk you through the means expected to add custom field to the checkout transporting address structure and furthermore get its worth on the client side.
Adding Custom Field to Magento 2 Shipping Address Programmatically
In the first place, we should perceive how to automatically make it happen.
Stage 1: Add the Field to Layout
Stage 2: Modify the Behavior of the Data Submission Component
Stage 3: Load Your Mixin
Stage 4: Add Field to Address Model
Stage 5: Get the Value of the Custom Field
Reference:
Comments
Post a Comment