Liqiud basics
Modules
API
Mailer
Booking order
On this page
Overview
Below you can see all the available drops on the booking order object
| Name | |
| booking_order.id | The ID of the booking order |
| booking_order.number | The number of the booking order |
| booking_order.state | The state of the booking order |
| booking_order.start_at | Start date for the booking |
| booking_order.end_at | End date for th booking |
| booking_order.location_from | #BookingLocationDrop |
| booking_order.location_to | #BookingLocationDrop |
| booking_order.order_items | #BookingOrderItemDrop |
| booking_order.quantity | The quantity of items in the booking order |
| booking_order.days | How many days for the booking |
| booking_order.cancel_url | The URL to cancel the order |
| booking_order.customer | #BookingCustomerDrop |
| booking_order.site | #SiteDrop |
| booking_order.campaign | #BookingCampaignDrop |
| booking_order.payment_method | #BookingPaymentMethodDrop |
| booking_order.available_payment_methods | #BookingPaymentMethodDrop |
| booking_order.snippet | Missing description |
| booking_order.total | Total price for the booking |
| booking_order.original_total | Missing description |
| booking_order.discount_total | If discount - the discount for the booking |
| booking_order.vat_total | Missing description |
| booking_order.special_instructions | Special instructions given to the booking order |
Note
An order is created for each unique visitor and it is reached in Liquid with current_booking_order.
Updated: 2020-11-24