Home Forums WC Vendors Pro Support Removing Method Title Reply To: Removing Method Title

#65401
Nadav
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' );