cancel
Showing results for 
Search instead for 
Did you mean: 

Moved billing address form to shipping address page on Magento 2.3.5, but its entry is optional now?

Moved billing address form to shipping address page on Magento 2.3.5, but its entry is optional now?

Following this method allowed the billing address form to be moved to the shipping address page of the checkout, but entry of a billing address is optional now.

 

What I mean is, if the Next button is pressed on the page without entering any billing address details, the browser would still proceed onto the next page.

 

If I click Update button inside the billing form while nothing is entered, messages in red color are shown under appropriate fields, but clicking the Next button bellow lets the browser to proceed onto the next page.

 

How do I make entry of the billing address on the page to be required ? I want, if the Next button is pressed without a billing address entered, messages in red color to appear under applicable fields, and the browser not to proceed onto the next page until the billing address is entered and Next is clicked again.

 

p.s. "My billing and shipping address are the same" is not ticked.

2 REPLIES 2

Re: Moved billing address form to shipping address page on Magento 2.3.5, but its entry is optional

magento 2 move billing address to shipping address. In the today blog post, we can show you how to customize Magento 2 ... use Pupil Path  \Ui\Component\Form\AttributeMapper; use ... <item name="checkout" ... Your email address will not be published.

Re: Moved billing address form to shipping address page on Magento 2.3.5, but its entry is optional

Changing the Magento 2 Billing Address to the Shipping Address. Today's tutorial will teach you how to modify Magento 2 by using the following code snippets: use UiComponentFormAttributeMapper; use... item name="checkout"... In other words, your email address will remain private.

 

Pupilpath