Linux 软件免费装

WooCommerce Pay to Upload

开发者 wpashokg
更新时间 2020年2月19日 19:17
捐献地址: 去捐款
PHP版本: 3.3.1 及以上
WordPress版本: 5.3.2
版权: GNU General Public License v3.0
版权网址: 版权信息

标签

woocommerce file upload

下载

1.1.2 1.2 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1.0 2.1.1 1.1.3 2.1.2 2.1.3 2.1.4

详情介绍:

Hello Friends, This is a wordpress woocommerce support plugin which will enable the customers to upload files after purchase. Features: Admin can centrally control the number of uploads per product. Admin can control the the number of uploads per product on a particular product. Admin can enable / disable the file upload for a particular product. Admin can set the respective file types to be uploaded. This plugin would be in continuous revision and support.

安装:

屏幕截图:

  • Woocommerce Pay To Upload - Admin Menu
  • Woocommerce Pay To Upload - Settings
  • Woocommerce Pay To Upload - Configuring in the individual product page.
  • Woocommerce Pay To Upload - Orders list front end
  • Woocommerce Pay To Upload - Detailed Order Page with file upload form.
  • Woocommerce Pay To Upload - File Upload.
  • Woocommerce Pay To Upload - Admin order view.

常见问题:

Why would I want the user to upload a file once payment has been made rather than during the checkout process?

If you allowed every user to upload a file without yet making a payment then every time a payment failed or you used a payment method that waits for an IPN response, your disk space will be consumed by files you should not have received. By waiting until after payment this keeps things cleaner.

Where are files stored?

Uploaded files are stored in your wp-content/uploads folder, a new folder named "wc-pay-to-upload" will be created and within that each order will have it's own folder based on the order ID.

How do I access the uploaded files?

Once files are uploaded you can view them from the admin view of the order. A meta box is added to the side with links to the files.

更新日志:

2.1.4 2.1.3 2.1.2 2.1.1 2.1.0 2.0.5 2.0.4 2.0.3 2.0.2 2.0.1 1.2 1.1.3 1.1.2 1.1.1 BUG: uploader() did not verify that the passable statuses were an array, ie one or no statuses available. 1.1.0 Added multiselect option for selecting statuses that allow for uploads to take place, previously was only if it was NOT on-hold or pending. 1.0.1 Fixed minor bugs and notices 1.0.0 First Release