Resolve thanks
Hi,
Please put following code in top of /single-accommodation.php file.
if ( empty( $_GET['adults'] ) ) { $_GET['adults'] = 2; }
And about tour, it is difficult to set adults as 2 persons by default. It is difficult to change calculate price feature
Regards, C-Themes
I make the change , but the field dont make the calculation by default
In /inc/frontend/tour/templates.php file, you can find trav_tour_get_single_schedule_html function.
In it, please find following code.
$adults = 1;
Please replace it with following.
$adults = 2;
https://twsears.com/
Example Page
https://twsears.com/tour/punta-cana-con-sky-high/?date_from=02/18/2019&date_to=03/10/2040
Please give me page url for it.
Then I will guide you how to change the files.
I need 2 persons in adults fields by default in the booking reservations , how i do it?