Description
WooCommerce Addon Uploads is a WooCommerce addon for enabling end users to upload custom image files before adding Products to Cart.
This feature helps store owners to capture additional information from their customers and helps saving considerable time in preparing the Order for customer without waiting for additional information that might be required.
Through this plugin the end user or customer has to upload image files needed for store owners.
For any suggestions and customizations please drop in a mail at support@imaginatesolutions.freshdesk.com
Pro version of the plugin can be found at WooCommerce Addon Uploads Pro
Features of Pro Version:
– Enable or disable file uploads per product.
– Allow multiple files to be uploaded.
– Set maximum file size validations for the files to be uploaded.
– Set maximum and minimum resolutions validations for the images to be uploaded.
Screenshots
Installation
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 WooCommerce Addon Uploads, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.
In the search field type “WooCommerce Addon Uploads” 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.
FAQ
-
How to allow file upload only on specific products?
-
Add the below code in your theme functions.php file or Code Snippets plugin.
add_filter( 'wau_include_product_ids', 'wau_include_only_product', 10, 1 ); function wau_include_only_product( $pids ) { return array( 310, 315 ); // Add the product ID's here in the array. }
Reviews
Contributors & Developers
“WooCommerce Addon Uploads” is open source software. The following people have contributed to this plugin.
Contributors“WooCommerce Addon Uploads” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “WooCommerce Addon Uploads” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.4.0 (13.08.2020)
- Fix – issue where file was getting uploaded to other products as well where the user had not uploaded any file.
- Dev – Added filter to allow only specific products where files can be uploaded.
- Dev – Added compatibility with WooCommerce 4.3
1.3.0 (13.06.2020)
- Dev – Added pot files for translations
- Dev – Added compatibility with WooCommerce 4.2
1.2.0
- Issue fixed related to deprecated item meta hook
1.1.0
- Issue fixed related to Add to cart when media is missing
1.0.0
- Initial Launch Version