HIDE INFORMATION VENDOR STORE

General Marketplace Discussion (User’s interaction forum)

Resolved
Viewing 8 reply threads
  • Author
    Posts
    • #129746
      joffrey.pelletier
      Participant

      Hi,

      I want to hide information vendor.

      I find this code :

      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’);

      It’s working for 1 store : https://www.geocarp-marketplace.com/vendeur/leplombdor/

      But don’t work for this store : https://www.geocarp-marketplace.com/vendeur/rgbouillettes/

      Do you have any idea to resolve ?

      Best regards

      Joffrey

    • #129847

      Hi,
      We have checked our end. the below code working fine. Kindly checkout the video – https://app.vmaker.com/record/FM4aZXQgSclpRy6I

      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

      Kindly Double check your end. using above code and.

      Regards,

    • #130369
      joffrey.pelletier
      Participant
      This reply has been marked as private.
    • #130383
      This reply has been marked as private.
    • #131925
      joffrey.pelletier
      Participant

      Hi,

      I want also disable “External Shop URL” as you can see in the screenshoot. Please.

      Best regards

    • #131936

      Hi, by default we don’t let vendors add external url. However as this is getting displayed, it might be related to theme.

      If you get this link, please share the shop URL so we can help you out with this.

    • #132193
      joffrey.pelletier
      Participant

      Hi,

      All shop have an external URL.

      You can find all url in main Shop : https://www.geocarp-marketplace.com/choisir-une-boutique/

      AN exemple here : https://www.geocarp-marketplace.com/vendeur/horizoncarpecreation/

      Best regards and thanks for help.

    • #132700
      joffrey.pelletier
      Participant

      Hi,

      Do you have more information about my probleme ?

      Best regards

    • #132709

      Hi, please add this css in the style.css of your theme :

      .wcmp-banner-area .wcmp-bannerleft .wcmp-contact-deatil p.external_store_url {
          display: none;
      }
      Copy
Viewing 8 reply threads

The topic ‘HIDE INFORMATION VENDOR STORE’ is closed to new replies.