Skip to content

Taxi Booking System for Wordpress. Cost is calculated on a per km/mile rate and routing / distance is calculated by Google Maps v3 API

License

Notifications You must be signed in to change notification settings

gnikolopoulos/vehicle-booking-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vehicle Booking System for Wordpress

Taxi/Vehicle booking Plugin for Wordpress. Ideal for companies that calculate fares using route length.

NOTE: Do not send emails asking for support, file an issue on github instead

Features:

  • Google Maps API for distance calculation and Places
  • Redux Framework for plugin options
  • Custom post types and Metaboxes
  • AJAX form handling
  • Simple multi-step form
  • qTip 2 tooltips for error messages
  • Car costs can be fixed or incremental
  • Date based surcharges (fixed or percentage based)
  • Locations can have extra charges (fixed or percentage based)

Usage

This plugin uses 3 main shortcodes:

  • [carlist] - Displays all cars currently in the system.
  • [bookingform] - Displays the multi-step ajax-powered booking form.
  • [my_bookings] - Displays the current logged in user's booking history.

TODO

  • More shortcodes
  • More plugin options
  • Better metabox handling
  • Better admin styling

Basic Roubleshooting

If you face issues with the calculation of the total price, check the following:

  • Tier pricing for cars
  • Surcharges

If you face problems with the calculation of route distance, check the following:

  • Use google maps website (maps.google.com) and try the same route
  • Make sure another plugin or theme does not interfere with this plugin

About

Taxi Booking System for Wordpress. Cost is calculated on a per km/mile rate and routing / distance is calculated by Google Maps v3 API

Resources

License

Stars

Watchers

Forks

Packages

No packages published