Linux 软件免费装
Banner图

Pay4All Shop - Simple order forms with TWINT & STRIPE Payment

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

标签

order form payments products twint woocommerce twint

下载

2.5.0 2.5.1 2.5.2 1.1.2 2.6.1 1.1.4 2.7.0 1.3.0 1.3.1 1.1.1 1.1.3 1.2.0 1.2.1 1.2.2 1.1.0 1.4.1 1.4.2 1.4.3 2.3.0 2.4.0 1.0.0 1.4.0 2.6.0 2.7.1 2.7.2 2.0.0 2.7.3 2.9.0

详情介绍:

Pay4All Shop is a simple and lightweight order form plugin designed for small shops, wineries, caterers, takeaway restaurants, and associations. It was intentionally created as a simpler alternative to WooCommerce: create an order form, add your products and delivery methods, assign payment methods to each delivery option, and embed the form anywhere on your website using a shortcode. Available in French, German, Italian, and English. All customer-facing text can be customized separately in all four supported languages: French, German, Italian, and English.

安装:

  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 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.
  • Order form configuration.

升级注意事项:

2.3.0 Adds a « Virement bancaire » payment method with a per-language IBAN / BIC / beneficiary block, shown at checkout and injected into the customer confirmation e-mail in the shopper's own language. No schema change, no manual action. 2.2.0 Adds a per-form photo size picker (Petite / Moyenne / Grande / Personnaliser). No schema change, no manual action — existing forms keep their previous look until the merchant picks a size. 2.1.0 Adds an opt-in « Remember my information » checkbox (client-side localStorage, no cookie) and auto-skips the Pay4All Age step when the cart carries no age-restricted product. No schema change, no manual action. 2.0.0 Breaking : Categories, Brands, Tickets, Abandoned Cart and filter widget move to Pay4All Pro. On upgrade the legacy tables wp_p4all_tickets + wp_p4all_abandoned_carts are dropped, ticket posts deleted, cron cancelled. Back up first. XLSX export replaced by CSV. 1.4.3 Adds a « 🔗 Search » button next to each per-language URL field on products to pick a page, post, WooCommerce product or media (PDFs, images…) from the site. Detects WPML / Polylang automatically. Full DE/IT/EN translations. Also clears three Plugin Check nits. 1.4.2 Adds a per-language « Learn more » link on every product (URL + label, defaults FR/DE/IT/EN) and a full-size photo lightbox on the form. Security pass: path-traversal fix on virtual downloads, SAMEORIGIN default on shortcode pages, extension allowlist on virtual uploads. 1.4.1 Adds client-side product filtering (per form), multilingual category / brand labels, and moves the Montant minimum de commande control to each form (previously global). Existing global threshold stays effective as fallback until you configure per-form values. No schema change, no manual action. 1.4.0 Adds optional Protection des mineurs (age verification) with mobile-side ID + selfie capture, AES-256-GCM encryption at rest, admin-only decrypted view and auto-purge on order deletion. No schema change, no manual action; opt-in per product via the new Requires age verification checkbox. 1.3.1 Adds a Timezone selector in Settings › General, fixes abandoned-cart date display via get_date_from_gmt(), and clears Plugin Check warnings. No schema change, no manual action. 1.3.0 Adds abandoned-cart capture + automatic recovery e-mail (configurable delay, default 10 days), new admin page, GDPR-aware. Please deactivate / reactivate once so the new table and hourly cron are installed. 1.2.0 Adds Hide this product and optional per-product stock management: auto out-of-stock at 0, restock on order delete, low-stock e-mail alert (threshold in Settings) and a Stock admin column. No schema change, no manual action. 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.

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.

Does the plugin use cookies?

No HTTP cookies are set by the plugin. When the shopper ticks the « Se souvenir de mes informations pour ma prochaine commande » checkbox on the customer step, their contact fields are stored in the browser's own localStorage (client-side only, never uploaded to the server, one-year retention, scoped per form). Unticking the checkbox and clicking Suivant — or the browser's Clear site data action — wipes the entry immediately. Nothing is stored when the checkbox stays off.

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.

How does Stock management work?

Tick Manage stock on a product and enter the quantity available. From that point on:

  • Each order decrements the stock by the quantity ordered (one decrement per ticket / per unit). The decrement happens as soon as the customer validates the order, regardless of the payment status.
  • The order form prevents the customer from ordering more than what is left — the quantity input's max attribute is capped at the stock available, and a server-side check rejects any tampered submission.
  • When the stock reaches 0, the product is automatically flagged out of stock: it stays visible but cannot be ordered.
  • When an order is deleted from the admin (definitive delete, not just trashed), the stock is restored for every product still in the order. Status changes (paid, cancelled…) do NOT restore stock; only deletion does.
  • If you set a Notify me when stock reaches threshold in Settings › General (under the shop address), an e-mail alert is sent to the notification address as soon as a tracked product crosses the threshold downwards after a sale.
  • A Stock column in the products admin list shows the current quantity (or when stock management is off), highlighted in orange below the threshold and red when out of stock.

更新日志:

2.9.0 2.8.0 2.7.3 2.7.2 2.7.1 2.7.0 2.6.1 2.6.0 2.5.2 2.5.1 2.5.0 2.4.0 2.3.0 2.2.0 2.1.0 2.0.0 1.4.3 1.4.2 1.4.1 1.4.0 1.3.1 1.3.0 1.2.0 1.1.0 1.0.0