Last modified by - 8 years ago
672 Views
1 min read

Your Hotel Reservation

Theme Bootstrap
Targeted Device Medium devices (desktops, 992px and up) users. Collapsed to start, horizontal above breakpoints.
Label Position Top
Radios and Checkboxes Stacked
Element Size Medium

Shows how to create a basic reservation order by using multiple functions.

For example, {10}Parking;{20}Breakfast;{15}Internet set the values for the "Optional Services" checkbox list.

Of course, when customers submit reservation orders, you may want to set up notifications sending a customized email to you and the customer who made the reservation.

You can search the functions you are looking for at WP App Studio Available functions page

Formulas used in calculations are below:

Total Cost:

DATEDIF(!#ent_check_in#,!#ent_check_out#) * IF(!#ent_room_type# ='king_view', 100, 90) + SUM(!#ent_optional_services#)

Note: The attribute tags used in the formulas are based on the names you give to your attributes. So your values may be different.

[hotel_reserv]
Related Embeds
Previous Next
Related Panels
Related Articles
Related Documents
Previous Next
Was this information helpful?