Fees charged once per rent
These are added to every booking, on top of the nightly rate.
Rates per campervan
Priority for each night: calendar day price → season → standard rate. Seasons are date ranges (high, low, or any name you want).
How to publish these prices
- Save changes — stores the prices in this browser so you can preview them on the site right away.
- Download pricing.js — put the downloaded file in
assets/pricing.js, re-zip the site and upload it to Cloudflare. That makes the prices live for every visitor. - Reload file discards local edits and goes back to the prices currently published in
assets/pricing.js.
🔒 Access is by secret numeric code only — no email, no username, no login accounts. The code is not written in the page source (only its SHA-256 fingerprint is), and after 5 wrong attempts the form locks for 30 seconds. To change the code, edit CODE_HASH in assets/admin.js (instructions are in the comment right above it).