0
Total: $0.00
Go to Cart

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:

$17 - $23

Child

$10.00

Student

$18.00

Senior

$15.00

Next

Select a date for your visit

Next Back

SELECTION SUMMARY

EVENT DETAIL

Date Time

TICKETS

Type Qty Amount

SELECTION TOTAL

Add to Cart Back

Loading Program Data...

Adding Items to Cart...

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. 

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;
}