• Resolved flo1982

    (@flo1982)


    Hello,

    I was able to remove the vendor name from all emails:
    remove_action( ‘woocommerce_order_item_meta_start’, ‘dokan_attach_vendor_name’, 10, 2 );

    How can I add the vendor name and the vendor adress to the items of the “new order” email for administrator?

    Kind regards,

    Florian

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support kellymetal a11n

    (@kellymetal)

    Hi there Florian,

    You could override the template file for the email to add the info where you want it to appear. We have a guide for overriding template files here:
    https://docs.woocommerce.com/document/template-structure/

    The specific code necessary to display the vendor info would depend on the plugin you are using to add the vendor functionality though. It looks like you are using the Dokan Vendor plugin, so please reach out to them regarding this: https://wedevs.com/docs/dokan

    They may also be able to provide info about any dokan actions/filters you could use instead of overriding the template file.

    Please note, this forum is for support with the core WooCommerce plugin.

    Plugin Support abwaita a11n

    (@abwaita)

    Hi @flo1982,
    Just a heads up, since we’ve not heard back from you in a while, I’ll be marking this thread as resolved. Hopefully, you were able to find further assistance or a solution to your query!

    If you have further questions (regarding the WooCommerce plugin), please feel free to open a new topic.

    Thanks.

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