Features

Here is a rundown of the new features in Dealer Locator version 1.5

 

1. Dealer locator now supports receiving zip codes via GET request parameters. This means you can set an html block in a global area or anywhere else on your site, enter a form that points to your dealer locator page for submission, and the dealer locator will automatically grab the zip code from the URL and perform a search when the page loads.

 Here is a sample form:

[code]

<form action="path/to/your/dealer-locator/" method="get">

<label>Enter your zip code to find dealers</label>

<input type="text" name="address">

<input type="submit" value="Find Dealers">

</form>

[/code]

 

2. Bulk delete is now available for deleting multiple dealer entries all at once.

3. Backend search is now available to search your dealer entries from the dashboard