Linux 软件免费装
Banner图

File Uploads Addon for WooCommerce

开发者 ImagiSol
dhruvin
更新时间 2024年8月5日 12:19
捐献地址: 去捐款
PHP版本: 5.0 及以上
WordPress版本: 6.6
版权: GPLv2 or later
版权网址: 版权信息

标签

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

下载

1.2.0 1.6.1 1.3.0 1.5.0 1.7.1 1.4.1 1.4.2 1.6.0 1.4.0 1.7.0

详情介绍:

File Uploads Addon for WooCommerce is a plugin for WooCommerce for enabling end users to upload custom image files while adding Products to Cart. End users or customers can upload files from WooCommerce Product pages. Typical use cases include an online shop with a Print on demand feature where customers would upload images that would be printed on products such as Coffee Mugs, Picture Frames, T-Shirts to many other items. The file upload feature helps store owners to capture additional information from their customers and helps to save considerable time in preparing the Order for customers without waiting for additional information that might be required.
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
Through this plugin, the end user or customer can upload image files needed for WooCommerce store owners to complete the order. It reduces the time needed for WooCommerce store owners doing back and forth with the customer. The plugin has the provisions to select WooCommerce Product Categories for which the file upload must be available. Uploaded file preview will be available on cart and checkout pages as well. An Admin or a Shop Manager can view the file that has been uploaded against each order item by visiting the order details page. File Uploads Addon for WooCommerce is compatible with HPOS For any suggestions and customizations please create a ticket here and we shall get back to you as soon as possible. File Uploads Addon for WooCommerce Pro Features of Pro Version: Our other 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

常见问题:

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. } `

更新日志:

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