WPPizza – A Restaurant Plugin

Description

  • Conceived for Pizza Delivery Businesses, but flexible enough to serve any restaurant type.

  • Maintain your restaurant menu online and accept cash on delivery orders.

  • Set categories, multiple prices per item and descriptions.

  • Several layouts inbuilt(Default, Responsive, Grid).

  • New order notifications.

  • Opening/Closing times per day.

  • Allow tips/gratuities.

  • Simple discounts.

  • Multiple taxrates.

  • Order reports.

  • Multilingual Frontend (just update labels in admin settings page and/or widget as required). WPML compatible.

  • Multisite enabled.

  • Keeps track of your online orders.

  • Shortcode enabled. (see complete shortcode list)

  • Many other additional options inbuilt.

To see the plugin in action with different themes try it at demo.wp-pizza.com

If you wish to allow your customers to add additional ingredients to any given menu item, have a look at the premium “WPPizza Add Ingredients” extension

Premium extensions available:

Additional payment gateways to process credit card payments instead of just “Cash on Delivery”

Translations provided by:

  • Italien: Silvia Palandri
  • Hebrew: Yair10 [הלב בניית אתרים ]
  • Dutch: Jelmer
  • Spanish: Andrew Kurtis at WebHostingHub
  • German: Franz Rufnak, Witali Opfer

Many, many thanks guys and girls.

Note: As the plugin gets updated over time and has some other strings and features added, the translations above (and future ones) are likely to have some not-yet-translated strings. If you wish, feel free to provide any of those missing and I will update the translations accordingly.

If you want to contribute your own translation, feel free to send me your files and I will be more than happy to include them.

Demo Icons:

Please note that the icons used in the demo installation are iconarchive.com icons and not for commercial use.
If you do wish to use any icon from this set commercially, please follow this link to purchase it.

Allergen/Foodtype Icons (credit where credit is due):

Allergen/Foodtype Icons – though modified and with the exceptions stated below – are courtesy of icon-icons.com
Foodtype Vegetarian/Vegan Icons courtesy of vectorstock.com
Halal/Kosher Icons specifically created for this plugin.
Note: Allergen/Foodtype Icons included with this plugin can be used on your site ‘as is’ and without any attribution

Loading Icon:

“Double Ring” Loading Icon SVG (v3.13+) generated at loading.io

Screenshots

  • Frontend
  • Frontend (Different Theme) - minicart only
  • Frontend - Grid Layout
  • Frontend - Order Page
  • Frontend - Thank You Page
  • Frontend - Purchase History (registered user)
  • Admin - Menu items - quick edit
  • Admin - Global Settings (excerpt)
  • Admin - Order Settings (excerpt)
  • Admin - Opening Times
  • Admin - Additives
  • Admin - Layout (excerpt)
  • Admin - Localization (excerpt)
  • Admin - Registered customers
  • Admin - Tools
  • Admin - Tools (GDPR)
  • Admin - Access Rights
  • Admin - Order Form
  • Admin - Sales Reports
  • Admin - Widget

Installation

Install

  1. Download the plugin and upload the entire wppizza folder to the /wp-content/plugins/ directory.
    Alternatively you can download and install WPPizza using the built in WordPress plugin installer.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. You will find all configuration and menu options in your administration sidebar

Things to do on first install

For consistency, this document has now moved to the following location :
https://docs.wp-pizza.com/getting-started/?section=setup
** I strongly encourage you to read it **

Uninstall

Please note:
Although all options, menu items and menu categories get deleted from the database along with the table that holds any orders you may have received, you will manually have to delete any additional pages (such as the order page for example) that have been created as i have no way of knowing if you are using this page elsewhere or have changed the content/name of it.
The same goes for the 3 example icons that come with this plugin as they might be in use elsewhere.

FAQ

General Faq’s

for consistency and manageability the faq’s have been moved to https://docs.wp-pizza.com/faqs/

Shortcodes

please refer to https://docs.wp-pizza.com/shortcodes/

How can I submit a bug, ask for help or request a new feature?

Reviews

June 19, 2021
Second project with this plugin. Does what it says and more. Clear documents online and superb support when needed. Twice really amazed. Thanks!
April 12, 2021
I tested a lot of others plugins and themes, this is the best. It should also have the table reservation extension, because many restaurants would like their customers to book with the menu already filled out.
May 26, 2020
This plug-in has helped save my clients business as they move from a full-service restaurant to take-out and delivery during the pandemic. We were able to roll out a fully functional online ordering system with ease and at minimal expense. Easy for the client to use and customizations for just about everything. The few questions I've had or glitches I've encountered were addressed almost immediately through the forum or by email, with great solutions and - when needed - plugin updates rolled out next day. This is one of the best business-changing plugins I've used. I highly recommend it. And best of all, try it out the free version to work out the integrations and designs so you can be sure it works well with your site. Thank you Oliver!
April 3, 2020
Thanks a lot for this plugin! I installed it for two restaurants next door - they had to switch to delivery and take-away from one day to the other (corona virus restrictions). With your plugin and just a few hours of configuration and testing, they are now (hopefully) able to survive economically during the corona crisis. Your plugin is awesome!
February 28, 2019
Our requirements were an elegant and fully customizable room service ordering system for our 5-star boutique hotel... and WP-Pizza delivered! 😉 The interface is super clean and offers our guests a great user experience. Support is amazing. Do not be deceived by the name, WP-Pizza is a very powerful and versatile tool for anyone selling anything where a seamless and great user experience is key. This is not Woocommerce's strong suit.
Read all 55 reviews

