Customize the text “Total” in WooCommerce checkout page
问题 I would like to change the the "Total" text in my checkout page to "Total inkl. vat". I have tried different things without success… Here is what I am targeting: <?php _e( 'Total', 'woocommerce' ); ?> This is the code snippet. I've searched in all language files but i can't find anything. I've installed the Q translate plugin but I don't think it's the problem. I could code it hard, but thats not a good solution because I've to do this edit in all my files. How can I achieve this please?