Home › Forums › WC Vendors Pro Support › Removing Method Title › Reply To: Removing Method Title
May 17, 2017 at 6:57 am
#65401
Participant
@DIGITALCHILD
I’m one of the users who wanted vendor shipping split, and I have to say it looks great.
The code you provided worked perfectly, thanks! And I discovered an extra line to remove the repeat mention of shipping on the payment-received page and email.
add_filter( 'woocommerce_order_shipping_to_display_shipped_via', '__return_empty_string' );