Validation error after upgrading Magento to 1.8.1

I upgraded my site from Magento 1.8.0 to 1.8.1, and now the verification process will not work after choosing a delivery method. Can anyone consult on this?

thank

+3
source share
2 answers

solved. In the checkout.xml file of our template, we had to make the following change (change the methods.html file to info.html). The new base template was unable to override this line, and therefore the div-check-method-load-load was not chopped. See here: https://magento.stackexchange.com/questions/10984/magneto-v1-8-one-page-checkout-not-loading-payment-information

+3
source

checkout.xml /design/frontend/default/modern/layout/checkout.xml app/design/frontend/YourName/default/layout , . " " PayPal. paypal/ , , PayPal.

0

All Articles