How to remove Sold-By Link

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!

Viewing 6 reply threads
  • Author
    Posts
    • #108800
      elpidaretail
      Participant

      I want to show who is selling product on shop page but I don’t want my customer to see Vendor details by clicking on Vendor Name.
      How I can remove Vendor link on shop product page and make it just as vendor name Text ?

    • #108860

      Hi,

      Please add the below code to your child theme’s functions.php file, if you are not using any child theme then please use code snippet plugin to add this code.

      add_filter( 'wcfmmp_is_allow_sold_by_linked', 'cus_wcfmmp_is_allow_sold_by_linked' );
      function cus_wcfmmp_is_allow_sold_by_linked() {
      	return false;
      }

      Thanks,

    • #108891
      elpidaretail
      Participant

      Superb. It worked.

      Thanks a lot. Is there any code guide which we can use to tweak other things ?

    • #109060
      elpidaretail
      Participant

      Any suggestion ?

    • #109172

      Hi,

      You’re most welcome.
      Can you please specify which others things you want to tweak?

      Thanks,

    • #109213
      elpidaretail
      Participant

      Ok, I will get back in separate ticket with requirement. I thought there would be some help documents.
      Thanks a lot.

    • #109677

      Ok great.

Viewing 6 reply threads
  • The topic ‘How to remove Sold-By Link’ is closed to new replies.