Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

Remove vendor details from order page and order email

MultivendorX

Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #190742
      mohsina.mce13
      Participant

      Hello,
      I want to remove vendor details from order page and order email.
      I have added this code but it isn’t working:

      add_action(‘init’, ‘wc_hide_vendor_details_order_page’);
      function wc_hide_vendor_details_order_page() {
      global $WCMp;
      remove_action(‘woocommerce_order_details_after_order_table’, array($WCMp->frontend, ‘display_vendor_msg_in_thank_you_page’), 100);
      }

      Thanks,
      Mohsina

    • #190769

      Add the below code in the function.php of the theme :
      https://multivendorx.com/docs/code-snippet/remove-vendor-name/

    • #190798
      mohsina.mce13
      Participant

      Apparently, code snippets wasn’t activating this function. Created a child theme and inserted this code. Worked like a charm. 🙂

      Thank you.

    • #190805

      Thanks for the update @mohsina.mce13
      It would be really great if you can give us 5/5 review here: https://wordpress.org/support/plugin/dc-woocommerce-multi-vendor/reviews/#new-post
      This would motivate the team further to do their job more efficiently.

    • #193310

      It’s been a while and we have not heard back from you . We presume your query is resolved now . So we are closing this thread . If you face issue in future please open a new thread .

Viewing 4 reply threads

The topic ‘Remove vendor details from order page and order email’ is closed to new replies.