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