Title: Lineweb Restaurant Orders
Author: Andrew Matia
Published: <strong>16 d'agost de 2026</strong>
Last modified: 8 de setembre de 2026

---

Cerca extensions

![](https://ps.w.org/lineweb-restaurant-orders/assets/banner-772x250.png?rev=3649776)

![](https://ps.w.org/lineweb-restaurant-orders/assets/icon-256x256.png?rev=3649776)

# Lineweb Restaurant Orders

 Per [Andrew Matia](https://profiles.wordpress.org/linewebdigital/)

[Baixa](https://downloads.wordpress.org/plugin/lineweb-restaurant-orders.1.1.0.zip)

 * [Detalls](https://ca.wordpress.org/plugins/lineweb-restaurant-orders/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/lineweb-restaurant-orders/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/lineweb-restaurant-orders/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/lineweb-restaurant-orders/#developers)

 [Suport](https://wordpress.org/support/plugin/lineweb-restaurant-orders/)

## Descripció

Lineweb Restaurant Orders gives restaurants, cafés, and takeaway businesses a self-
hosted QR menu and online food ordering workflow inside WordPress. Customers can
order delivery, pickup, or dine-in directly from the restaurant’s own website. There
are no commissions, paid feature gates, trials, or Pro upsells.

Features include:

 * Food items, categories, variants, extras, dietary labels, allergens, and featured
   items.
 * Delivery, pickup, and optional dine-in table ordering.
 * Optional scheduled pickup with preparation time and store-local time slots.
 * A temporary pause for new orders while keeping the menu visible.
 * Server-authoritative cart validation and totals.
 * Cash payment and optional Stripe card payments.
 * Order management, statuses, printable receipts, sound alerts, and aggregate reports.
 * Customer order-status tracking protected by an opaque order token.
 * QR-code generation and an optional, menu-scoped progressive web app.
 * Optional Twilio WhatsApp order notifications.
 * Configurable retention and anonymization of completed order personal data.

For the complete ordering experience, create a page and select the **Food Menu App
View** page template. The `[snaporder_restaurant_menu]` shortcode provides a lightweight
menu catalogue inside a normal theme page.

### External services

Lineweb Restaurant Orders works without an external service when cash payment is
used. The following optional integrations are contacted only after a site administrator
enables and configures them.

#### Stripe

Stripe is used to process card payments. The browser loads Stripe.js from `https://
js.stripe.com/` and sends card details directly to Stripe. The plugin sends the 
authoritative order amount, currency, WordPress order ID, and an idempotency key
to `https://api.stripe.com/`. Stripe returns payment identifiers and statuses; Lineweb
Restaurant Orders does not store full card details.

 * Stripe Terms: https://stripe.com/legal/ssa
 * Stripe Privacy Policy: https://stripe.com/privacy

#### Twilio

Twilio is used only when WhatsApp notifications are enabled. Lineweb Restaurant 
Orders sends the configured sender number, customer phone number, and the relevant
order/status message to `https://api.twilio.com/`.

Twilio sender and customer numbers must use international E.164 format, for example`
whatsapp:+14155238886`.

 * Twilio Terms: https://www.twilio.com/en-us/legal/tos
 * Twilio Privacy Notice: https://www.twilio.com/en-us/legal/privacy

Lineweb Restaurant Orders does not send telemetry, usage analytics, or marketing
data to Lineweb or the plugin author.

### Support and custom development

For questions about the included plugin features, use the WordPress.org support 
forum. For restaurant-specific integrations, workflows, or custom development outside
the included scope, visit [www.lineweb.gr](https://www.lineweb.gr/).

Lineweb Restaurant Orders is created and maintained by Andrew Matia / Lineweb.

### Development and source

Lineweb Restaurant Orders ships its runtime assets locally. To reproduce them, install
Node.js 24, run `npm ci`, and then run `npm run build` from the plugin directory.

The build compiles `tailwind.input.css` to `assets/css/app.css` and uses `tools/
copy-vendor-assets.mjs` to copy the pinned Lucide and QRCode.js files and licenses.
Exact dependency versions are recorded in `package-lock.json`; the release includes
these asset sources and excludes installed development dependencies.

## Captures

[⌊Mobile-first menu with promotional banners, food photography, and category navigation.⌉⌊
Mobile-first menu with promotional banners, food photography, and category navigation
.⌉[

Mobile-first menu with promotional banners, food photography, and category navigation.

[⌊Product variants, extras, dietary information, and notes.⌉⌊Product variants, extras,
dietary information, and notes.⌉[

Product variants, extras, dietary information, and notes.

[⌊Delivery, pickup, dine-in, tips, and payment checkout.⌉⌊Delivery, pickup, dine-
in, tips, and payment checkout.⌉[

Delivery, pickup, dine-in, tips, and payment checkout.

[⌊Order management and status workflow.⌉⌊Order management and status workflow.⌉[

Order management and status workflow.

[⌊Store, payment, notification, privacy, and PWA settings.⌉⌊Store, payment, notification,
privacy, and PWA settings.⌉[

Store, payment, notification, privacy, and PWA settings.

[⌊QR-code generator.⌉⌊QR-code generator.⌉[

QR-code generator.

[⌊Scheduled pickup selection on mobile, with store-local availability.⌉⌊Scheduled
pickup selection on mobile, with store-local availability.⌉[

Scheduled pickup selection on mobile, with store-local availability.

[⌊Preparation time, pickup intervals and temporary ordering pause.⌉⌊Preparation 
time, pickup intervals and temporary ordering pause.⌉[

Preparation time, pickup intervals and temporary ordering pause.

[⌊The accepted pickup time in private customer order tracking.⌉⌊The accepted pickup
time in private customer order tracking.⌉[

The accepted pickup time in private customer order tracking.

## Instal·lació

 1. Upload the `lineweb-restaurant-orders` folder to `/wp-content/plugins/`, or install
    the ZIP from Plugins > Add New > Upload Plugin.
 2. Activate Lineweb Restaurant Orders.
 3. Add categories and food items from the WordPress admin menu.
 4. Open Lineweb Restaurant Orders settings and configure branding, opening hours, 
    order types, and at least one payment method.
 5. Create a page and select the **Food Menu App View** page template.
 6. Optional: configure Stripe, Twilio, QR codes, data retention, and PWA settings.

For Stripe, add the webhook URL displayed in Lineweb Restaurant Orders settings 
to the Stripe dashboard and subscribe it to `payment_intent.succeeded`, `payment_intent.
payment_failed`, and `payment_intent.canceled`.

## PMF

### How does scheduled pickup work?

Enable Scheduled pickup under Settings > Opening Hours, set the preparation time
and a pickup interval, and review the weekly schedule. Pickup customers can choose
ASAP or a time within the next 24 hours. The checkout refreshes available times 
and the server validates them again before creating the order. The accepted time
appears in customer tracking, merchant order details and the printable receipt.

Times use the WordPress site timezone, including overnight hours and daylight-saving
changes. This first version does not reserve capacity per slot or accept new orders
while the store is closed. Existing orders keep their accepted time if settings 
change later.

Pause new orders temporarily stops new submissions without cancelling existing orders
or payment confirmations. Uncheck the option to resume; there is no automatic resume
timer.

### Is there a Pro version or a paid feature gate?

No. Lineweb Restaurant Orders is a complete free plugin. It contains no Pro upgrade
screen, trial, remote feature lock, or upsell notice.

### Does Lineweb Restaurant Orders trust prices submitted by the browser?

No. The browser submits product, variant, extra, and quantity selections. The server
reloads the catalogue data and calculates the canonical total before an order or
Stripe PaymentIntent is created.

### Are card details stored in WordPress?

No. Stripe.js sends card details directly to Stripe. WordPress stores the Stripe
payment reference and verified payment status only.

### Does Lineweb Restaurant Orders delete data when it is removed?

Not by default. Products, orders, settings, and reports are preserved. An administrator
must explicitly enable permanent data removal before deleting the plugin.

### Where is customer data stored?

Order contact, delivery, cart, notes, total, and payment-status data are stored 
in the site’s WordPress database. Site owners can configure automatic anonymization
for completed, rejected, and failed orders.

## Ressenyes

No hi ha ressenyes per a aquesta extensió.

## Col·laboradors i desenvolupadors

«Lineweb Restaurant Orders» és programari de codi obert. La següent gent ha col·laborat
en aquesta extensió.

Col·laboradors

 *   [ Andrew Matia ](https://profiles.wordpress.org/linewebdigital/)

[Traduïu «Lineweb Restaurant Orders» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/lineweb-restaurant-orders)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/lineweb-restaurant-orders/),
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/lineweb-restaurant-orders/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/lineweb-restaurant-orders/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/lineweb-restaurant-orders/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 1.1.0

 * Added optional pickup scheduling with preparation time, configurable intervals
   and server-validated store-local times.
 * Added a pause-new-orders setting that preserves existing order retries and payment
   confirmations.
 * Displayed accepted pickup times in token-protected tracking, merchant screens
   and printable receipts.
 * Added overnight, daylight-saving and real WordPress ordering regression tests.
 * Verified WordPress 7.1 compatibility.

#### 1.0.2

 * Preserved the current menu page when redirecting customers to order tracking 
   on sites using plain permalinks.

#### 1.0.1

 * Adopted the distinctive `snaporder` prefix across plugin identifiers and added
   a safe migration for existing 1.0.0 installations.
 * Moved frontend, PWA, QR, receipt, and admin scripts and styles into properly 
   enqueued assets.
 * Updated the bundled Lucide icon library.
 * Restored promotional banner management and its admin fields.

#### 1.0.0

 * First public release.
 * Includes the complete free feature set described above, with no Pro gates or 
   upgrade prompts.
 * Uses server-authoritative totals, verified Stripe PaymentIntents, token-protected
   tracking, scoped permissions, local UI assets, and configurable privacy controls.

## Meta

 *  Versió **1.1.0**
 *  Darrera actualització **fa 3 setmanes**
 *  Instal·lacions actives **Menys de 10**
 *  Versió del WordPress ** 6.2 o posterior **
 *  Provada fins a **7.1.2**
 *  Versió del PHP ** 7.4 o posterior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/lineweb-restaurant-orders/)
 * Etiquetes
 * [food ordering](https://ca.wordpress.org/plugins/tags/food-ordering/)[online ordering](https://ca.wordpress.org/plugins/tags/online-ordering/)
   [qr code](https://ca.wordpress.org/plugins/tags/qr-code/)[restaurant menu](https://ca.wordpress.org/plugins/tags/restaurant-menu/)
   [stripe](https://ca.wordpress.org/plugins/tags/stripe/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/lineweb-restaurant-orders/advanced/)

## Valoracions

Encara no s'ha enviat cap ressenya.

[La vostra ressenya](https://wordpress.org/support/plugin/lineweb-restaurant-orders/reviews/#new-post)

[Visualitza totes les ressenyes](https://wordpress.org/support/plugin/lineweb-restaurant-orders/reviews/)

## Col·laboradors

 *   [ Andrew Matia ](https://profiles.wordpress.org/linewebdigital/)

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/lineweb-restaurant-orders/)