Consultation Appointment Booking System¶
This plugin adds a dedicated 1:1 consultation appointment booking system directly to your Shopware 6 storefront β with no external SaaS dependency such as Calendly and no data transfer to third parties. Ideal for merchants selling products that require explanation, such as furniture and kitchen retailers, jewelers, opticians, travel agencies or B2B shops.
The free core already covers complete appointment booking. Optional plans (In-App Purchase) unlock multiple consultants, calendar invites, reminders and more.
Highlights
- ποΈ 1:1 appointment booking right in the Shopware storefront (
/beratung) - π₯ Any number of consultants with their own availability (plan dependent)
- π Booking possible without a customer account
- π .ics calendar invite for customer and consultant
- π§± Shopping Experiences (CMS) compatible block for free placement
- π GDPR compliant β all data stays in your Shopware database
π³ Free core & optional plans¶
The plugin is free and already provides complete appointment booking without any plan. Additional features are booked optionally as an In-App Purchase (monthly subscription) directly in Shopware β cancel anytime. Requirement: Shopware 6.7 and active In-App Purchases.
| Feature | Free | Starter | Business | Pro |
|---|---|---|---|---|
| 4-step booking form in the storefront | β | β | β | β |
| Booking without a customer account | β | β | β | β |
| Weekly availabilities per consultant | β | β | β | β |
| Booking overview with status in the admin | β | β | β | β |
| Confirmation email (text) | β | β | β | β |
| Number of consultants | 1 | 3 | unlimited | unlimited |
| Bookings per month | 5 | unlimited | unlimited | unlimited |
| .ics calendar invite | β | β | β | β |
| Reminder emails | β | β | β | β |
| Blocked days & vacations per consultant | β | β | β | β |
| CMS block (Shopping Experiences) | β | β | β | β |
| Manual appointment entry in the admin | β | β | β | β |
| Cancellation emails | β | β | β | β |
Nothing is hidden
Locked features stay visible in the interface β with a hint about which plan unlocks them and a button to book it directly (In-App Purchase). Current prices are shown by Shopware directly in the In-App Purchase dialog.
π§ Installation¶
- Requirement: CNK Foundation plugin
- Install via the Shopware Store or ZIP
- Activate in the Plugin Manager
- Menu entry available under Customers > Consultation
βοΈ Configuration¶
You can find the plugin configuration under Settings > Extensions > Consultation Appointment Booking System.
| Setting | Description | Default |
|---|---|---|
daysAhead | How many days into the future customers can book | 28 |
autoConfirm | Set new bookings to βconfirmedβ immediately (otherwise βopenβ) | on |
timezone | PHP time zone identifier used in the calendar invite (.ics) | Europe/Berlin |
reminderEnabled | Send a reminder email before the appointment | on |
reminderHoursBefore | Hours before the appointment the reminder is sent | 24 |
Reminders & calendar invite
Reminder emails and the .ics attachment are available from the Starter plan onwards. Without a matching plan the setting stays visible but is not executed.
π₯ Managing consultants¶
Under Customers > Consultation > Consultants you create your consultants. Per consultant you can set:
- Name and email address (for appointment notifications)
- Photo (media)
- Description and specialty
- Active status (controls visibility in the storefront)
- Availabilities per weekday including slot duration
- Blocked days & vacations (from Starter)
Consultant limit per plan
Free: 1 consultant Β· Starter: 3 consultants Β· Business/Pro: unlimited. Once the limit is reached, the interface points to the required upgrade.
π Availabilities & slots¶
For each consultant you define weekly time windows with a fixed slot duration. The plugin automatically calculates the bookable time slots for the upcoming days (daysAhead) and hides slots that are already booked or blocked.
- Blocked days (from Starter) block individual days or ranges per consultant β for example vacations or public holidays.
- The storefront calendar shows only available slots.
π Booking flow in the storefront¶
Customers reach the booking under the route /beratung. The flow consists of four steps:
- Choose a consultant (
/beratung) - Choose an appointment from the available slots (
/beratung/{beraterId}/termin) - Enter contact details and an optional message (
/beratung/{beraterId}/kontakt) - Receive confirmation (
/beratung/bestaetigung/{buchungId}) β including a calendar invite by email
A personal cancellation link (/beratung/stornieren/{token}) is generated per booking and sent along.
Freely placeable via Shopping Experiences
From the Starter plan onwards, a CMS block βConsultation bookingβ is available that you can freely place on Shopping Experiences pages.
π Managing bookings¶
Under Customers > Consultation > Bookings you see all appointments with their status:
| Status | Meaning |
|---|---|
open | Open (when auto-confirm is disabled) |
confirmed | Confirmed |
cancelled | Cancelled |
completed | Completed |
From the Business plan onwards you can also enter appointments manually in the admin.
π¬ Email notifications¶
The plugin sends messages through the Shopware mail system to the customer and consultant:
| Type | Recipient | Attachment | From plan |
|---|---|---|---|
| Confirmation | Customer & consultant | .ics (Starter+) | Free (text) |
| Reminder | Customer | .ics | Starter |
| Cancellation | Customer & consultant | β | Business |
The reminder is sent through an hourly scheduled task (cnk_beratung.booking_reminder), controlled by reminderEnabled and reminderHoursBefore.
Requirement: background worker
Sending reminders requires the Shopware background worker (message queue & scheduled tasks). It is active by default on Shopware Cloud and most managed hostings.
π Data protection (GDPR)¶
The plugin works entirely within your Shopware installation. There is no data transfer to external services β all consultant, appointment and customer data stays in your own Shopware database.
β FAQ¶
Is the plugin free?
Yes. The core is free forever β 4-step booking, 1 consultant, up to 5 bookings per month and a text confirmation email. Additional features are booked optionally via In-App Purchase.
Do I need Calendly or an external service?
No. The entire booking system runs inside your Shopware shop, with no external SaaS dependency.
Can customers book without a customer account?
Yes. Booking is possible without registration through a clear 4-step form.
Which Shopware version is required?
Shopware 6.7. The paid plans additionally require In-App Purchases.
How many consultants can I create?
Free 1 consultant, Starter 3 consultants, Business and Pro unlimited.
Do customers receive a calendar invite?
Yes, from the Starter plan onwards the confirmation and reminder email include an .ics attachment for customer and consultant.