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, 3 months ago by
Sean Mac.
Viewing 7 reply threads
- AuthorPosts
- October 25, 2018 at 11:49 pm #34998
- October 26, 2018 at 6:18 am #35022
WCFM Forum
MemberHi,
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 #35061
Sean Mac
ParticipantThis 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 #35064
WCFM Forum
MemberHi,
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 #35066
Sean Mac
ParticipantThank for very much and have a great weekend!
- October 26, 2018 at 4:23 pm #35067
WCFM Forum
MemberYou are welcome 🙂
Same to you!
- November 11, 2018 at 9:45 am #36343
WCFM Forum
MemberHi,
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 #36366
Sean Mac
GuestTHANK YOU!
- AuthorPosts
Viewing 7 reply threads
- The topic ‘Vendor Store Name in Orders and Emails’ is closed to new replies.