Hide vendor email

WCMp Vendor Staff

Resolved
Viewing 7 reply threads
  • Author
    Posts
    • #140714
      antareschan
      Participant

      Hello. I need to hide the vendor email from their store (if not, customers will shop through email).
      I have tried the solution showed in https://multivendorx.com/support-forum/topic/how-to-hide-vendors-e-mail-in-vendors-store/, but it didn’t work. I pasted the code in my child theme’s functions.php.

      Any suggestions? Thanks in advance.

    • #140718

      Hi @antareschan, this filter should work perfectly to hide vendor’s email add_filter(‘wcmp_vendor_store_header_hide_store_email’, ‘__return_true’);
      As this is not working, please do share a temporary admin, FTP access.
      While sharing the access, don’t forget to mark the response as private.

    • #140719
      antareschan
      Participant
      This reply has been marked as private.
    • #140732

      Hi, in that case we need to add plugin like File Manager. But we are not able to add this on your site.

      Can you please add this plugin on your site.

    • #140738
      antareschan
      Participant

      Thank you very much for your instructions, Moumita. I have added the plugin on my site.
      Let me know if you need anything else.

    • #140753

      Your theme has overridden the shop page, that is why the code is not working.
      So I have added this CSS to remove this field :

      .row .col-sm-3.col-xs-12.col-sm-pull-9.klb-sidebar.sidebar .store-box .mail-box {
          display: none;
      }
      Copy
    • #140764
      antareschan
      Participant

      Thank you very much for the explanation. And thanks for the CSS.

    • #140774

      @antareschan, 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.

Viewing 7 reply threads

The topic ‘Hide vendor email’ is closed to new replies.