Sold By

WCMp Mangopay Marketplace

Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #142016
      estebanchinchilla99
      Participant

      Hi, how can I edit the “Sold By” wording on the product page and Featured Products widget and Shop pages?
      What templates and directories do I need to edit/create to do this?

    • #142036

      Hi , please use this code in the function.php of the current theme and pass your desired sold by name :

      add_filter( 'wcmp_sold_by_text', 'filter_wcmp_sold_by_text' );
      function filter_wcmp_sold_by_text() {
      	$sold_by_text = 'Your Text Goes Here';
      	return $sold_by_text;
      }
      Copy
    • #142070
      estebanchinchilla99
      Participant

      Perfect, thank you!

    • #142108

      @estebanchinchilla99, you are welcome.

Viewing 3 reply threads

The topic ‘Sold By’ is closed to new replies.