Apraksts
SavorPilot is a flexible, all-in-one restaurant management plugin for WordPress. It helps restaurants, cafés, cloud kitchens and food halls run menus, online ordering, table reservations and kitchen operations from their own website — with no per-order or per-cover fees.
Menus & dishes
- Build unlimited menus with sections, photos, badges, multiple prices and dietary labels.
- Full UK-14 allergen support with icons and a printable allergen matrix.
- Variant and add-on pricing (e.g. sizes, extras, toppings).
- Stock quantity per dish with low-stock email alerts.
Online ordering
- Public menu with cart, filters and checkout.
- Order types: dine-in, pickup and delivery.
- QR “order at the table” with automatic table attribution.
- Order status board: pending, confirmed, preparing, ready, completed, cancelled.
- Printable kitchen tickets.
Table booking & floor plan
- Drag-and-drop floor plan per location.
- Public booking form with live availability.
- Booking diary and status management.
- Optional Stripe deposits.
Locations & multi-location
- Manage multiple outlets from one WordPress install.
- Per-location opening hours, tax, address and tables.
- Location-aware menus and ordering URLs.
Inventory & reporting
- Stock tracking per dish and automated deductions on orders.
- Sales reports by day, revenue, top dishes and order counts.
SEO
- Schema.org Menu, MenuItem, Offer and Restaurant markup.
- Clean permalinks and structured data output.
Blocks & shortcodes
[restrohub_menu]— display a menu.[restrohub_booking]— show the booking form.[restrohub_opening_hours]— show opening hours and live status.- Gutenberg blocks for Menu, Booking Form and Opening Hours.
Source Code
The human-readable source code for the compiled admin UI is included in the admin-ui/ directory of this plugin. The assets/admin-ui/main.js and assets/admin-ui/main.css files are generated from it.
To rebuild the admin UI:
cd admin-uinpm installnpm run build
Third-party dependencies and build configuration are listed in admin-ui/package.json and admin-ui/vite.config.js.
A public copy of the source is also available at: https://github.com/mrshahbazdev/restrohub
External services
This plugin can optionally connect to Stripe (https://stripe.com) to process card payments. No Stripe account or data is required unless the site owner enters their own Stripe API keys. When Stripe is enabled, order total, currency and order ID are sent to Stripe’s servers over HTTPS. Stripe’s privacy policy applies: https://stripe.com/privacy.
Uzstādīšana
- Upload the
savor-pilotfolder to/wp-content/plugins/or install through the WordPress plugin screen. - Activate the plugin.
- Go to SavorPilot Settings and set your public menu page and currency.
- Add a Location, Dishes and a Menu, then use the shortcode or block to display it.
BUJ
-
Does SavorPilot require WooCommerce?
-
No. SavorPilot runs standalone.
-
Can I take payments?
-
Optional Stripe integration is available under Settings. Card details are entered directly with Stripe (PCI SAQ-A).
-
Can I use multiple locations?
-
Yes. Each location can have its own tables, hours and menu.
Atsauksmes
Par šo spraudni nav atsauksmju.
Autori un izstrādātāji
“SavorPilot” ir atvērtā pirmkoda programmatūra. Šo spraudni ir veidojuši šādi cilvēki.
LīdzdalībniekiTulkot “SavorPilot” savā valodā.
Vai jūs interesē attīstība?
Pārlūkojiet kodu, apmeklējiet SVN krātuvi vai abonējiet attīstības žurnālu, ko izveidojis RSS.
Izmaiņu žurnāls
1.0.3
- Moved the top-level admin menu position from
25to81so it sits below core WordPress menus.
1.0.2
- Included the full React/Vite source for the admin UI (
admin-ui/src) in the plugin package. - Hardened the
the_contentJSON-LD schema output withJSON_HEX_*escaping. - Restricted the
orders/{id}/payment-statusREST endpoint to users with themanage_restrohubcapability and a validwp_restnonce.
1.0.1
- Renamed plugin to SavorPilot.
- Replaced external QR API with self-hosted SVG QR generation.
- Moved receipt styles to an enqueued CSS file.
- Added nonce checks to public REST endpoints.
- Documented optional Stripe external service.
1.0.0
- Initial release with menus, dishes, ordering, table booking, floor plan, QR ordering, inventory and reports.