SavorPilot

Açıklama

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:

  1. cd admin-ui
  2. npm install
  3. npm 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.

Yükleme

  1. Upload the savor-pilot folder to /wp-content/plugins/ or install through the WordPress plugin screen.
  2. Activate the plugin.
  3. Go to SavorPilot Settings and set your public menu page and currency.
  4. Add a Location, Dishes and a Menu, then use the shortcode or block to display it.

SSS

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.

İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

Katkıda Bulunanlar ve Geliştiriciler

“SavorPilot” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar

Değişiklik Kaydı

1.0.3

  • Moved the top-level admin menu position from 25 to 81 so 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_content JSON-LD schema output with JSON_HEX_* escaping.
  • Restricted the orders/{id}/payment-status REST endpoint to users with the manage_restrohub capability and a valid wp_rest nonce.

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.