這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Restaurant Reservations

描述

Welcome to Restaurant Reservations WP plugin

This plugin is an useful system to manage all your restaurant reservations, search and filter them in a very simple way.

Inside the plugin you can also find the OpenTable component. If you decide to use this component you will see an iframe that will give you the possibility to book, entering your data, the restaurant that you have set in the plugin settings. Below some useful links :

Official site
Information for developers
Terms and conditions
Privacy Policy

In the [nd_rst_reservation_form] shortcode, Stripe is used as the booking method. In the last step the user should enter his data through an iframe provided by Stripe. Once the operation has been completed, the user will be redirect to the thank you page. Below some useful links :

Official site
Information for developers
Terms and conditions

Below some live preview demos

Click on the links below for view all plugin features in action:

  • Table Reservation DEMO

螢幕截圖

  • Table Reservation
  • Table Reservation - Details
  • Table Reservation - Confirm
  • Table Reservation - Thanks

安裝

  1. Install and activate the “ND Restaurant” plugin.
  2. Create a page and add in it the shortcode [nd_rst_reservation_form] for display the table reservation steps.
  3. By default the system does not allow the reservation of any table since you will have to add at least one restaurant and create the time-slots through the plugin settings.
  4. Create your restaurant : Restaurants -> Add New.
  5. Set the required settings : ND Restaurant -> Plugin Settings -> Max guests number option, remember to save the option using the “Save Changes” at the bottom of the panel. ( Saving in this step is essential since if you don’t do it you won’t be able to create the time slots in the next step )
  6. Create your time slots : ND Restaurant -> Add Timing -> Check all checkboxes and set the hours for start to receive reservations, use always the “Save Changes” button for save all options.
  7. The steps above are mandatory for start to use the reservation form. Remember that you have more settings available for fit the plugin to your needs.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Restaurant Reservations” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Restaurant Reservations 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.8

  • Improved plugin security ( added realpath(), Data Sanitization/Escaping variables )
  • Added wpdb::prepare() function on db query

1.7

  • elementor compatibility 3.6

1.6

  • added elementor booking search widget
  • added elementor opentable widget

1.5

  • added nonce on ajax calls

1.3.4

  • moved some js script in the proper js file.
  • added useful links on readme.txt

1.3.3

  • added wp_add_inline_script() for some script in page
  • added wp_add_inline_style() for some style in page

1.3.2

  • improved plugins_url()
  • added wp_remote_get() function for external requests ( stripe,paypal )

1.3.1

  • sanitize, validate, and escape all datas on POST and GET requests
  • improved plugins_url()
  • added nonce on ajax calls
  • removed import/export feature

1.3

  • Added compatibility with new wp version

1.2

  • Added css rules
  • Added some optimization functions

1.1

  • Added payment options

1.0

  • Initial version