0

In checkout page,while updating the billing address gives the strange error

enter image description here

Steps to reproduce this error: Select the address from the address drop down and click on update button,it hides the address with same error but when we click on the other payment method it shows this error again

How to fix this ? Magento version using 2.3.4 and PHP Version 7.3.18

asked Jun 10, 2020 at 6:55
2
  • This shouldn't happen. I tested it on a clean 2.3.4 installation and I couldn't reproduce it. It seems as if your address template has been overwritten. Kindly check pub/static/frontend/[vendor]/[theme]/[lang]/Magento_Checkout/template/billing-address.html and compare it against this github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/… Commented Jun 10, 2020 at 7:13
  • also billing form hided after that error Commented Jun 10, 2020 at 7:25

1 Answer 1

1

I was running into this issue on 2.3.6 and I was able to solve it using this:

Magento 2.3.3 Address update at checkout shows some Weird thing

I had to override one of the templates and change one line of code and it was fixed.

answered Dec 3, 2020 at 15:13

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.