edit checkout page

add elements below the review order and above the payment section:

wp-content/plugins/woocommerce/templates/checkout/review-order.php

<tr><td>ADD HTML</td></tr>

<?php do_action( ‘woocommerce_review_order_after_order_total’ ); ?>

</tfoot>
</table>