0

I have created a module to add a custom checkout step by following the answer mentioned in this link. How to add new steps or tab to checkout page in Magento2

Here is the screen shot of this step.

enter image description here

Kindly let me know what to do to add two input fields in this step. Thanks

1 Answer 1

-1

Magento has official document for this and its pretty well explained there.

http://devdocs.magento.com/guides/v2.0/howdoi/checkout/checkout_new_step.html

there are many tutorilas available to do your stuff.

You can refer this also.

How to add extra checkout step in Magento 2

3
  • As shown in screen shot i have already added the new step. I just wanted to add input fields in it. Commented Jun 13, 2017 at 12:21
  • Add the html template in js and in that html u can put your input fields.. If foow the document properly it pretty clear there Commented Jun 13, 2017 at 12:23
  • It is not clear since form is retrieved dynamically using knockout. To add a new field is trivial in the form in the traditional way, but it is better to use the Magento 2 way and knockoutjs. For example, what if I need to get a customer attribute data in one of the steps? Commented Jul 27, 2021 at 16:35

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.