Rename vendor Info lable on cart and checkout page
-
Hello,
How can I rename the vendor info lable on cart, checkout and order confirmation page?
We want to change the word “Vendor:” to “Seller”.We know that we can remove the stuff with these filters, but we want to rename them and not remove. ??
remove_filter( 'woocommerce_get_item_data', 'dokan_product_seller_info', 10 );
remove_action( 'woocommerce_order_item_meta_start', 'dokan_attach_vendor_name', 10, 2 );
Cheers & Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Rename vendor Info lable on cart and checkout page’ is closed to new replies.