Linux 软件免费装
Banner图

Pay4All Shop - Simple order forms for products or events with TWINT Payment

开发者 pay4all
更新时间 2026年6月22日 19:40
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

order form payments products twint woocommerce twint

下载

1.0.0 1.1.4 1.1.0 1.1.1 1.1.2 1.1.3

详情介绍:

Pay4All Shop is a simple, focused order-form plugin for small shops, wineries, caterers, takeaways and clubs. It is intentionally lighter than WooCommerce: you create a form, pick products and delivery methods, and embed it via a shortcode. Core features Payments included for free Pay4All Pro (optional) Install Pay4All Pro to add automated TWINT payments: the customer pays through their TWINT app at checkout, and the order is marked as Paid automatically without merchant intervention. Pay4All Shop works fully without Pay4All Pro. Pay4All Pro is sold separately at https://pay4all.ch/. External services When you sell a ticket product, the order confirmation email contains a QR code per seat. The QR image is rendered by the customer's email client (or browser when previewing) from https://api.qrserver.com/v1/create-qr-code/. The plugin server itself does not call this service — the request is made by the recipient when they open the email. The data passed to the service is only the ticket validation URL (your site domain + a random per-seat token). Terms of service: https://goqr.me/api/ Privacy: https://goqr.me/api/#privacy Use cases

安装:

  1. Upload the plugin to /wp-content/plugins/pay4all-form/ or install via Plugins › Add New.
  2. Activate the plugin from the Plugins menu.
  3. Open Pay4All Shop in the admin sidebar.
  4. Create your categories, products, delivery methods, then a form.
  5. Copy the form shortcode into any page.

屏幕截图:

  • Payment method selection, confirmation and payment via TWINT.
  • Dashboard, order list and language selection.
  • Configure rules linked to a category and add a product.
  • Order form configuration.

升级注意事项:

1.1.2 Change name plugin and order menu 1.1.0 Adds ticket QR codes, virtual file downloads, out-of-stock flag, per-delivery payment methods and pre-translated default fields. Please deactivate and reactivate the plugin once after upgrading so the new wp_p4all_tickets table and the /p4all-ticket/... rewrite rule are installed. 1.0.0 First public release.

常见问题:

Do I need WooCommerce?

No. Pay4All Shop is standalone. It does not depend on WooCommerce in any way.

Can I sell wine by carton of 6, but let the customer mix varieties?

Yes — this is the core use case. Set the category to Minimum + multiple, with minimum 6 and multiple 6. The customer can pick any combination of bottles from that category as long as the total is 6, 12, 18, etc.

Does it support online payments?

The free version supports manual payments only (pickup, on delivery, bank transfer, TWINT instructions). Automated TWINT payments are available via Pay4All Pro.

Is the plugin GDPR-friendly?

Yes. Customer data is included in WordPress's Tools › Export / Erase Personal Data workflow.

Will my data be deleted if I uninstall?

No, unless you explicitly enable Réglages › Données › Supprimer les données lors de la désinstallation.

How do tickets work?

When you create a product of type Ticket and a customer orders N seats, the plugin generates N unique QR codes — one per seat. Each QR points to a public validation URL (/p4all-ticket/{slug}/{token}). The customer receives one e-mail with every QR embedded. At the door, the organizer scans a QR: the page shows a green Validate button when the ticket is still available, and a red message with the date of the previous scan if it has already been used. You can also validate tickets manually and search them by customer information from Pay4All Shop › Billets.

How do virtual products work?

When you create a product of type Virtual, you upload one file per product. The file is stored in wp-content/uploads/p4all-virtual/, protected by an automatically generated .htaccess (deny from all). After purchase, the customer's e-mail contains a one-time download link served by the plugin endpoint (?p4all_dl={token}). The link is valid for 60 days.

How does Out of stock work?

Tick the Rupture de stock checkbox on a product. The product stays visible in the form so the customer still sees what you usually offer, but the quantity field is greyed and disabled. A red badge labels the product as out of stock. Server-side validation rejects any tampered submission that tries to order an out-of-stock item.

更新日志:

1.1.0 1.0.0