Bookly Custom Enterprise Addon
Production-ready WordPress addon extending Bookly with custom pricing logic, validation layer, appointment metadata handling, and performance optimization. Built with modular architecture for agency collaboration and scalable enterprise projects.
by Nikolaos Chalevas · github.com/nickchalevas/bookly-content-import
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/nickchalevas/bookly-content-import/archive/refs/heads/main.zipOverview
Production-ready extension layer for Bookly with modular architecture.
Features
- Conditional pricing logic
- Custom validation before booking confirmation
- Appointment metadata injection
- Performance optimization layer
- Clean OOP-ready structure
Architecture
bookly-custom-addon/ │ ├── bookly-custom-addon.php ├── includes/ │ ├── Hooks.php │ ├── Filters.php │ ├── Validation.php │ ├── Performance.php ├── assets/ │ ├── js/ │ └── css/
Installation
- Upload ZIP via WordPress Admin → Plugins → Add New
- Activate Plugin
- Ensure Bookly is installed and active
Technical Notes
Designed for agency collaboration and scalable customization.
Author: Nikolaos Chalevas