• Resolved alexliii

    (@alexliii)


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

    Hello

    Formerly, we use that code to remove vendor name from the order email, and I am quite sure it does not work now.

    Could you please update the code snipptes?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Mobin Chowdhury

    (@mobin210385)

    Hello @alexliii ,

    Thank you for reaching out for support. It seems you’re looking to update your code to remove the vendor name from order confirmation emails in Dokan. You can achieve this by adding the following updated code:

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

    I hope this will help.

    Kind regards,

    Plugin Support sazdhossain

    (@sazdhossain)

    Hi @alexliii,

    Due to inactivity, this topic is now being closed. If you have any further concerns or queries, please don’t hesitate to start a new topic.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove vendor in order email’ is closed to new replies.