Customizing detail in Booking form?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4590
    Aldis
    Participant

    Hi,
    are there any way to change/amend the detail that we want in the booking form and trip enquiry?
    Also, it is possible for trip enquiry to works just like how a booking works?(Email instead of saving into wp)

    I’ve tried to make the trip code customizable using the wp_traval_trip_code guide but nothing happen. Can you help me?
    (Using wordpress 4.9.2 / Ultra 1.2.2 theme)

    p.s I’ve been using this plugin for quite a while now and I must say that I’m lovin’ it! Looking forward to receiving the next update. Keep up the good work =)

    #4603
    Support Team
    Keymaster

    Hello @aldis,

    Thank You for your Appreciation Regarding WP Travel Plugin.

    Please find below the responses to each of your queries listed below :

    are there any way to change/amend the detail that we want in the booking form and trip enquiry?

    While the feature to change/amend the booking form fields is not yet available in the WP Travel Plugin with the current version, we have added the feature to feature requests and will be considered in for the future updates of the plugin.

    Also, it is possible for trip enquiry to works just like how a booking works?(Email instead of saving into wp)

    The trip inquiry form also sends an email to Website Admin About new inquiries with the latest version of the plugin. Please make sure to check the Admin Email ( Set in Admin Dashboard > Settings > General Settings ) inbox as well as Spam folders for the email notification.

    If you are still having trouble getting the emails, please write back to us so that we can look into the issue further.

    I’ve tried to make the trip code customizable using the wp_traval_trip_code guide but nothing happens. Can you help me?

    You can use the code below in your theme ( or child theme’s ) functions.php to change the trip code in WP Travel Plugin :

    function wp_travel_child_change_trip_code( $trip_code, $post_id ){
        return 'ID HERE '. $post_id;
    }
    add_filter('wp_travel_trip_code','wp_travel_child_change_trip_code', 10, 2);

    We have also updated the working hook code in the documentation.

    If you have any queries/issues further, please feel free to write back to us.

    Best Regards !!

    #4686
    Aldis
    Participant

    Hi @Support Team,

    It seems like the hook/filter only let us set a fixed ID for a few first code and not the auto-generated number code. Was hoping we could customize the whole trip code directly from the ‘Add New’ or when editing a trip.

    The email works fine now but I kinda wish the site name below was linked to it’s homepage just like the one beside it.

    #4698
    Support Team
    Keymaster

    Hello @aldis,

    With the free version of the WP Travel Plugin, the filter for Trip code only allows you to customize the code text in the Trip code attached with the post ID Generated by WordPress.

    Also, individual trip code customization for trips id not available with the plugin currently.

    However, we will be adding it to the feature requests for our premium version plugin and/or addons to WP Travel Plugin and will be considered for development.

    As for now, if you wish to get the feature along with customizations specific to your website, you can choose to Hire a Customizer for the customization tasks from the link below :

    wensolutions.com/hire-wordpress-customizer/

    Best Regards !!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.