• Resolved akash000ahammed

    (@akash000ahammed)


    Hi, I want to hide vendor/ Seller names from all email templates of orders.

    How can I do that? Please help me.

    If possible send me a line of codes, I am not a developer and don’t know to code.

Viewing 1 replies (of 1 total)
  • Hello @akash000ahammed ,

    Please try this code in your theme’s functions.php file to remove the vendor name from the order emails –

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

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Hide vendor name from All order emails.’ is closed to new replies.