If you want the feature regarding rounding up decimal value then WP Travel plugin provides the rounding up feature. To round up the decimal number, you have to set the value '0' to Number of...
Blog
If you are willing to change currency symbol ($) to currency code then WP Travel plugin provides the feature regarding changing currency symbol to currency code using filter. You can change currency symbol to currency...
If you want to add offer tag in the trip and are unknown about how to add offer tag in the trip then you are here at right place. WP Travel plugin provides the feature...
WP Travel plugin provides the feature regarding renaming placeholder 'TREKKING' using filter in itinerary search section(HOMEPAGE) as per your requirement. You can rename placeholder ‘TREKKING‘ by adding following given code in functions.php file of your child...
WP Travel plugin provides the feature regarding renaming text ‘Trip Type‘ using filter in single trip page as per your requirement. You can rename text ‘Trip Type‘ by adding following given code in functions.php file of...
If you want to remove all the countries(options) and add only one country in dropdown located in forms(traveller info, biling address forms) in checkout page, please add following given code in functions.php file of your...
If you want to remove pricing name in traveller form and mini cart section in checkout page, please add following given code in functions.php file of your child theme. function hide_pricing(){ return false; } add_filter('wp_travel_show_pricing_label_on_name',...
If you want to remove country field which is available in traveler form in checkout page, please add following given code in functions.php file of your child theme. function wp_travel_remove_country( $checkout_fields ){ unset( $checkout_fields['traveller_fields']['country'] );...
If you want to remove date of birth field which is available in traveler form in checkout page, please add following given code in functions.php file of your child theme. function wp_travel_remove_dob( $checkout_fields ){ unset(...
WP Travel version 4.4.4 has come with new feature regarding expiring/deleting the trips whose dates has been passed away for the booking of trip. If you want to remove the trips whose dates has been...
WP Travel Pro version 3.1.8 is now available for update. In this version we have fixed the error message related to 'Illegal offset type' which had been appeared during booking of trip. Change Log: Fixes:...
Actually, WP Travel Pro plugin is the bundle of all the modules and features. So, when we activate WP Travel Pro plugin all the features and modules will be activated which is the reason for...
WP Travel Pro version 3.1.7 is now available for update. In this version we have fixed the issue related to placeholder and checkbox option in field editor section as well as issue related to download...
Just like every year, the WordPress industry celebrates the holiday season with huge exciting discounts and offers. This has become a trend and special occasion for WordPress lovers and enthusiasts. Not to mention Black Friday...
Who doesn't want their favorite solution at a reasonable price? Keeping that in mind, we have exciting news today! WP Travel Pro is now affordable with a HUGE mega special offer and you will be...
Now with the version 4.2.4 of the WP Travel plugin, Coupon code email tag is available. If you have used the coupon code while buying the trips then adding the coupon code email tag in...
If you are looking to provide the discount according to the no of person available, then group discount is the right feature to add. WP Travel Group Discount module included in WP Travel Pro allows...
WP Travel plugin provides the feature regarding removing 'From' displaying before price in single trip page using filter. To remove 'From' before price in single trip page, please add following given code in functions.php file...
WP Travel plugin provides the feature regarding removing text 'Archives' displaying in archive(itinerary) page using filter. To remove text 'Archives' in archive(itinerary) page, please add following given code in functions.php file of your child theme....
There are many email tags available in the plugin which are listed below: '{sitename}' => Sitename'{itinerary_link}' => Trip page link'{itinerary_title}' => Trip title'{booking_id}' => Booking ID'{booking_edit_link}' => Booking editor link'{booking_no_of_pax}' => Total number of pax'{booking_scheduled_date}'...