cancel
Showing results for 
Search instead for 
Did you mean: 

Making Second Shipping Address Form Inline During Checkout

Making Second Shipping Address Form Inline During Checkout

I'm currently trying to customize the checkout process of Magento 2, and am wondering how to make the shipping address form inline when adding a second address (instead of the popup form).

 

 When looking at the shipping.html page located in module-checkout/view/frontend/web/template/shipping.html, the code uses the popup form with the following line <!-- ko if: (!isFormInline) --> , but I don't know how or where to specify that isFormInline == true.

 

I've tried modifying the shipping.html page to remove this portion of the code and always display the inline code, but when doing so, the form appears, but the save button functionality no longer works.

 

Can anyone give me any help as to what I'm doing wrong?

 

Thanks.