tazimete / wp-taxi-booking-system

wp-taxi-booking-system is AJAX based wordpress plugin which permits users for booking taxi.Distance and price calculation will be done by google map api. And payment will be done with paypal
5 stars 7 forks source link

Km to Miles? #1

Open Hockeyhero4 opened 8 years ago

Hockeyhero4 commented 8 years ago

How would it be possible convert from km to miles?

tazimete commented 8 years ago

Need to work on javscript file. In some cases i used distance*1.609 to convert mile to km. you need to remove that multiplication. by default google map distance api provides distance in mile. or you can make option for km/mile on setting page on plugin's backend. if you need more help just comment here. thanks.

ashfansaja commented 5 years ago

can I know where to change the code above? is it in the index.php file?