Hi
On the "Order Received" page as well as in the respective email to the customer (customer-processing-order.php) it bothers me that the name of the shipping method is added after the amount of shipping cost (" via [Shipping method]"):
example:
SHIPPING: $9.99 via International Delivery
I searched all email and checkout templates but am unable to find the code to remove.
I have only got so far:
in file "woocommerce\templates\emails\customer-processing-order.php" - when I remove in line 39 the code "<?php echo $total['value'];", then the values for subtotal, shipping and total disappear (together with the shipping method name).
Does anybody have a clue as to how/where I can hide/remove the name of the shipping method?
Thanks
Bruno














