Vendor Store Name in Orders and Emails

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 7 reply threads
  • Author
    Posts
    • #34998
      Sean Mac
      Participant

      How can I remove/hide the vendor name displayed in orders and emails? Based on my site’s processes, it’s a little redundant.

      Thank you in advance.

      Attachments:
      You must be logged in to view attached files.
    • #35022
      WCFM Forum
      Keymaster

      Hi,

      WCFM Marketplace has a setting option for this, please disable this and take a look – https://ibb.co/ce8sVq

      Thank You

    • #35061
      Sean Mac
      Participant

      This doesn’t seem to work for me. I confirmed that this option was disabled but the store name still displays in orders and emails.

    • #35064
      WCFM Forum
      Keymaster

      Hi,

      Umm … we will add this restriction in order details and order email as well in next update.

      Thank You

    • #35066
      Sean Mac
      Participant

      Thank for very much and have a great weekend!

    • #35067
      WCFM Forum
      Keymaster

      You are welcome 🙂

      Same to you!

    • #36343
      WCFM Forum
      Keymaster

      Hi,

      Kindly add this code for the purpose –

      add_action( 'woocommerce_display_item_meta', function( $html, $item, $args ) {
      	global $WCFM, $WCFMmp;
      	remove_action( 'woocommerce_display_item_meta', array( &$WCFMmp->wcfmmp_vendor, 'wcfmmp_order_item_meta_store' ), 10, 3 );
      	return $html;
      }, 9, 3 );

      Thank You

    • #36366
      Sean Mac
      Guest

      THANK YOU!

Viewing 7 reply threads
  • The topic ‘Vendor Store Name in Orders and Emails’ is closed to new replies.