Description
A dark gold car-rental style quick booking widget.
Use the shortcode [qbwdgt_booking] on any page or post.
Features
- 2-step booking form: Date/Time then Customer Details
- AJAX submission (no page reload)
- Stores bookings in custom database table (wp_quick_bookings)
- Sends admin notification email
- Sends customer confirmation email
- Admin dashboard with summary cards, filters, and AJAX actions
Shortcode
[qbwdgt_booking]
Installation
- Upload the plugin folder to /wp-content/plugins/
- Activate the plugin via Plugins > Installed Plugins
- Add shortcode [qbwdgt_booking] to any page or post
FAQ
-
Where do I add the booking form?
-
Add the shortcode [qbwdgt_booking] to any page or post.
-
Where are bookings stored?
-
Bookings are stored in a custom database table (wp_quick_bookings).
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Quick Booking Widget” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Quick Booking Widget” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.6
- Resolved Plugin Check nonce warnings on admin list query args
1.1.5
- Fixed admin filter/pagination nonce verification (fail-early CSRF protection)
- Added capability checks and nonces on pagination links
- Hardened AJAX nonce validation across admin handlers
1.1.4
- Fixed SMTP compatibility checks
- Added missing delete booking AJAX hook
- Improved admin notice behavior
- Fixed shortcode documentation mismatch
1.1.3
- Improved compatibility with WordPress 6.9
1.0.0
- Initial release