- This topic has 0 replies, 1 voice, and was last updated 4 years, 1 month ago by
estebanchinchilla99.
-
AuthorPosts
-
-
March 30, 2022 at 1:53 AM #135896
estebanchinchilla99
ParticipantHi,
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
-
March 30, 2022 at 7:35 PM #135923
MVX Support Ninja
KeymasterHi,
>> 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');and save data using below hook
do_action('before_wcmp_vendor_dashboard');>> 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,
-
March 31, 2022 at 1:14 AM #135938
estebanchinchilla99
ParticipantThis reply has been marked as private. -
March 31, 2022 at 4:09 AM #135945
estebanchinchilla99
ParticipantThis reply has been marked as private. -
March 31, 2022 at 6:23 PM #135959
MVX Support Ninja
KeymasterYou may hire our service team (https://multivendorx.com/custom-development/) so they can add this feature in your site.
-
April 1, 2022 at 7:34 AM #135975
estebanchinchilla99
ParticipantThanks,
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.
-
April 1, 2022 at 9:48 AM #135976
estebanchinchilla99
ParticipantRegarding 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.
-
April 1, 2022 at 6:54 PM #135993
NerdySupportExpert Moumita
KeymasterIf 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; } -
April 2, 2022 at 12:33 AM #136001
estebanchinchilla99
ParticipantYeah, 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.
-
April 4, 2022 at 6:30 PM #136076
MVX Support Ninja
KeymasterHi,
Kindly add below code to your active theme/ function.php to remove vendor list mapadd_filter('wcmp_vendor_list_enable_store_locator_map','__return_false');Regards,
-
April 5, 2022 at 5:46 AM #136108
estebanchinchilla99
ParticipantHi,
Please read my response above, that is not the issue I am having.
Thanks.
-
April 5, 2022 at 10:49 AM #136110
estebanchinchilla99
ParticipantThe 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!
-
April 5, 2022 at 7:40 PM #136140
MVX Support Ninja
KeymasterKindly 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. -
April 6, 2022 at 2:00 AM #136160
estebanchinchilla99
ParticipantThank 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. -
April 6, 2022 at 2:42 PM #136177
MVX Support Ninja
KeymasterHi,
Moumita has informed that she had a discussion with you today. So if you need any further help do let us know. -
April 10, 2022 at 2:40 AM #136299
estebanchinchilla99
ParticipantHi,
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? -
April 11, 2022 at 4:21 PM #136337
NerdySupportExpert Moumita
KeymasterHi @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
-
April 12, 2022 at 12:42 AM #136357
estebanchinchilla99
ParticipantRight, however I cannot find the directory where I should paste the new template. I don’t see that folder in my theme files.
-
April 12, 2022 at 4:41 PM #136376
NerdySupportExpert Moumita
Keymaster@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 -
April 13, 2022 at 12:13 AM #136398
estebanchinchilla99
ParticipantAhhh got it, that worked.
Thanks a lot!
-
April 13, 2022 at 10:35 AM #136408
MVX Support Ninja
Keymasterwe 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.
-
-
AuthorPosts
- The topic ‘Functionalities’ is closed to new replies.






