GithubHelp home page GithubHelp logo

sylvainraye / magento-2-module-experius-extracheckoutaddressfields Goto Github PK

View Code? Open in Web Editor NEW

This project forked from experius/magento-2-module-experius-extracheckoutaddressfields

0.0 1.0 0.0 9 KB

Add Extra Address Attributes to the Magento 2 Checkout

PHP 73.47% JavaScript 26.53%

magento-2-module-experius-extracheckoutaddressfields's Introduction

Magento 2 Add Extra Address Fields to Checkout

  • It renames extra address attribute fieldname, datascope to customAttributes.{attribute_code} LayoutProcessor
  • With a javascript mixin it transports them from customAttributes to extension_attributes
  • Plugin
  • In a event is transport the values from object to object. Example Quote Address to Order Address

Usage:

  1. Add a fieldset.xml
 <scope id="global">
        <fieldset id="extra_checkout_billing_address_fields">
            <field name="attribute_code">
                <aspect name="to_order_address" />
                <aspect name="to_customer_address" />
            </field>
        </fieldset>
 </scope>
  1. Add a extensions_attributes.xml
  2. Add a customer_address attribute setup
  3. Add a quote_address field setup
  4. Add a order_address field setup

Example: See the module ExtraCheckoutAddressFieldsTest

magento-2-module-experius-extracheckoutaddressfields's People

Contributors

robbertstevens avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.