Hide Phone and Email from front page

WCMp Vendor Membership

Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #134547
      aburkhart
      Participant

      Hello, how to I hide the phone and email from the vendor list on the front page of my site? Screenshot attached.

    • #134549

      Hi, thanks for getting in touch with us.
      Add the following code in theme functions.php

      add_filter('wcmp_vendor_store_header_hide_store_phone', '__return_true');
      add_filter('wcmp_vendor_store_header_hide_store_email', '__return_true');
      Copy
    • #134550
      aburkhart
      Participant

      Hello – I’m sorry. That didn’t work. It removed it from the store, but not the home page of the site where the vendor list is.

    • #134555

      Hi,
      By default we show phone number and address not email.
      So if you want to remove phone number and address then please :
      Overridden dc-woocommerce-multi-vendor/templates/shortcode/vendor-list/content-vendor.php template by copying it to yourtheme/dc-product-vendor/shortcode/vendor-list/content-vendor.php
      Then remove line no 32 to 43

      Regards,

Viewing 3 reply threads

The topic ‘Hide Phone and Email from front page’ is closed to new replies.