| 开发者 |
vanquish83
freemius |
|---|---|
| 更新时间 | 2026年7月15日 15:21 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/vanquish-upload-files-for-woocommerce directory, or install the plugin through the WordPress Plugins screen directly.No. WooCommerce must be installed and active, since uploads are bound to WooCommerce products and orders.
Native WooCommerce simple and variable products. Custom product types added by third-party plugins are not officially supported.
The free version supports multiple upload fields per product, with one file per field — you configure how many fields to add in the Upload Files Configurator. The separately distributed Premium version adds multiple files per upload field, cloud storage (Dropbox, Amazon S3, Google Drive), the image crop editor and PDF flipbook preview, among other extras.
Yes. Both the classic (shortcode) and the block-based WooCommerce cart and checkout are supported. On the block cart/checkout the upload fields appear in the order-summary area.
Yes. All button texts are translatable, and the plugin is WPML-ready — you can set distinct texts per language.
By default on your own server. Premium adds Dropbox, Amazon S3 and Google Drive as storage destinations.
Yes. The Premium version provides shortcodes to render the upload form on any page:
[vanupfi_upload_form] - a generic upload form.[vanupfi_product_page_upload_form] - the product-page upload form.[vanupfi_cart_page_upload_form] - the cart upload form.[vanupfi_checkout_page_upload_form] - the checkout upload form.[vanupfi_upload_form_last_order] - the upload form for the customer's last order.[wcuf_...] shortcodes keep working as aliases of the new [vanupfi_...] ones, so you do not need to edit your product content.
The shortcode prefix changed from wcuf_ to vanupfi_. Since version 1.0.11 the old tags keep working as aliases, so simply updating the plugin is enough. If you prefer to update your content, the mapping is 1:1:
[wcuf_upload_form] -> [vanupfi_upload_form][wcuf_product_page_upload_form] -> [vanupfi_product_page_upload_form][wcuf_cart_page_upload_form] -> [vanupfi_cart_page_upload_form][wcuf_checkout_page_upload_form] -> [vanupfi_checkout_page_upload_form][wcuf_upload_form_last_order] -> [vanupfi_upload_form_last_order]You can see all Premium plans and prices on the pricing page: https://vanquishplugins.com/migration/pricing/ - single site or 3, 5 and 10 sites, billed monthly, yearly, or once (lifetime). The same plans are also shown inside the plugin, under the "Upgrade" menu.
The CodeCanyon item (WooCommerce Upload Files) has been retired and continues here as the free Vanquish Upload Files for WooCommerce. Existing CodeCanyon customers can convert their purchase into a Premium license - including 1 year of updates and support at no extra cost - on the migration page: https://vanquishplugins.com/migration/
[vanupfi_...] tag on the storefront when the Premium code is not active. Store administrators see a short explanation instead; visitors see nothing.[wcuf_...] shortcodes from the CodeCanyon version now work as aliases of the current [vanupfi_...] ones, so migrated sites do not need to edit their product content.