However, when I look at my Modules list in the dashboard, I cannot seem to find that specific module listed anywhere. I have attached screenshots of what I see on my end just in case I am looking in the wrong place or missing something obvious.
Could you please guide me on how I can enable this feature on my Pro installation?
Any support you could provide on getting this set up would be greatly appreciated.
Thank you for purchasing our plugin and for reaching out!
Regarding your question, I am actually a bit confused by the link you shared. MarketKing does not currently have a specific Store Geolocation module.
Also, https://docs.marketking.dev/ is not our website - I am unable to access it on my end (it returns a 'site can't be reached' error). It's possible that documentation belongs to a different plugin.
Thank you for clearing that up regarding the geolocation module and the documentation link. That explains why I was having trouble finding it!
Since you mentioned that the module doesn't exist in the plugin "yet," do you perhaps have a rough timeline or roadmap for when native store geolocation functionality might be added to MarketKing?
To give you some background on what I am currently trying to achieve: I have recently switched over to MarketKing from WCFM. My goal is to have a robust store list setup that integrates seamlessly with Google Maps, showing exact seller locations. It is crucial for my marketplace that customers can filter results by location/distance and categories.
Since MarketKing does not have this natively right now, I have purchased the "Agile Store Locator" plugin to handle the mapping and filtering functionality.
Could you guide me on the best way to bridge these two plugins?
Specifically, when a vendor registers via the MarketKing form and enters their address/location details, how can I get that data to automatically pull through to Agile Store Locator to create a map marker? I want to avoid a situation where vendors have to enter their address twice (once for MarketKing, once for the map).
Any hooks, documentation, or advice you have on integrating MarketKing vendor address data with third-party map tools would be greatly appreciated.
Regarding native geolocation, we are aiming to add this later this year, though it is difficult to give a very specific timeline at the moment.
Regarding the integration with Agile Store Locator, there are hooks in MarketKing that we can use to run code during registration. The main question is how to create a map marker programmatically within the Agile plugin.
I am not sure to what degree their plugin supports creating multiple map markers/stores that way. It would be helpful if you could share the .zip file of that plugin or share admin access to your staging site. We could then take a look at the setup to understand how those stores are saved in the database, or if there is a native function in their plugin we can use to create a marker.
In terms of MarketKing, we can use the following hooks which run at the end of vendor registration:
Finally, regarding the banner overlay, I am not 100% sure I understand, but do you mean the dashed gray border? If so, you can remove that by adding this CSS to your site:
Hello MarketKing Support team,
I hope you are having a good week.
I am currently setting up my marketplace using MarketKing Pro and I could use some assistance regarding the geolocation features.
I have been reading your documentation here:
https://docs.marketking.dev/geolocation/ which mentions enabling the "Store Geolocation" module.However, when I look at my Modules list in the dashboard, I cannot seem to find that specific module listed anywhere. I have attached screenshots of what I see on my end just in case I am looking in the wrong place or missing something obvious.
Could you please guide me on how I can enable this feature on my Pro installation?
Any support you could provide on getting this set up would be greatly appreciated.
Thank you for your time,
Hi there,
Thank you for purchasing our plugin and for reaching out!
Regarding your question, I am actually a bit confused by the link you shared. MarketKing does not currently have a specific Store Geolocation module.
Also, https://docs.marketking.dev/ is not our website - I am unable to access it on my end (it returns a 'site can't be reached' error). It's possible that documentation belongs to a different plugin.
You can find our official plugin documentation here: https://woocommerce-multivendor.com/docs
That module doesn't exist in our plugin yet. Feel free to let me know more about what you are trying to achieve and we'd be happy to guide you,
Kind regards,
Stefan
Hi Stefan,
Thank you for clearing that up regarding the geolocation module and the documentation link. That explains why I was having trouble finding it!
Since you mentioned that the module doesn't exist in the plugin "yet," do you perhaps have a rough timeline or roadmap for when native store geolocation functionality might be added to MarketKing?
To give you some background on what I am currently trying to achieve: I have recently switched over to MarketKing from WCFM. My goal is to have a robust store list setup that integrates seamlessly with Google Maps, showing exact seller locations. It is crucial for my marketplace that customers can filter results by location/distance and categories.
Since MarketKing does not have this natively right now, I have purchased the "Agile Store Locator" plugin to handle the mapping and filtering functionality.
Could you guide me on the best way to bridge these two plugins?
Specifically, when a vendor registers via the MarketKing form and enters their address/location details, how can I get that data to automatically pull through to Agile Store Locator to create a map marker? I want to avoid a situation where vendors have to enter their address twice (once for MarketKing, once for the map).
Any hooks, documentation, or advice you have on integrating MarketKing vendor address data with third-party map tools would be greatly appreciated.
Thanks
DerventĀ
Hi Dervent,
Thanks for explaining this,
Regarding native geolocation, we are aiming to add this later this year, though it is difficult to give a very specific timeline at the moment.
Regarding the integration with Agile Store Locator, there are hooks in MarketKing that we can use to run code during registration. The main question is how to create a map marker programmatically within the Agile plugin.
I am not sure to what degree their plugin supports creating multiple map markers/stores that way. It would be helpful if you could share the .zip file of that plugin or share admin access to your staging site. We could then take a look at the setup to understand how those stores are saved in the database, or if there is a native function in their plugin we can use to create a marker.
In terms of MarketKing, we can use the following hooks which run at the end of vendor registration:
Inside these hooks, registration data can be pulled directly from the `$_POST` variable.
Regarding the vendor store design, we do not have a native integration with the Flatsome UX builder. Currently, the options to modify the design are:
1. Edit with Elementor: https://woocommerce-multivendor.com/docs/elementor/
2. Edit the `store-page.php` template under the child theme: https://woocommerce-multivendor.com/docs/how-to-edit-marketking-pages-templates/
Finally, regarding the banner overlay, I am not 100% sure I understand, but do you mean the dashed gray border? If so, you can remove that by adding this CSS to your site:
Kind regards,
Stefan