-
Getting started
-
Settings
-
Schedule Board
-
Reservations
-
Accommodations
-
Prices
-
Guests
-
- Articles coming soon
-
Invoices
-
- Articles coming soon
-
- Articles coming soon
-
Interactive Map
-
Reports
-
- Articles coming soon
-
- Articles coming soon
-
App Store
-
Payments
-
Deals
-
Point of Sale
-
License Plates
-
Online booking
-
Energies
-
Older F.A.Q.
- Can I save my custom reservations list?
- How can I work with lists?
- How do cancellations work?
- How do i change the communication language for a reservation?
- How do i change the place of a reservation?
- How do I change the status of a booking?
- How do I export reservation data to excel?
- How do I make a reservation?
- How to add a payment to a reservation?
- How to search for a booking?
- How to send an email to the guest manually
- What does the messages mean the price calculation returns?
- What kind of reservation statuses are there?
- How to manage prices?
- How to add a price to an accommodation?
- How to set a special week/weekend price?
- How do i create my own reports?
- How do I share a report?
- How do I login with my SSO account?
- How to send a e-mail to yourself via a workflow?
- Administration
- Reservations
- Branding
- Guests
- Invoices
- How do custom fields work?
- Setting period conditions
- How to set up an accommodation?
- How do i modify the informations of the customer?
- How do age tables work?
- How do guest languages work?
- How does the interactive map work?
- How to set up products under accommodations
- What is the difference between concept and final invoices?
- How do i add a product to the invoice?
- How to finalize an invoice?
- How do i print the final invoice?
- How to search for an invoice
- How does the Point of Sale works?
- Show Remaining Articles ( 24 ) Collapse Articles
-
Kiosk
-
Developers
-
Channels
- Articles coming soon
-
Barrier systems
- Articles coming soon
-
Products
- Articles coming soon
Originally written in English, any translations errors should be checked against the original atricle
- How do widgets work?
- What types of widgets are there?
How do widgets work?
Camping.care will provide information to the widget from the sandboxed environment with get parameters. Depending on the widget type the system will provide different parameters.
If the widget is loaded in the backend we will provide a auth token so the widget can login to the camping.care system. For more information about logging in with an auth token you can take a look at our authenticate section.
If the widget is loaded in the reservation area we also will provide information about the reservation itself
For example: If your widget is running on https://example.com/app/widgets/reservation the system will automticalle add some parameters. The widget will be sanboxed loaded like this: https://example.com/app/widgets/reservation?token={a secret auth token}&reservation_id=12345