Disabling vendor contact information

WCMp Vendor Membership

Tagged: 

Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #128028
      shaifulrizal579032
      Participant

      How can I disable vendor’s contact information (address, email & phone number) from being displayed on their shop profile.

      I’m not collecting vendor’s fees and want to avoid customers contacting the seller and buying directly from them.

      Thank you.

    • #128029

      Hi,thank you for getting in touch with us.
      In order to remove vendor’s contact information (phone,email & address) from their shop page, you need to do a custom code.
      Kindly add this code in function.php of your current active theme :
      add_filter(‘wcmp_vendor_store_header_hide_store_email’, ‘__return_true’);
      add_filter(‘wcmp_vendor_store_header_hide_store_address’, ‘__return_true’);
      add_filter(‘wcmp_vendor_store_header_hide_store_phone’, ‘__return_true’);

    • #128038
      shaifulrizal579032
      Participant

      Thanks!

Viewing 2 reply threads

The topic ‘Disabling vendor contact information’ is closed to new replies.