Banner Logo

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

how to hide an information vendor from “vendor shop page”

WCMp Vendor Membership

Resolved
Viewing 8 reply threads
  • Author
    Posts
    • #126730
      barhoom
      Participant

      hi
      how to hide an information vendor from “vendor shop page”
      like phone email etc…

    • #126739
      barhoom
      Participant

      hello

    • #126741

      Bahroom, in order to remove those fields add this code in the function.php of the active theme:

      add_filter('wcmp_vendor_store_header_hide_store_address',  '__return_true');
      add_filter('wcmp_vendor_store_header_hide_store_phone', '__return_true');
      add_filter('wcmp_vendor_store_header_hide_store_email', '__return_true');
      add_filter('wcmp_vendor_store_header_hide_description', '__return_true');
      Copy
    • #126744
      barhoom
      Participant

      yes thank you

    • #126747

      You are welcome @barhoom
      We would love it if you shared your experience by giving us 5/5 review here : https://wordpress.org/support/plugin/dc-woocommerce-multi-vendor/reviews/#new-post
      Seeing glowing reviews from existing customers makes others more comfortable knowing they’ll get the support they need should an issue with our services arise.

    • #128805
      aburkhart
      Participant

      Hello,
      I need a way to hide the vendor’s external URL and social media from their store for their privacy and safety from buyers. I’ve noticed that their profile image links to an external URL, also, so that will need to be hidden. Is there a way to do this?

      The buyers for this particular store could be creepy and I want to be able to protect the sellers, please.

      I believe I used the code above and successfully hid the address, email, and phone number, just not sure about the others.

      Thank you

    • #128835

      Hi @aburkhart, please add this code in the function.pho of your current active theme to remove social fields :

      add_filter('wcmp_vendor_store_header_show_social_links', '__return_false');
      Copy

      However, by default, we don’t let vendors add external URL. So can you please share a video on how they are adding this?

    • #128843
      aburkhart
      Participant
      This reply has been marked as private.
    • #128880

      Hi @aburkhart, as you can see by default we don’t let vendors add any URL : https://watch.screencastify.com/v/I0JxMGDqKGUUJXl1D2Yw
      Are you using any code to display those fields?
      If you want you may share a temporary admin and FTP access so we can check too.
      While sharing the access don’t forget to mark the response as private.

Viewing 8 reply threads

The topic ‘how to hide an information vendor from “vendor shop page”’ is closed to new replies.