Appointment Booking Calendar
Appointment Booking Calendar is an appointment calendar plugin for accepting online bookings from a set of available time-slots in a calendar. The booking form is linked to a PayPal payment process. You can use it to accept bookings for medical consultation, classrooms, events, transportation and other activities where a specific time from a defined set must be selected, allowing you to define the maximum number of bookings that can be accepted for each time-slot. Features: The customer can book an available time slot from a defined set. The booking form is connected to a PayPal payment page You can define the appointment booking capacity for each time-slot. A notification email is sent to the specified email addresses (one or more) after completed the booking payment. A confirmation email with the appointment data is sent to the user after completing the booking payment. You can assign a user to the appointment booking calendar. Users with “Editor Access Level” will get access to the appointment calendar only if it has been assigned previously. Exports the appointments to iCal format (Google Calendar, Outlook). Includes captcha validation for preventing spam from the appointment calendar form. The appointment calendar has a printable list of bookings. You can edit the text of the notification/confirmation emails. Allows defining the product name at PayPal, the currency, the PayPal language and amount to pay for an appointment booking (you can set zero to let the user pay/donate the desired amount). Allows defining the working days, the exact time slots available and the appointment capacity of each time slot. Multi-page calendar: You can setup it to show many months at once. Multiple time-slot selection: The custom can book many time-slots at once if allowed in the settings. Configurable date format: mm/dd/yyyy or dd/mm/yyyy Supports both am/pm and military time. Export appointment data to CSV / Excel files. You can define the start day of the week on the appointment calendar. You can define the minimum available date and the maximum available date for the bookings. You can block specific dates. New WP Gutenberg Editor Block Elementor Editor Block Pretty modern administration interface. Please note that this is a plugin originally designed to accept appointment bookings linked to PayPal payments. The feature for accepting appointments without PayPal is implemented/available in the commercial versions: https://abc.dwbooster.com/download Payments processed through the plugin are SCA ready (Strong Customer Authentication), compatible with the new Payment services (PSD 2) – Directive (EU) that comes into full effect on 14 September, 2019. Available Languages and Adding New Languages / Translations The current translations are already available in the appointment calendar plugin: Afrikaans (af) Albanian (sq) Arabic (ar) Armenian (hy_AM) Azerbaijani (az) Basque (eu) Belarusian (be_BY) Bulgarian (bg_BG) Catalan (ca) Central Kurdish (ckb) Chinese (China zh_CN) Chinese (Taiwan zh_TW) Croatian (hr) Czech (cs_CZ) Danish (da_DK) Dutch (nl_NL) Esperanto (eo_EO) Estonian (et) Finnish (fi) French (fr_FR) Galician (gl_ES) Georgian (ka_GE) German (de_DE) Greek (el) Gujarati (gu_IN) Hebrew (he_IL) Hindi (hi_IN) Hungarian (hu_HU) Indian Bengali (bn_IN) Indonesian (id_ID) Irish (ga_IE) Italian (it_IT) Japanese (ja) Korean (ko_KR) Latvian (lv) Lithuanian (lt_LT) Macedonian (mk_MK) Malay (ms_MY) Malayalam (ml_IN) Maltese (mt_MT) Norwegian (nb_NO) Persian (fa_IR) Polish (pl_PL) Portuguese Brazil(pt_BR) Portuguese (pt_PT) Punjabi (pa_IN) Russian (ru_RU) Romanian (ro_RO) Serbian (sr_RS) Slovak (sk_SK) Slovene (sl_SI) Spanish (es_ES) Swedish (sv_SE) Tagalog (tl) Tamil (ta) Thai (th) Turkish (tr_TR) Ukrainian (uk) Vietnamese (vi) If you want to add a new translation you can add a new PO/MO file into the “languages” folder. If you want to provide the translation for a new language you can send us the texts and we will create the PO/MO files for you. We will appreciate if you allow sharing your translation with other WordPress users. The Troubleshoot Area Use the troubleshot if you are having problems with special or non-latin characters. In most cases changing the charset to UTF-8 through the option available for that in the troubleshot area will solve the problem. You can also use this area to change the script load method if the booking calendar isn’t appearing in the public website. There are also two fields related to the iCal settings: the “iCal time zone difference vs. server time” and the “iCal timeslot size in minutes”. The “iCal time zone difference vs. server time” can be updated to match the desired time zone. The difference is calculated referred to the server time, you may have to test some values until finding the one that matches the desired time-zone. The “iCal timeslot size in minutes” can be modified to have a specific slot time in the exported iCal file. The Restricted Dates Tab The “Restricted Dates” tab into the calendar settings lets you to completely disable selected dates from the appointment calendar. This is useful for excluding public holidays or other specific dates where no appointments will be offered. To restrict a date just click it into the date picker calendar that appears in this tab. To remove an already restricted date, just click it again. The Special Dates Tab The “Restricted Dates” tab into the calendar settings lets you use a different time-slots schedule for specific dates. For example you can have the same time-slots available for all Tuesdays in the appointment booking calendar, but if you want to offer different time-slots on a specific Tuesday then you can use the “Special Dates” tab to overwrite the time-slots for that date. To use this section click a date into the date picker that appears on the “Restricted Dates” tab and a floating panel will appear for editing the available time-slots for the selected date. The Notification Emails The notification emails with the appointment data entered in the booking form can sent in “Plain Text” format (default) or in “HTML” format. If you select “HTML” format, be sure to use the BR or P tags for the line breaks into the text and to use the proper formatting. Displaying a List of Appointments A list with the appointments set on the calendar can be displayed by using this shortcode in the page where you want to display the list: [CPABC_APPOINTMENT_LIST] … can be also customized with some parameters if needed, example: [CPABC_APPOINTMENT_LIST from="today" to="today +30 days" fields="DATE,TIME,NAME" calendar="1"] … the “from” and “to” are used to display only the appointments / bookings on the specified period. That can be either indicated as relative days to “today” or as fixed dates. There is also a “group” attribute to join the names of the appointments made on the same time-slot (for time-slots with multiple capacity): [CPABC_APPOINTMENT_LIST group="yes"] The “fields” can be used to modify the columns to display, that field accepts the following items (uppercase): CALENDAR DATE TIME NAME PHONE COMMENTS … however, in most cases, probably you don’t want to display the phone or comments. The styles for the list are located at the end of the file “all-css.css”: .cpabc_field_0, .cpabc_field_1, .cpabc_field_2, ... Clear the browser cache if the list isn’t displayed in a correct way (to be sure it loads the updated styles). Opening the Calendar in a Different Month There is a field in the settings area named “Open calendar in this initial month/year”. This can be used to display the calendar initially in a specified month. This is useful, for example, for bookings of an event that will happen in a future month, so you can display the calendar exactly on that month. Allowing Booking Multiple Appointment Slots These settings fields are available for each appointment calendar: Minimum slots to be selected: This is the minimum number of slots that the customer must select in the booking form. Maximum slots to be selected: This is the maximum number of slots that the customer can select in the booking form. Close floating panel after selecting a time-slot?: Default: “Yes”. Set to “No” in the case the user has to select various slots in the same date. The price should be set for each total number of slots below (request cost setting). Note that the request cost field will be automatically updated for allowing entering the price for each number of time-slots, giving total freedom at this price setting. Exporting Appointments to CSV / Excel Files The appointment data can be exported to a CSV file (Excel compatible) to manage the data from other applications. That option is available from the “bookings list”, the appointments can be filtered by date and by the text into them, so you can export just the needed appointments to the CSV file. Appointment Calendar Theme Selection The current Appointment Booking Calendar version has three pre-built CSS themes: Default – Classic Light Blue The theme can be selected into the administration area, below the calendar on the settings field labeled “Calendar visual theme”. Once selected a new theme, the CSS file “all-css.css” will be loaded from a different subfolder, be sure to edit the related CSS file if you need further modifications to the appointment booking calendar theme styles. Other Versions and Features The free version published in this WordPress directory is a fully-functional version for accepting appointments through PayPal as indicated in the plugin description. There is also a pro (commercial) version that includes the following additional features (not present in the free version): Ability to process forms/appointments without PayPal Form builder for a visual customization of the booking form Email reminders for the appointments Coupons / discount codes Additional drop-down fields for multiple prices/services Display calculated appointments price below the calendar … and a lot more of rich features Please note that the pro features aren’t advised as part of the free plugin in the description shown in this WordPress directory. If you are interested in more information about the pro features go to the plugin’s page: https://abc.dwbooster.com/download
Top keywords
- calendar31×1.83%
- appointment26×1.54%
- booking17×1.00%
- appointments14×0.83%
- date14×0.83%
- time14×0.83%
- available13×0.77%
- dates11×0.65%
- list10×0.59%
- appointment calendar9×0.53%
- bookings9×0.53%
- time-slots9×0.53%
Store Vacation Lite for WooCommerce
Formerly known as Woo Store Vacation — trusted by WooCommerce stores since 2017. Going on vacation, closing for a holiday, or pausing for a fulfilment break? Store Vacation Lite for WooCommerce lets you temporarily stop taking new orders while keeping your store visible to customers. Instead of taking your website offline, the plugin keeps your shop browsable and your products indexed while giving you control over whether visitors can place new orders. Schedule a vacation period, disable purchases, display a clear notice, and automatically reopen your store when the vacation ends. This is useful when you want to: Take time off without receiving new orders. Pause checkout while still letting customers browse products. Show a clear vacation or holiday notice on your store. Let customers know when your shop will reopen. Keep selected products available during vacation mode. Avoid confusion, missed expectations, or unnecessary support messages. Pause WooCommerce orders while keeping your store visible When vacation mode is active, your shop remains online and accessible to visitors. Customers can still browse your products, but purchases can be paused by disabling the cart, checkout, and add-to-cart buttons. This preserves your storefront and product visibility — and your SEO ranking — while preventing new orders during periods when you are unavailable. Schedule your vacation dates Set a start date and end date for your vacation period based on your site’s local timezone. Store Vacation Lite for WooCommerce automatically applies the vacation settings during the scheduled period and restores normal store behavior when the vacation ends. You can also deactivate vacation mode manually at any time if you return earlier than planned. Display a custom vacation notice Create a clear vacation message to explain why the store is temporarily closed and when customers should return. The vacation notice can include: Custom message text. Start and end date smart tags. Custom text and background colors. A call-to-action button. A custom button URL, such as a contact page. The notice appears on WooCommerce shop and product pages. You can also place it on other pages using the Store Vacation Notice block, Elementor widget, or [woo_store_vacation] shortcode. Control product availability during vacation mode Sometimes you may want to pause most of your store while keeping selected products available. Store Vacation Lite for WooCommerce includes condition settings that let you keep specific items purchasable while vacation mode is active. You can exclude selected: Products. Product categories. Product tags. Product types. Shipping classes. This gives you more flexibility than fully closing the entire store — perfect for keeping digital downloads, gift cards, or pre-orders available while pausing physical fulfilment. Built for real store situations Store Vacation Lite for WooCommerce is designed for the closure situations WooCommerce merchants actually run into: personal vacations, holidays, illness, family emergencies, fulfilment delays, stock reviews, maintenance windows, or short business breaks. The plugin is translation-ready and includes configuration support for multilingual stores using WPML and Polylang. Lite features Schedule a temporary vacation period. Pause purchases automatically during vacation mode. Keep your shop and products visible while paused. Display a vacation notice on WooCommerce shop and product pages. Add the notice anywhere with a block, shortcode, or Elementor widget. Add a call-to-action button to the notice. Use {{start_date}} and {{end_date}} smart tags in your message. Customize notice text and background colors. Keep selected products, categories, tags, product types, or shipping classes available. Allow shop managers to manage vacation settings. HPOS compatible. Translation-ready with WPML and Polylang support. Need more control? Upgrade to Store Vacation Pro Store Vacation Pro adds advanced scheduling, saved-cart tools, storefront controls, and vacation reporting for stores that need to do more than pause purchases. Upgrade to Store Vacation Pro to unlock the full workflow. With Store Vacation Pro, you can: Plan closures for real business rhythms Schedule unlimited vacation periods — plan holidays and seasonal breaks months in advance. Set recurring weekday closures — close every Sunday, every Monday morning, or any custom pattern. Configure opening hours — publish your business hours and auto-close the shop outside them. View a calendar of every upcoming, active, and past closure at a glance. Turn closures into conversions, not lost customers Save Cart for Later — customers can save their cart before you close, then restore it in one click when you reopen. Shareable saved cart link — customers copy, bookmark, or share their cart across devices. Email the saved cart — send the restore link straight to the customer’s inbox from the storefront. Allow cart building while checkout is closed — shoppers keep adding items during vacation and check out the moment you reopen. Countdown timer — show a live counter to your reopening date directly in the notice. Announcement bar — display a site-wide vacation banner across every page. Advance notice before closure — warn customers days ahead so they can order early. Measure what happens while you’re away Vacation reports dashboard — see cart interactions, checkouts, revenue, and unique customers during each closure. Recent activity table — every add-to-cart, cart update, saved cart, and checkout that happened while paused, with product and customer resolution. Filters and CSV export — narrow by date range and vacation period, export the raw event log. Configurable data retention — auto-prune old event logs after your chosen number of days, weeks, months, or years. Track vacation orders — flag and filter orders placed while vacation mode was active, right from the WooCommerce Orders screen. Control exactly what customers see Replace shop pages with custom content — serve your own vacation landing page instead of the default product grid. Password-protect shop access — gate the store behind a shared password. Private access links — send unique URLs that unlock the store for approved customers. Bypass restrictions for unlocked visitors — approved shoppers check out normally while the rest of the store is paused. Hide prices, add-to-cart, and mini cart — strip commerce UI entirely during vacation, converting the store into a browsable catalog. Advanced vacation notices — reusable templates with smart tags, rich text, CTAs, and custom styling. Vacation Content block — build custom pages that only appear while the store is in vacation mode. Fine-tune product availability Exclude by product, category, tag, product type, shipping class, WooCommerce brand, or user role. Copy conditions between schedules so you don’t rebuild the same exceptions for every closure. Ship it with confidence Admin reminder emails — get an email before each vacation starts. Dashboard widget — see upcoming closures at a glance on your WP admin dashboard. Force close the store instantly — pause purchases immediately without setting up a schedule. Import and export settings — move Store Vacation configuration between sites. REST API — access vacation schedule data programmatically. If your store needs recurring closures, multiple schedules, opening hours, saved carts, vacation reporting, or more control over what customers see while the shop is closed, Store Vacation Pro is the best upgrade path.