• Resolved sebing83

    (@sebing83)


    Hi everybody. I just wanted to know how can i remove the vendor name from the woocommerce email sent to the customer? Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • Shafinoid

    (@shafinahmad01)

    Hi @sebing83

    Thank you for reaching us.

    You can remove the Vendor Name using the below action hook on your child theme’s function.php file,

    remove_action( 'woocommerce_order_item_meta_start', 'dokan_attach_vendor_name', 10 );

    If you are not familiar with the child theme then this tutorial might help you.

    Best Regards!

    Thread Starter sebing83

    (@sebing83)

    Ok. Can i place the code at the very bottom of the file? Or do i have add it in a specific line?

    Shafinoid

    (@shafinahmad01)

    Hi @sebing83

    Yes, you can paste the code at the bottom of your other codes or ensure to use that independently on the function.php file.

    Best Regards!

    Thread Starter sebing83

    (@sebing83)

    Ok thanks. I will try and i’ll let u know ??

    Shafinoid

    (@shafinahmad01)

    Hi @sebing83

    I have tested the solution myself and I believe you won’t be disappointed. ??

    Have an amazing day!

    Shafinoid

    (@shafinahmad01)

    Hello,
    I believe you are doing well,

    As you haven’t replied for a long, I’m considering that you have got the solution and I’m also resolving this topic.

    But feel free to create another one anytime.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove vendor’s name from wc email’ is closed to new replies.