Magento – Magento2 : Extra Checkout Step after Review & Payments Section with Place Order Button

checkout-pagemagento2

I have added custom checkout step after Review and Payment, all steps are working fine but issue is Place Order button display on Review and Payment.

How to move Place Order button to last added custom step and add continue button to Review and Payment step.

Any help really appreciated.

Thanks in advanced

Best Answer

magento\vendor\magento\module-checkout\view\frontend\web\template\review\actions\default.html

You need to override above file

magento\vendor\magento\module-checkout\view\frontend\web\js\view\payment\default.js

placeOrder: function (data, event)

Where is defined the Place Order button in default checkout payment step section?

Magento 2: How to override mini-cart default template html file?

how to override template files for magento2 extension