transportersio
Forum Replies Created
-
Forum: Plugins
In reply to: [Transporters.io] translateHi, have updated the plugin with these translations.
Forum: Plugins
In reply to: [Transporters.io] Pressing Quote button results in No-OpThe transfers-plugin is causing a conflict with the Transporters time selection, if you can disable the transfers-plugin then this should work as expected.
Forum: Plugins
In reply to: [Transporters.io] Quote form shows errorThis error is related to the google maps API key that you have entered in the Settings tab on the Transporters plugin config page.
If you can share the link to your website then I can help identify the exact issue but 3 common things could cause this.
1) Click https://console.developers.google.com/apis/dashboard Then click enable API and ensure that the following are all active.
Google Places API Web Service
Google Maps Geocoding API
Google Maps Directions API
Google Maps JavaScript API2) Click https://console.developers.google.com/apis/credentials
Find the API key entered in the box on the plugin settings and make sure it matches exactly .3) Click https://console.developers.google.com/apis/credentials
Click the key and then under Key restriction choose “HTTP referrers (web sites)”
In the list of sites to accept make sure the following is present.
*yourwebsitename.com/*
[Replace “yourwebsitename.com” with your real website]Forum: Plugins
In reply to: [Transporters.io] Display Distance?The distance and duration will both be shown on the staff side and can be used to automatically set pricing if you configure pricing rules.
Showing on the customer side when a customer requests a quote is something we are looking into.
Forum: Plugins
In reply to: [Transporters.io] Two questionsThis sounds like it should be possible but I would advise signing up for a free system and testing the available pricing rules to make sure it works as you require. If not let us know, improvements are coming every week.
For both of these requests I think that the multiple mile/km rules available for each vehicle will be the answer.
Pickup charge can achieve with a rule from 1-1 miles, which will be charged once for any journey.
Then 2-?? miles will be your standard mile rate.
Then can reduce rate at longer distances to kickin your mileage discount.Forum: Plugins
In reply to: [Transporters.io] Quote form doesn’t show up with short codeHi there,
It looks like you have entered the following as the system URL on plugin settings.
https://euroforum.transporters.io/admin/Change it to the below and should all work
https://euroforum.transporters.io/Forum: Plugins
In reply to: [Transporters.io] Quot problemHi, sorry for the delay, i just spotted your reply here.
You are correct that you can only set one primary country and that this will be the default for all actions.
When you add quotes yourself inside Transporters you can click the button with the primary country code while searching an address and this will open up all countries.
If you want to do the same on the public quote forms that customers can fill out please send me the link to your website and I can send you a solution.
Forum: Plugins
In reply to: [Transporters.io] Quot problemHi There,
Is this regarding quotes that are being made internally by staff on the Transporters system or from customers via the wordpress plugins quote form?
For internal quotes once you start an address search you will see a button with your countries code inside – if you click this it will change to a globe icon and accept worldwide addresses.
For your public quote forms if you give me the link to your site I can assist with the config to allow international transfers.
Forum: Plugins
In reply to: [Transporters.io] TranslationHi,
Passengers, luggage and vehicle types are all edited from inside your Transporters system, go to settings and then vehicles to make the changes.Some of the later bits sent to the customer will also need translation, if you reach out through the chat support inside your system we can help you with that.
For restricting the transfer by 1 month try this:
Go to Transporters settings on the wordpress admin.
Click “Advanced” on the quote form 1.
Scroll down to the bottom box for “Custom JS”
Add the following (if you use shortcode form not widget swap the “_w_” for “_s_”).var startDate = new Date();
var endDateMoment = moment(startDate);
endDateMoment.add(1, ‘months’);
jQuery(‘#start-date_w_1’).datepicker(‘setEndDate’,endDateMoment.format(‘DD-MM-YYYY’));If any trouble with this just reach out inside your Transporters system and will be happy to help.
Forum: Fixing WordPress
In reply to: Form or plug inHi Marco,
While the booking form itself may be possible via another method it may be worth not ruling out Transporters.io yet. The benefits it can provide go far beyond the booking form itself – invoicing, online payments, driver management, reporting are just the start.
And while you are correct that you do have to sign up to use the system, the standard package is free forever so there is no requirements to subscribe to a paid plan.
Forum: Plugins
In reply to: [Transporters.io] Google Map API IssueHi Deepak,
Google recently changed their policies forcing people to register an API key before using google maps on their site, before it just worked.
We much make some clearer instructions when installing the plugin to clarify this.If you go to this link you will be able to get your own API key, its free for normal usage.
https://console.developers.google.com/flows/enableapi?apiid=maps_backend,geocoding_backend,directions_backend,distance_matrix_backend,elevation_backend&keyType=CLIENT_SIDE&reusekey=trueThen go into your wordpress admin area and choose settings on the Transporters menu.
Enter the API key and save and it should all work fine.