New Temporary Permit Rate Templates
The Temporary Permit Rate Templates feature allows administrators to control pricing, eligibility, and special conditions for temporary parking permits on a per-lot basis. Its primary purpose is to define how temporary permit pricing is calculated using assignable templates with customizable hourly rates and priority layers. This article is intended for OPS-COM administrators.
Setup and Configuration
Creating a Rate Template
Unpainted Time Slots: Any hourly section left unpainted is treated as not bookable. Users cannot book a permit or park in the lot during that time.
Fixed Rate Blocks and Early Bird Pricing
-
Hold Ctrl on your keyboard and click multiple time slots.
-
Choose the Merge option to create a fixed-rate block.
-
Configure a booking cutoff time using the Sale End field if you want the block to stop being bookable at that specific price after a certain time. Once the cutoff passes, the price reverts to whatever other layer applies for that time.
-
Scroll to the form at the bottom of the template page to edit all created blocks.
Assigning Templates to a Lot
Using this Feature
Layers and Priority Calculation
Each template can contain multiple layers, and each layer is assigned a priority on a per-day basis.
-
Same Priority Layers: If two layers share a priority and their time blocks overlap, both are considered during price calculation. The system automatically selects the cheapest price for the current hour block.
-
Higher Priority Layers: If a layer has a higher priority, its pricing always takes precedence over lower-priority layers, even if the lower priority is cheaper. A single hour block on a higher priority layer will be the only bookable slot for that day, though lower priority blocks on other days of the week will remain bookable.
-
Cross Template Calculation: If a user qualifies for multiple templates on the same lot, the system calculates the price under each eligible template and automatically selects the cheapest. Layers from different templates are never combined. Administrators can use the admin-only Price Calculator tool on the template page to simulate a given time slot and view the full price breakdown.
Proration Rules
-
Single Hourly Blocks: These blocks are prorated. If a user arrives or leaves mid-hour, they are only charged for the portion of the hour actually used.
-
Fixed Rate Blocks: These blocks are not prorated. Booking anywhere within the block requires paying the full block price, but grants the permit for the entire block duration.
Developer Note on Time Blocks: The sale_start, sale_end, and valid_until fields on time blocks are time-only reference values stored against a placeholder date. They must never be given a timezone cast. Doing so causes the weekly rate grid to silently stop rendering saved blocks. A code comment flags this at the cast site and must not be removed.
User Booking Flow
-
Select a start time for the temporary permit.
-
Choose a quick option for the end time or select Other to pick a specific date.
-
Check the Assign to all vehicles on profile checkbox if the lot allows bookings longer than 30 days and a duration of 31 or more days is selected.
-
Enter a promo code or template password to unlock additional hidden templates.
-
Review the price breakdown overview.
-
Proceed to checkout to have the permit added to the cart.
Promo Codes
Administrators can create a promo code tied to a specific lot and optionally restrict it to a specific template. Available configuration options include:
-
Discount Percentage
-
Valid Date Range
-
Usage Limit (total number of redemptions)
| Concept | Behavior |
| Unpainted time slot | Not bookable |
| Same priority layers overlapping | Cheapest price wins |
| Higher priority layer | Always wins, even if pricier |
| Fixed rate block | No proration, full price for any partial use |
| Single hourly block | Prorated to actual time used |
| Multiple eligible templates | Cheapest template auto-selected; no cross-template layer mixing |
| Promo code | One use per user per permit; freed up if permit is removed from cart |
| Max permits limits | Template maximum is a sub-limit within the lot's overall maximum |
Best Practices and Considerations
-
Utilize higher priority layers for exceptions: Reserve higher priority layers for specific events like holidays, ensuring special pricing always overrides standard rates.
-
Understand template limits: The template maximum permits setting is a sub-limit within the lot's overall maximum. If multiple template assignments sum to more than the lot's overall limit, the system allows the intentional overlap but will display a warning message.
-
Promo code redemption rules: Each user can redeem a given promo code once per permit. If a user removes that permit from their cart before purchasing, the code becomes usable again for a new permit.
-
Enforce booking windows: Enable the 30-day limit restriction on the lot-level setting to block users from selecting dates beyond a 29-day window.