arrow_back_ios

We have a special offer: three tickets for the price of two. How to configure that?

Suppose your price option is $1000 per place per day. However, you want to offer a special rate: $2000 instead of $3000 per day when a customer books 3 places. To achieve this, you need to create a $1000 per day discount that only applies when 3 or more places are booked.
To set this up, create a pricing component. Enter a name and insert the parameter for the number of steps (days), called STEPS.
In the formula, multiply -1000 by the number of days.
-1000 * [STEPS]
Next, click the Add condition button. Select Shares and set the Minimum share count to 3. This way, the discount will only be applied when booking three or more places; it will not apply to bookings of one or two places.
See the example in action: