Banner Logo

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

How to display the list of all suppliers on one page.

General Marketplace Discussion (User’s interaction forum)

Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #123521
      kevajo
      Participant

      Hello
      We want to display the list of all suppliers on one page.

    • #123526

      Hello thank you for getting in touch with us ,
      We have a shortcode that creates a vendor list page [wcmp_vendorslist orderby=”registered” order=”ASC”]. Using this customer can search the vendors, as you can see in our demo : http://wcmpdemos.com/all-in-one-demo/vendors/

    • #123551
      kevajo
      Participant
      This reply has been marked as private.
    • #123575

      hello that you for getting in touch with us , our replies are inline
      we would like to deactivate the MAP because our sales people do not use this.
      >> In order to remove the map, add this code to the function.php of the current active theme :
      add_filter(‘wcmp_vendor_list_enable_store_locator_map’, ‘__return_false’);
      We also want to filter by name.
      >>>> [wcmp_vendorslist orderby=”name” order=”ASC”]

      want to hide the sellers’ products in the table and display the seller’s first and last names instead.
      >>>> in order to remove the Product Description, add this css via WCMp >> Settings >> Vendor >> Vendor Frontend >> custom css :
      .form-group.product-description {
      display: none;
      }

    • #127064

      We haven’t heard back from you for a while. We hope this issue is fixed, so we are closing this now.
      If you need any further help, please do open another thread.

Viewing 4 reply threads

The topic ‘How to display the list of all suppliers on one page.’ is closed to new replies.