Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Radius Filter for Products in Woocommerce
- This topic has 21 replies, 9 voices, and was last updated 3 years, 4 months ago by
Molay Das.
- AuthorPosts
- June 20, 2019 at 8:13 am #68727
CommunityCorals
ParticipantHi,
is it planned to implement a radius search for products in Woocommerce Shop based on the Vendors geo location?
Would be great if customers would be able to filter products within their radius.
Thanks & BR
Dominique - June 22, 2019 at 5:23 am #69011
WCFM Forum
Keymaster - June 22, 2019 at 6:57 am #69028
CommunityCorals
ParticipantUnfortunately this has no real integration into Woocommerce Shop and Category filtering etc. It does the basic job to show products in a radius in a widget or a custom site but not the part of a real woocommerce shop filter integration is missing 🙁
- June 26, 2019 at 12:36 pm #69736
WCFM Forum
KeymasterYeah right, you have to create a separate search page using it’s short code to filter products.
- June 26, 2019 at 1:03 pm #69746
CommunityCorals
ParticipantYes, that option is quite ugly. I just startet a custom development of a plugin that makes product filtering possible in woocommerce shop based on geo data provided in vendor store. Let me know if you guys have use of this.
- June 29, 2019 at 9:47 am #70204
WCFM Forum
KeymasterHi,
We are also working on this module – Product Location and filter using this.
Thank You
- June 29, 2019 at 9:49 am #70205
CommunityCorals
ParticipantJust spend a fortune on it :-/
- February 27, 2020 at 4:18 am #108979
DeinDorfleben
ParticipantHi guys,
did you meanwhile finished the work on this extension or could you tell me when you will offer this? This extension would be realy helpful.
Thanks for your feedback,
Florian - March 4, 2020 at 1:14 pm #109850
WCFM Forum
KeymasterHi,
This feature already added, you have to enable this from WCFM Admin Setting -> GEO Location – https://ibb.co/17q1sZN
Thank You
- April 6, 2020 at 12:12 am #115724
asbajaj001
ParticipantHi there,
I have installed this. What I am trying to do is customize homepage so that it shows location filter at the top of page and show a product list below it so users landing on the site see products nearby. How do I do that?Thanks,
Aditya - April 6, 2020 at 12:17 am #115725
asbajaj001
ParticipantActually the functionality I really want is on the Shop page but I can’t find that code to add to homepage. See this page for example:
I just need the search filter with location and product category and hide the map.
- April 15, 2020 at 6:11 pm #119367
ZK
ParticipantHi
I have same issue, I can see the functionality has been implemented on the Geo-Location page, as evident on the image in WCFM geo page itself, which shows 2 boxes before the “address” box, but I can’t find any setting to enable these two boxes, ie the “Search” and “Category”
Any help would be great
Attachments:
You must be logged in to view attached files. - April 17, 2020 at 4:07 pm #119996
Molay Das
KeymasterHi,
You can uncheck/disable the “Store List Sidebar” option under store-manager->Settings->Marketplace Settings then the search and category filter options will be available by default in the store list page.
OR
If you want the search and category filter options in sidebar of store list page then check/enable the “Store List Sidebar” option under store-manager->Settings->Marketplace Settings. Then add the “Store List: Category Filter” and “Store List: Search” widgets to “Store List Sidebar” widget area under wp-admin->Appearance->WidgetsPlease see the screenshots attached below.
Thanks,
Attachments:
You must be logged in to view attached files. - April 17, 2020 at 7:15 pm #120045
ZK
ParticipantHi
Thanks for this works brilliantly. Is it possible to do the same on the shop page, I can see the map on shop page and allow it to auto filter, but i want the same two fields on the Shop page as well. Also would it be possible to hide the map and just show the filter & search box along with Google address fields. - April 17, 2020 at 9:14 pm #120111
Sarmistha Chakraborty
KeymasterHello,
Regarding “search by category” you have to use WooCommerce “Product Filter — Categories” widget in “shop sdebar”. Ref: https://docs.woocommerce.com/document/woocommerce-product-search/widgets/product-filter-categories/
Regarding “Search by Store” in shop page, unfortunately we don’t have this feature.
To hide map in shop page, Add this code to your child theme’s functions.php
add_filter('wcfmmp_is_allow_product_list_map', '__return_false');
Thanks.
- April 18, 2020 at 12:34 am #120161
ZK
Participanthi Sarmistha
Thanks for the reply, will that filter within the results that are returned by the radius search ?
Also, is it possible to change the template for Vendor registration, I tried to look at the WCFM folder for templates, couldn’t figure out which one is for vendor registration. I want to put a slightly different layout for capturing vendor details like name, address etc.
- April 18, 2020 at 9:12 am #120236
Sarmistha Chakraborty
KeymasterHi,
will that filter within the results that are returned by the radius search ?
>>YesTo change “Vendor Registration” template,
You have to override – wp-content\plugins\wc-multivendor-membership\templates\vendor_registration.php
at – wp-content/themes/child theme/wcfm/membership\vendor_registration.phpThanks.
- April 18, 2020 at 11:59 pm #120431
ZK
ParticipantYou are Star.
I was setting up the map for shop, and i still am unable to figure out how to enable category/search field with map?
secondly, is there a way I can change the map to be displayed after the fields like “address”, radius and filter come on top of the map rather than bottom - April 21, 2020 at 5:02 pm #121336
Molay Das
KeymasterHi,
Please follow this reference link: https://docs.woocommerce.com/document/woocommerce-product-search/widgets/product-filter-categories/
There is a plugin (WooCommerce Product Search extension) link given so you need install that plugin first to get the widget for category filter.
Plugin Link given there: https://woocommerce.com/products/woocommerce-product-search/Thanks,
- May 26, 2020 at 11:39 pm #135518
7acestech
ParticipantHi – Is there a way to get the Product list filter on a different page as well?
I am able to list it in the Shop page. However, how can I get it in a custom page of my choice. What is the short code for the same?
- May 27, 2020 at 10:54 am #135636
Molay Das
KeymasterHi,
Please check this link: https://docs.woocommerce.com/document/woocommerce-product-search/shortcodes/
Thanks,
- May 27, 2020 at 1:18 am #135548
Auhouse.ru
Participant+
- AuthorPosts
- You must be logged in to reply to this topic.