Linux 软件免费装
Banner图

Orange Cat QR Event Tickets

开发者 tihomir22
更新时间 2026年7月20日 20:06
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce qr code events check-in event tickets

下载

0.2.0

详情介绍:

Orange Cat QR Event Tickets turns any WooCommerce product into an event and handles the whole ticketing flow: sell tickets, email a QR code for every seat, and validate attendees at the door by scanning with a phone — no dedicated app required. There are no ticket limits: unlimited events, unlimited tickets, no per-ticket fees. How it works
  1. Mark a product as an event and set the start date, optional end date and location.
  2. Customers buy tickets through the normal WooCommerce checkout (guest checkout works).
  3. When the order is paid, one QR ticket per seat is generated and emailed, using your store's WooCommerce email design.
  4. At the door, staff open a page with the check-in shortcode and scan tickets with the phone camera. The verdict is instant: green (valid), yellow (already used, with the time), or red (revoked or invalid).
  5. Refunds and cancellations invalidate the affected QR codes automatically and release capacity.
The check-in page is protected by a capability, not by a secret URL: only logged-in staff with the right role can scan or search. QR payloads are HMAC-signed, and check-in is atomic, so two doors can never validate the same ticket twice.

安装:

  1. Make sure WooCommerce is installed and active.
  2. Upload the plugin folder to /wp-content/plugins/, or install the ZIP from Plugins > Add New > Upload Plugin.
  3. Activate the plugin through the Plugins screen in WordPress.
  4. Create or edit a product, tick "This is an event" in the General tab, and set the start date (and optionally end date, location, and how many hours before the start sales should close). Enable "Manage stock" to cap capacity.
  5. Create a page with the [octk_checkin] shortcode for your door staff, and (optionally) pages with [octk_events] and [octk_events past] to list upcoming and past events. Serve the check-in page over HTTPS — browsers require it for camera access.
  6. Assign the "Event Staff" role (created on activation) to the users who will validate tickets.

屏幕截图:

  • The "Your tickets" email with one embedded QR code per seat.
  • The check-in page scanning a ticket with the phone camera, showing a green "valid" verdict.
  • An "already used" (yellow) verdict with the previous check-in time.
  • The manual search fallback listing a buyer's tickets with a check-in button.
  • The upcoming events listing rendered by the `[octk_events]` shortcode.

升级注意事项:

0.2.0 Attendee names are now a free feature; also fixes the text domain and trims translation files from the ZIP. 0.1.0 Initial release.

常见问题:

Do I need WooCommerce?

Yes. Orange Cat QR Event Tickets is a WooCommerce extension: events are WooCommerce products and ticket sales go through the WooCommerce checkout. WooCommerce 8.0 or newer is required.

Does check-in work without an app?

Yes. The check-in page runs in any modern mobile browser and uses the phone camera to scan QR codes — there is nothing to install. The page must be served over HTTPS, because browsers only grant camera access on secure origins. A manual search (by buyer email or order number) is available as a fallback.

Do the QR codes expire?

No. A ticket's QR code stays valid until the ticket is checked in, or until it is revoked by a refund or cancellation. Codes are HMAC-signed; if you ever need to invalidate every issued code at once, you can regenerate the signing secret from the settings screen.

What happens with refunds and cancellations?

Cancelling an order or refunding it in full revokes all of its tickets and their QR codes. A partial refund revokes only the refunded quantity for that line, preferring tickets that have not been scanned yet. Capacity is released through WooCommerce's native stock handling.

Is there a Pro version?

Yes, a separate Pro add-on extends the free plugin with: named attendees (collect one attendee name per ticket at checkout), ticket types via product variations (e.g. General / VIP), a designed per-ticket PDF attached to the email and downloadable from the customer account, offline check-in (validate without a connection and sync later), split staff capabilities with an attendance log of who validated what, and an attendance report screen with CSV export. The free plugin is fully functional on its own; the Pro add-on is optional.

Which languages are included?

English (source) and Spanish (es_ES). The plugin is translation-ready, so additional languages can be added with any standard WordPress translation workflow.

更新日志:

0.2.0 0.1.0