Magento – “Place Order” button on checkout page not working – Magento 2

checkoutmagento2onestepcheckoutplace-order

When I click on "Order Now" on the checkout page nothing happens. This is both for the Third party One Step Checkout and the generic Magento One Step Checkout.

Not sure what could be causing this.

Please could you kindly advise.

Thanks.

Best Answer

At first look at browser console output (also for network - check request's responses).
Check log files (there were no errors probably but who knows).
You can also debug with xdebug. Its awesome tool for check whats going on in project.

There may be some error on order's validation.

Related Topic