Functionalities

Theme and Plugin Support

Resolved
Viewing 20 reply threads
  • Author
    Posts
    • #135896
      estebanchinchilla99
      Participant

      Hi,

      I’m very impressed with your plugin and so far very satisfied with your support and capabilities.

      I have a few questions:

      Is there a way to remove certain sort and filter options in the vendor search page?

      For example, I’d like to remove “Nautical miles” from the units drop-down menu.

      Same with the sorting, I’d like to remove certain options.

      Is there a way to add different filter options, such as filter by review rating and last online time?
      Is there a way to add custom fields to vendor’s profiles?
      If there is a way to add custom fields, can those fields be used to filter in the vendor grid?
      Also, I’m testing the search by address function, however it is not filtering the results. For example, one of my test vendors has its city as Brooklyn, New York, however it is not filtering the results. I did disable the map feature because I don’t want it to show my vendor’s exact address, but I do want the ability to filter by cities or regions.

      Do let me know if some of these require additional development on your end and how we can go about implementing these.

      Thank you in advance for your help.

      Best,

      Esteban

    • #135923

      Hi,
      >> To remove “Nautical miles” from the units drop-down menu.
      override templates/shortcode/vendor-list/map-filters.php by copying it to yourtheme/dc-product-vendor/shortcode/vendor-list/map-filters.php
      then remove line no 46

      >> Is there a way to add different filter options, such as filter by review rating and last online time?

      You you can add filters via custom code. Let me know if you need hook and filter.

      >> Is there a way to add custom fields to vendor’s profiles?

      using below hook you can add custom filed

      do_action('wcmp_after_vendor_dashboard_profile');
      Copy

      and save data using below hook

      do_action('before_wcmp_vendor_dashboard');
      Copy

      >> If there is a way to add custom fields, can those fields be used to filter in the vendor grid?
      can you please share a picture where do you want to add the field.

      Regards,

    • #135938
      estebanchinchilla99
      Participant
      This reply has been marked as private.
    • #135945
      estebanchinchilla99
      Participant
      This reply has been marked as private.
    • #135959

      You may hire our service team (https://multivendorx.com/custom-development/) so they can add this feature in your site.

    • #135975
      estebanchinchilla99
      Participant

      Thanks,

      I will send out a request for that, however I do need help still with the map issue as that is supposed to be working out of the box.

    • #135976
      estebanchinchilla99
      Participant

      Regarding your first response I can’t seem to find this path in my theme files “yourtheme/dc-product-vendor/shortcode/vendor-list/map-filters.php”. I was able to find the first path and remove the line from the .php file but I don’t know where to upload it. I tried by overwriting the original .php file but that doesn’t seem to be right as it’s still showing me “Nautical miles” in the option.

    • #135993

      If you want to hide the map section, just add this css in your child theme’s function.php

      div#wcmp-store-conatiner .wcmp-store-locator-wrap div#wcmp-vendor-list-map {
          display: none;
      }
      Copy
    • #136001
      estebanchinchilla99
      Participant

      Yeah, I’ve already hidden the map, the problem is that I still need users to be able to filter by location and for vendors to be able to enter their store location, however that functionality is not working.

      The other issue is that I’m trying to hide the “Nautical miles” option, however the solution you guys gave me is not working, see my previous response.

      See screenshots attached.

    • #136076

      Hi,
      Kindly add below code to your active theme/ function.php to remove vendor list map

      add_filter('wcmp_vendor_list_enable_store_locator_map','__return_false');
      Copy

      Regards,

    • #136108
      estebanchinchilla99
      Participant

      Hi,

      Please read my response above, that is not the issue I am having.

      Thanks.

    • #136110
      estebanchinchilla99
      Participant

      The problem is that I still need the search by location functionality, however it is not working. And even after hiding the map, I still have the map view options for Satellite/Light/Dark/Streets showing up which are useless in here because there’s no map to display.

      The issue here is two-fold and I need you to please read this carefully and understand the actual issue. I can hide the map with no problem.

      Once again, the issue at hand is that when I hide the map, users cannot search by location which is a functionality that I still need. I need the field where users can input their city in the search bar and find results that way. Ideally my users can just input their city and filter results by location without having to use the map.

      That is issue 1.

      Alternatively, if I try by leaving the map functionality as is, without hiding it, as you guys designed it and as it comes by default, the map is not working. It just shows a blank square. This is affecting both the frontend and the vendor’s backend. It doesn’t seem to be an API key error.

      Please feel free to use the credentials I provided before to access the staging site and replicate the issue. Do let me know if you need further clarification. Kindly, do not send me another filter to hide the map or I’m gonna lose my mind 🙂

      Thank you!

    • #136140

      Kindly note that the default flow is such that location wise the vendors get sorted in the map itself.
      But the flow that you are looking for requires a huge amount of custom code.

    • #136160
      estebanchinchilla99
      Participant

      Thank you for clarifying,

      On the other hand, I’m trying now to use the map as default, however the map is not showing correctly. It only shows a blank square.
      It also not showing on the vendor dashboard. Please see screenshots attached.

    • #136177

      Hi,
      Moumita has informed that she had a discussion with you today. So if you need any further help do let us know.

    • #136299
      estebanchinchilla99
      Participant

      Hi,

      Yes, thank you the map issue has been resolved.
      I have another question. I can’t seem to find this directory to override certain templates: dc-product-vendor/vendor-dashboard/vendor-policy.php could you help me find it?

    • #136337

      Hi @estebanchinchilla99, in order to override the vendor-policy.php copy it to yourtheme/dc-product-vendor/vendor-dashboard/vendor-policy.php

      Here is the actual template : https://github.com/wcmarketplace/dc-woocommerce-multi-vendor/blob/master/templates/vendor-dashboard/vendor-policy.php

    • #136357
      estebanchinchilla99
      Participant

      Right, however I cannot find the directory where I should paste the new template. I don’t see that folder in my theme files.

    • #136376

      @estebanchinchilla99, as you have to override this manually, hence you need to create these folders and paste the template too.
      This video will assist you further https://www.youtube.com/watch?v=mLAM0sPZ5k8

    • #136398
      estebanchinchilla99
      Participant

      Ahhh got it, that worked.

      Thanks a lot!

    • #136408

      we are happy to help you
      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 with an issue with our services when arise.

Viewing 20 reply threads

The topic ‘Functionalities’ is closed to new replies.