Hello Rose!
Sorry! My english isn’t the best. I try to describe the problem. I didn’t use your search function here because I thought it’s so special it never came up before.
My problem is how the title suggest about the position of this VAT note inside checkout page. So on this point I need to say that I also use the WooCommerce Germanized plugin to make the shop conform with german rights and so on. That include the VAT note.
Now we come to the problem …
Inside the cart page is everything alright. The VAT note comes after/behind (below) the cart area AND after/behind (below) the “to checkout” button. Almost at the end of this page’s main container.
BUT: Inside my checkout the VAT note comes before (above) the cart area AND also before/above the “pay now”button.
The Woocommerce Germanized plugin author say at wordpress/plugin/support page
https://wordpress.org/support/topic/inkl-mwst-und-zzgl-versandkosten-werden-uber-name-preis-angezeigt/
where the problem came up with another theme and another user:
(I translate) “Maybe your theme changes via hook the order of woo infos. Because nobody aussume that anybody else changes or places infos there.”
He means also I should remove the germanized action, than add new and change priority.
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_gzd_template_single_tax_info', wc_gzd_get_hook_priority( 'loop_tax_info' ) );
add_action( 'woocommerce_after_shop_loop_item', 'woocommerce_gzd_template_single_tax_info', 50 );
I tried it with ‘woocommerce_checkout_after_order_review’ from form-checkout.php in my functions.php and caused some errors. Maybe you can help. I think so.
Thank you!
Stefan