0
Total: $0.00
Go to Cart Checkout

Dynamic Pricing


This program has prices that vary by day. The ticket selection calendar displays preview pricing for the main price type.


Choose your tickets below to plan your visit.

Ticket Selection


PROGRAM: Dynamic Pricing
Adult

Price Range:

$18 - $25

Child

Price Range:

$8 - $15

Student

Price Range:

$16 - $23

Senior

Price Range:

$13 - $20

Next

Program Details


When a scheduled program has variable custom prices set for program events in Altru, preview pricing will appear on the calendar selection screen for web portal pages set to Standard Flow. Only the first price type selected will appear on the calendar. 

On the price type list, you may choose to display "Starts at" pricing, or display a price range.

You may choose to hide preview pricing by using the following Custom CSS code:

/*Hide calendar preview pricing*/
.ui-datepicker-calendar td a[data-custom]::after {
    display:none !important;
}
/*Reset calendar preview pricing block height*/
.ui-datepicker tbody td {
    height: 30px !important;
}