Change 'Store' in 'Visible Sold By'.

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!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WC Marketplace Change 'Store' in 'Visible Sold By'.

Viewing 3 reply threads
  • Author
    Posts
    • #39872
      johan
      Participant

      Hi, I would like to change the ‘Store’ prefix to ‘Crafter’. Is this possible?

      See attachment.

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

      Hi,

      Please use this code snippet for the purpose ->

      add_filter( 'wcfmmp_sold_by_label', function( $sold_by_lable ) {
      	$sold_by_lable = 'Crafter';
      	return $sold_by_lable;
      });

      Thank You

    • #39921
      johan
      Participant

      Many thanks!

      Jay

    • #39924
      WCFM Forum
      Keymaster

      You are welcome 🙂

Viewing 3 reply threads
  • The topic ‘Change 'Store' in 'Visible Sold By'.’ is closed to new replies.