VO Store Locator allows you to add a customizable store locator directory and map to any page of your WordPress Site.
No other plugin offers these many customizations for FREE!
VO Store Locator Features
- NEW - Integrated with Visual Composer.
- NEW - Editor button allows you to add listings quickly to any page or post.
- Add Unlimited locations to showcase store listings, class locations, job locations, events listing and other locations with the use of Google maps.
- Fully Responsive layout out of the box.
- Show Distance to each Store from Current Location.
- Set default Center for Google Maps.
- Customize your map with easy WYSIWYG interface.
- Customize the font type, and color of pins and backgrounds.
- Improved Performance with Marker Clusters.
- Find Direction in KM and Miles.
- Ability to tag the listings.
- Filter the listings by tags.
- Set a pin color per tag to differentiate locations.
- Locate address by Zip Code, Town, City or State.
- Customize store listing box appearance according to the website theme.
- Auto location look-up based on where a user is currently located.
- Auto locate co-ordinates, only need to enter an address of the desired place/store.
- Embed listings/maps on page and posts easily using the shortcode [VO-LOCATOR].
- Ability to add turn-by-turn driving directions to the location.
- Add thumbnail to the specific location/store.
- Map zoom and scroll with satellite view.
- Easily turn Map display On/Off.
- Ability to hide address from pubic/users for your special cases where you need to only show closest contact phone and other details.
- Location Management with colored markers.
- and much more
Available Translations
- Spanish, Mandarin Chinese, German, French, Italian, Romanian & Portuguese Language Translations available.
Visit our website for more information
WP Store Locator |
Demo |
Documentation
Getting Started
https://youtu.be/_6Zm_9hONKo
PRO ADDON
Need more features and customizations? Check-out our PRO Add-On
- NEW - Add Custom Fields to the Map pop-up.
- NEW - Radius Search
- NEW - Updates from admin plugin panel.
- NEW - Add custom marker icons for each location or per tag.
- New - Visitor Stats Tracking
- Import/Export Listings.
- Update Several listing Co-ordinates in a single click.
- Instances - Setting multiple store locators on different pages with full UI Customization.
- Filtering each store locator by Multiple Tags.
- Add multiple tags to single store listing.
- Bulk Update for Custom marker icons.
GET THE PRO ADD-ON | Documentation
Using shortcode in theme template files
In any case, if you need to add listing within theme template files, add this line of code to your theme template:
if(function_exists("volocator_func")) { echo volocator_func(); } )
Or One can even use the line of code mentioned below instead of the above function
<?php echo do_shortcode( '[VO-LOCATOR]' ); ?>