
BooKey table on a website page with BooKey Gutenberg block or shortcode.
BooKey Table provides hourly based booking table on your WordPress website.
It also provides e-mail/Viber/Telegram booking status notification system for website owner.
Features include:
- Flexible and easy for use hourly booking grid
- Week/two weeks/month booking table
- Booking request status updates notifications via e-mail/Viber/Telegram
- Detailed booking history on BooKey website
Official BooKey WordPress plugin by BooKey team.
For more information please visit our plugin page.
For getting plugin code, please visit GitHub.
Important notes
Plugin is checking the current subscription status by sending request to BooKey website once per 24 hour.
In case if tariff is expired, the booking option will stop working for visitor and website admins.
When the new tariff is selected on the plugin settings page, it will be automatically implemented on your website
in next 24 hours or by immediate settings update after pressing ‘Save Settings’ on BooKey plugin page in admin console of your website.
BooKey Privacy Policy
Source code
The plugin build folder contains only files built with npm. To get source code please visit plugin GitHub page.
The project folders structure includes:
buildfolder contains compiled files;includesfolder contains WordPress actions and filters file;languagesfolder contains plugin multilingual support files;srcfolder contains TypeScrypt source code.
To reproduce the build folder of the plugin please use the following commands:
git clone https://github.com/BooKey-com-ua/bookey-grid.git
cd bookey-grid
npm install
npm run build