• Resolved lyolya80

    (@lyolya80)


    Hello!

    Could u help me please,

    plugin been installed, I translate it to russian with Poedit, everything is ok, but on second page Passengers, Luggage, type of vehicle type and calendar still in english, how i can change it to another language?

    Also is there just possibility to order transfer during the same month, not later?

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author transportersio

    (@transportersio)

    Hi,
    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.

    Thread Starter lyolya80

    (@lyolya80)

    Thank u!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Translation’ is closed to new replies.