Linux 软件免费装
Banner图

File Uploads Addon for WooCommerce

开发者 ImagiSol
dhruvin
更新时间 2026年8月24日 18:49
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

file upload woocommerce file upload product addons woocommerce addon print on demand

下载

1.5.0 1.7.2 1.6.0 1.4.0 1.7.0 1.4.1 1.2.0 1.3.0 1.4.2 1.6.1 1.7.1 1.7.3 1.7.4 1.7.5

详情介绍:

Stop chasing customers for files. Let them upload everything you need — right on the product page. File Uploads Addon for WooCommerce adds a file upload field to your WooCommerce product pages so customers can attach images, documents, or any files you need to fulfill their order — all before they even hit the cart. No more back-and-forth emails. No delayed orders. No missing artwork. The uploaded file travels with the order — visible in the cart, on the checkout page, and right inside the WooCommerce order details screen for you or your shop manager to action immediately. 🛍️ Who Is This For? This plugin is built for any WooCommerce store where fulfilling an order depends on something the customer needs to provide. If you've ever had to email a customer after they ordered to ask for a file, this plugin is for you. Print on Demand & Custom Products File Uploads Addon for WooCommerce Features ⭐ Upgrade to Pro The free version gives you a solid foundation. File Uploads Addon Pro takes it further: Get Pro → What Store Owners Say
"I was able to install this plugin and have a file upload feature on all my products. Tested and working well! It's a great useful feature for WooCommerce. Thanks very much!" "Lovely! It works just as shown." — vincentfijian
Need Help? For support, feature requests, or customization inquiries, open a support ticket here and we'll get back to you as soon as possible. Our Other WooCommerce Plugins

安装:

Automatic Installation Automatic installation is the easiest option as WordPress handles the file transfers itself and you don t need to leave your web browser. To do an automatic install of File Uploads Addon for WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New. In the search field type "File Uploads Addon for WooCommerce" and click Search Plugins. Once you've found our plugin you can view details about it such as the the point release, rating and description. Most importantly of course, you can install it by simply clicking "Install Now". Manual installation The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains instructions on how to do this here.

屏幕截图:

  • Front end view with Uploader
  • Thumbnail in Cart
  • Link of media once order received

升级注意事项:

Backup your store before upgrading the plugin

常见问题:

Does this work with the WooCommerce Cart and Checkout blocks?

Yes. File Uploads Addon is fully compatible with the modern WooCommerce Cart and Checkout block experience introduced in WooCommerce 7+.

Is this compatible with WooCommerce HPOS?

Yes, the plugin is fully compatible with WooCommerce High-Performance Order Storage (HPOS).

Can I enable file uploads for only certain products?

The free version supports category-level control (from WooCommerce Settings) and also supports a developer filter to restrict uploads to specific product IDs: ` add_filter( 'wau_include_product_ids', 'wau_include_only_product', 10, 1 ); function wau_include_only_product( $pids ) { return array( 310, 315 ); // Add your product IDs here } ` For a no-code per-product toggle, upgrade to the Pro version.

Can customers upload multiple files?

Multiple file uploads are available in the Pro version.

Where can I view uploaded files as an admin?

Uploaded files appear directly on the WooCommerce order details screen. In the Pro version, files are also sent as email attachments with the new order notification.

Where are uploaded files stored?

For improved privacy, the plugin tries to store new customer uploads in a private folder outside the public web root. The default location is: <parent-of-document-root>/wau-private-uploads/<site-specific-folder>/ The site-specific folder includes the site host, blog ID, and a short hash. This keeps separate WordPress installs and subdomain stores from sharing the same private upload folder. For example, a store at shop.example.com may use a folder similar to: /home/account/wau-private-uploads/shop-example-com-1-a1b2c3d4e5f6/

What happens if my host does not allow private upload storage?

Some shared or managed hosts do not allow WordPress to create folders outside the public web root. If private storage is not available, the plugin falls back to the legacy upload folder: wp-content/uploads/wau-uploads/ When this fallback is used, the plugin updates the folder's .htaccess and web.config protection files where supported. On Nginx, Caddy, OpenLiteSpeed, or similar servers, directory-level .htaccess files may not be honored, so your host may need to block direct web access to: /wp-content/uploads/wau-uploads/ The plugin's secure download links will continue to serve files through WordPress. You can also review the current storage status and recommended action items from WooCommerce admin under Addon Upload Settings > System Status.

Can I manually set the private upload folder?

Yes. If your host provides a writable private folder outside the public web root, add the following line to your wp-config.php file: define( 'WAU_PRIVATE_UPLOAD_DIR', '/absolute/private/path/' ); Replace /absolute/private/path/ with the path provided by your host. The plugin will create a site-specific subfolder inside that path unless the path already ends with the generated site-specific folder name.

What happens to files uploaded before this update?

Existing files in wp-content/uploads/wau-uploads/ remain accessible through the plugin's secure download handler. When private storage is available, the plugin migrates legacy files to the private folder in small batches during normal site activity. Existing order links that already use the plugin's secure download handler continue to work. Older direct links to /wau-uploads/ are rewritten to secure download links when displayed in order metadata.

What file types are supported?

The plugin supports image file uploads. For broader file type support or file size/resolution controls, see the Pro version.

Is this compatible with PHP 8.2?

Yes, full compatibility with PHP 8.2 was added in version 1.7.0.

更新日志:

1.7.5 (24.08.2026) 1.7.4 (20.03.2026) 1.7.3 (20.03.2025) 1.7.2 (02.03.2025) 1.7.1 (12.01.2024) 1.7.0 (26.10.2023) 1.6.1 (04.05.2023) 1.6.0 (20.04.2023) 1.5.0 (19.07.2022) 1.4.2 (18.04.2021) 1.4.1 (26.03.2021) 1.4.0 (13.08.2020) 1.3.0 (13.06.2020) 1.2.0 1.1.0 1.0.0