jimvaneijk/wp-store-finder

There is no license information available for the latest version (1.0.1) of this package.

This plugin gives you the opportunity to add store to a map so customers can explore where you are located.

Installs: 157

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:wordpress-plugin

1.0.1 2021-04-13 08:06 UTC

This package is auto-updated.

Last update: 2025-05-13 17:09:07 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 json directory withing your public root folder.
  • make a stores.json file :
    •   [
            {
                "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)