remove link from Sold By label

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 WCFM remove link from Sold By label

Viewing 2 reply threads
  • Author
    Posts
    • #125004
      Haime Croeze
      Participant

      Hi,

      as I am not using the store page but the MyListing listing page. Is there a way to remove the href link from the Sold By store name? I want it to show as text and not as link. (see attached screenshot of the product page)

      kind regards

      Attachments:
      You must be logged in to view attached files.
    • #125360

      Hi,

      Add this code to your child theme’s functions.php
      In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/

      add_filter('wcfmmp_is_allow_sold_by_linked', '__return_false');

      Thanks.

    • #125408
      Haime Croeze
      Participant

      You guys rock! It works 🙂

      thank you!

Viewing 2 reply threads
  • You must be logged in to reply to this topic.