简体   繁体   中英

Why woocommerce block checkout button on checkout page?

I can't understand why woocommerce block this part of the screen by overlay block. In what cases is he can do it?

screen checkout page

Checkout contains several templates like totals & payment methods & addresses forms that updates in runtime via ajax.

When some part is updating, it adding blockOverlay until request will be complete. As checkout page is loaded, all parts are updating by calling $(body).trigger('update_checkout'). , that present at checkout.js

Infinite blocking overlay mark that there is some server error due request, so you need to check debug logs. Console probably contains 500 error also.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM