[#1321] simplybook-elementor-widget

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.

chin lu wrote:

Hello, we would like to ask if we can use the SimplyBook.me widget’s built-in user login functionality: Can users log in and register first, then integrate with the system? Can users log in or create accounts directly during the booking process?

Are there API limitations? Can the SimplyBook.me API be used for client-side user authentication? Therefore, is it feasible to implement user login independently through the API?

Dmytro Bondarev wrote:

Hi,

we have such API, but at the moment it is allowed to our partners only.
Please contact our sales team via online chat.

chin lu wrote:

mplement a custom login form on the front-end page where users enter their SimplyBook.me username and password to log in. After successful login, display the SimplyBook booking widget.

chin lu wrote:

Is there more detailed API documentation available, and where can it be viewed or downloaded?