Migrated from Redmine #1321 | Author: chin lu
Status: New | Priority: Low, I can wait | Created: 2024-12-02
simplybook-elementor-widget/
├── simplybook-elementor-widget.php (Main Plugin File)
├── includes/
│ ├── class-api-handler.php (API Handler Class)
│ └── class-settings.php (Settings Page Class)
├── widgets/
│ └── class-simplybook-widget.php (Elementor Widget Class)
├── assets/
│ ├── css/
│ │ └── style.css (Plugin Stylesheet)
│ └── js/
│ └── script.js (Plugin Javascript)
└── languages/
└── simplybook-elementor-widget.pot (Language Template File)
Using the Widget in Elementor:
In the Elementor editor, search for the SimplyBook Appointments widget.
Drag and drop the widget onto your page.
Testing the Booking Interface:
On the front-end, the login form should appear.
Enter your SimplyBook.me user email and password.
If “Remember me” is checked, the login state will be preserved between sessions.
After successful login, the booking interface should display. We wrote the plugin ourselves, but it’s not connecting to the booking interface.