Contributors & Developers

“WPPizza – A Restaurant Plugin” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

3.13.7
* Fix: potentially fatal errors and deprecation notices with php 8
* Tweak: Removed file_get_contents in some google maps helper functions in favour of using wppizza_remote_send (curl/wp_remote_post wrapper) to circumvent potentially disabled php file open wrappers
8th August 2021

3.13.6
* Tested upto: WP 5.8
* Fix: options not selected in plugin helpers when using ‘multiple_select’ as formfield type
* Tweak: added some more information for each country in wppizza_country_info()
* Tweak: return some more information when using wppizza google maps helper functions
22nd July 2021

3.13.5
* Fix: eliminate some possible php warnings when using php open_basedir
* Dev: added WPPIZZA_UTC_OFFSET constant for convenience (offset between local/wp time and utc)
* Dev: added order meta data helper functions wppizza_update_order_meta_by_metaid, wppizza_delete_order_meta_by_metaid
* Dev: allow orders metadata to be added selectively to orderdata when querying orders using wppizza_filter_orders_query_add_meta filter
* Dev: allow (validation) functions to run serverside before actually submitting an order (i.e no need for additional ajax request)
* Dev: minor tweaks in some plugin development helper functions
14th July 2021

3.13.4
* Tweak: more consistent alignment of gateway icons on orderpage
* Fix: Tips displayed as input field on confirmation page (if used)
* Fix: Audio Notification url automatically re-added to input field when saving field empty
* Dev | Added: wppizza_remote_send() helper as somewhat of a curl/wp_remote_post wrapper
* Dev | Added: wppizza_revert_minor_currency() to revert back to decimals from wppizza_format_minor_currency()
21st June 2021

3.13.3
* Fix: Typos in some of the ajax results filters that were introduced in 3.13.2
* Tweak: Allow for exclude attribute in [wppizza bestsellers] shortcode
* Tweak: Minor additions/granularity added in some admin helpers
* Tweak: Some admin text typos fixed
* Tweak: More reliable sorting when splicing additional formfields into position
* Tweak: allow for ‘style’ attribute to allow order page customer formfield surrounding element styles to be set directly by filter
* Tweak: add class to customer formfield surrounding elements to target specific type of inputs
* Tweak: checkbox alignments on orderpage
* Tweak: admin css tweaks for tables used in specific admin settings
* Dev | Added: wppizza_query_by_meta_key()
* Dev | Added: latitude/longitude validation wppizza_validate_latlng()
* Dev | Added: Simple phonenumber validation wppizza_validate_phone()
* Dev | Added: wppizza_gmap_map_address() to query google geocoding api serverside
13th June 2021

3.13.2
* New: allow to run distinct js functions when shop status changes from open to closed (and vice versa)
* Fix: some potential php notices eliminated
* Tweak: added css classes for some elements
* Tweak: added distinct array keys to parameters passed on to ‘wppizza_filter_transaction_details’ filter
* Tweak: added ‘chosen’ js to admin openingtimes selects
* Tweak: tidyup array keys when saving custom opening times
* Tweak: allow stale orders cronjob to have its ‘delete by payment status’ query filtered (‘wppizza_remove_stale_order_entries_payment_status’)
* Tweak: added global wppizza_is_delivery() (alternative to wppizza_is_pickup()), wppizza_get_shop_status() (currently open or closed and next change due), wppizza_get_openingtimes() (for the next x days) helper functions
* Tweak: Allow all ajax results to be filtered before returning
11th May 2021

3.13.1
* Tweak: Make sure “Always open shop for UserID” does not display potentially erroneous message on checkout for non-loggedin users. Updated related verbiage.
* Tweak: Replace allergen and food type sprite .pngs with higher quality, scalable .svgs.
* Tweak: Made allergen icons display slightly smaller in page footer
* Tweak: Removed some superflous legacy images
* Tweak: Some potential ‘undefined’ object message in browser console eliminated
* Fix: Any “Layout -> Additional Styles” enabled were lost when updating plugin
7th April 2021

3.13
* Update: Reload orderpage – if applicable – via ajax instead of full page reload (Backwards compatible with gateways/plugins that do not support this yet)
* Dev Note: This will affect any payment gateways that do not redirect. If you have developed your own, non-redirecting gateway, contact me.
* Fix: Milk/Lactose allergy icon not displayed
* Fix: (Edegcases) Select first available gateway on order page if already selected gateway by a customer was disabled by admin during the order
* Tweak: using added/dedicated loader.svg instead of WP’s tinymce loader.gif
* Tweak: Minor “payment methods” css adjustments to help consistency across themes
* Tweak: Loading image removed too early in some setups
* Tweak: Enabled “I am using a caching plugin” as default for new installs and updated associated verbiage.
* Tweak: Prevent some superflous db entries into orders table
* Tweak: Ensure to always ignore user id of 0 when using “Always open shop for UserID”
* Tweak: Some minor code tidyups
* Dev: Allow ‘autocomplete’ attribute to be added to customer input fields programatically
* Dev: Added helpers ‘wppizza_is_cancelpage()’ [wppizza_is_cancelled() – as alias] and ‘wppizza_is_thankyoupage()’ [wppizza_is_thankyou() – as alias]
* Dev: Added globally available js wppizzaGetCheckout() to allow dynamic ajax replacement/update of form on checkout page
17th March 2021

3.0 – 3.12.x
* changelogs for versions 3.0 to 3.12.x can be found in /wppizza/changelogs/

1.0 – 2.16.11.28
* changelogs for versions up to 3.0 can be found in /wppizza/changelogs/