Ok, I think I found the issue.
It seems that the payment.php is missing some code. Something has been mixed with the content that previously was in form-checkout.php
https://themes.svn.www.ads-software.com/tutorstarter/1.1.3/woocommerce/checkout/payment.php
After line 39 where you get (checkout/terms.php) you need to add the code for the “woocommerce_review_order_before_submit”, “woocommerce_order_button_html” the “woocommerce_review_order_after_submit” and the “woocommerce-process_checkout”, as described in the woocomerce template https://github.com/woocommerce/woocommerce/blob/7.2.0/plugins/woocommerce/templates/checkout/payment.php
And then remove the repeated code from “form-checkout.php”. Unless your idea was to add that part of the code in the “form-checkout.php” file. Then it should be there.
I’ve changed that, and now it appears and work.
Please let me know if this is the issue or i’m missing something here.
Thank you