Following up on this question WooCommerce custom payment gateway: Just show an extra fee based on total order , I was wondering if it's possible to just display the payment amount next to each payment option, like in this image: https://i.stack.imgur.com/Fhcld.jpg
EDIT: I found this: WooCommerce Payment method add text or price, which is almost what I was looking for.
I say almost, because one problem is that those labels are static and if, for example, your COD extra fee is $2.00 on orders up to $100 and then $0.00 on orders over $100, that method is still gonna display "$2.00" next to the payment gateway.
Is there any way to make it show dynamic labels?
(low reputation won't let me add a comment on that linked thread)