Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Vendor Store Name in Orders and Emails
Tagged: vendor store name, vendor store slug
- This topic has 7 replies, 3 voices, and was last updated 6 years ago by Sean Mac.
Viewing 7 reply threads
- AuthorPosts
- October 25, 2018 at 11:49 pm #34998
- October 26, 2018 at 6:18 am #35022WCFM ForumMember
Hi,
WCFM Marketplace has a setting option for this, please disable this and take a look – https://ibb.co/ce8sVq
Thank You
- October 26, 2018 at 3:54 pm #35061Sean MacParticipant
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.
- October 26, 2018 at 4:09 pm #35064WCFM ForumMember
Hi,
Umm … we will add this restriction in order details and order email as well in next update.
Thank You
- October 26, 2018 at 4:16 pm #35066Sean MacParticipant
Thank for very much and have a great weekend!
- October 26, 2018 at 4:23 pm #35067WCFM ForumMember
You are welcome 🙂
Same to you!
- November 11, 2018 at 9:45 am #36343WCFM ForumMember
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
- November 11, 2018 at 4:06 pm #36366Sean MacGuest
THANK YOU!
- AuthorPosts
Viewing 7 reply threads
- The topic ‘Vendor Store Name in Orders and Emails’ is closed to new replies.