Coder Social home page Coder Social logo

modified-checkout's Issues

Billing address my custom step in checkout

Sorry Rana, It's not an issue. i have new step in checkout page and i want to billing address in that new step.

I approached like below but it's not displaying in my new step.
checkout_index_index.xml
`

        <item name="steps" xsi:type="array">
                  <item name="children" xsi:type="array">
                         <!-- The new step added here -->
                        <item name="check-login-step" xsi:type="array">
                                        <item name="component" xsi:type="string">Package_Module/js/view/checkout-login-step</item>
                                             <item name="sortOrder" xsi:type="string">2</item>                                                  
                                            <item name="children" xsi:type="array">                                              
                                        </item>
                           </item>
                     </item>
         </item>`  

and i am adding in plugin LayouProcess.php

$elements = $this->getAddressAttributes(); $jsLayoutResult['components']['checkout']['children']['steps']['children']['check-login-step'] ['children']['billing-address'] = $this->getCustomBillingAddressComponent($elements);

Prefix is displayed as input

The prefix field is displayed as a input field. But that is not possible because these values are defined inside the admin panel. It should be by default displayed as a select box.

Billing Address twice

Hi, after installation I can see the Billing address section twice. I use Firecheckout, is this a bug or a local problem?

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.