[This thread is closed.] Is there a PHP filter, action or function I can use to add some text to the order review? Like in the picture, I have used…
https://github.com/woocommerce/woocommerce/blob/master/templates/checkout/ review-order.php. This template can be overridden by copying ...
[This thread is closed.] I want to add a little warning about VAT and custom fees on the checkout page. So I have just added some simple HTML to the…
will achieve this, you can find a list of more Woocommerce hooks here.
Add Text to the WooCommerce Review Form · comment_notes_before : shown above the name / email fields when the reviewer is not logged in ...
Editing the design; Changing the text on the “Place Order” button; Removing a field
... table also to the order review section ( woocommerce_checkout_payment ). You can
_x('Notes about your order, e.g. special notes for delivery.', 'placeholder', 'woocommerce'). We can change this by adding a function to our theme functions.php file:
...