jimvaneijk / wp-store-finder
This plugin gives you the opportunity to add store to a map so customers can explore where you are located.
Package info
github.com/jimvaneijk/wp-store-finder
Type:wordpress-plugin
pkg:composer/jimvaneijk/wp-store-finder
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-13 20:01:42 UTC
README
A wordpress plugin which displays a map with all the stores that are configured by there location.
Add your Google api key in your .env
WP_STORE_FINDER_GOOGLE_API=[GOOGLE API]
Shortcode:
[wp-store-finder]
API:
Get all store
/wp-json/wp-store-finder/v1
Import locations:
- Make a
jsondirectory withing your public root folder. - make a
stores.jsonfile :-
[ { "name": "Store name", "street": "Lorem ipsumstreet", "number": "123", "zipcode": "1234 AB", "city": "Rotterdam", "position": { "lat": [LATITUDE], "lng": [LONGITUDE] } }, ]
-
Important
This function is by default disabled. enable it by adding a .env prop called:
WP_STORE_FINDER_ACCEPT_IMPORT=true
Conribution is welcome :)
###Jim van Eijk (jim@23g.nl)