Beschrijving
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 de [nd_rst_reservation_form] shortcode, Stripe wordt gebruikt als een boekingsmethode. In de laatste stap kan de gebruiker zijn Stripe gegevens invullen in een iframe. Zodra de handeling is verwerkt word de gebruiker door verwezen naar een bedank pagina. Hieronder enkele handige links:
Officiële site
Informatie voor ontwikkelaars
Algemene voorwaarden
Below some live preview demos
Click on the links below for view all plugin features in action:
- Table Reservation DEMO
Schermafdrukken
Installatie
- Install and activate the “ND Restaurant” plugin.
- Create a page and add in it the shortcode [nd_rst_reservation_form] for display the table reservation steps.
- 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.
- Create your restaurant : Restaurants -> Add New.
- 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 )
- 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.
- 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.
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“Restaurant reserveringen” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Restaurant reserveringen” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
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