Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

Remove “Sold by” but keep the vendor name.

WCMp Advanced Frontend Manager

Tagged: 

Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #114379

      Hello,
      This was a question asked in 2018 i saw the reply but the wcmp legacy plugin is no longer available
      -We need the Shop name for each product, but the repetitious “Sold by” under each product seems unnecessary and is unattractive. Also, it adds an additional line to shops with longer names.

      Is there a way to remove the “Sold by” but keep the shop name?

      Thank you.

    • #114412

      Hi,
      Please add this code in the function.php of the current active theme :

      add_filter('wcmp_sold_by_text','wcmp_change_sold_by_text');
      function wcmp_change_sold_by_text($sold_by){
      return $sold_by = '';
      }
      Copy

      Regards,

    • #114786

      thank you!

    • #114792
      WCMp Admin
      Keymaster

      Thank you!! We are marking this thread close, please feel free to open a new one, in case you have further queries.

Viewing 3 reply threads

The topic ‘Remove “Sold by” but keep the vendor name.’ is closed to new replies.