Rename Shipping: “vendor” label on cart page
-
Hello,
We want to rename the Shipping: “Vendorname” lable on cart page.
With this filter we are able to rename “Shipping:” to “Versand:”. But then the Vendor name is missing. How can we insert the Vendor name in this filter?
Expected view: Versand: “Vendorname”
add_filter( 'woocommerce_shipping_package_name', 'New_shipping_title' ); function New_shipping_title() { return "Versand:"; }
Cheers
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Rename Shipping: “vendor” label on cart page’ is closed to new replies.