Code

Discussion on WooCommerce Upload Files

Discussion on WooCommerce Upload Files

Cart 7,568 sales
Recently Updated

vanquish supports this item

Supported

4906 comments found.

Can i disable the feature where it hides the upload form on a product page until you have selected the variants.

I want customers to always be able to upload on a product page. Hiding the upload form really messes up the flow I want to accompliance.

I work on this project part-time, i’ll be able to respond next week.

Usually that error message appears for the reasons I’ve reported. Could you try disabling all your 3rd party plugin and report me if you still experience the issue? are you using the shortcode method to display the upload area in the product page or the classic method? Could you link me that page?

Actually uploading a file was also broken after I updated my WC version this morning. Didn’t noticed till just now, after struggeling with different versions of WC and WCUF I managed to get it working again. Apperantly I used a older version of WCUF (WP didn’t give a notice).

Conclusion, updating everything helped. Thanks for your help (site’s not live so I could’t send you the link).

Glad to hear that :)

To receive the automatic updates just install and configure the Envato updater plugin: https://goo.gl/pkJS33 (here the guide that explains how to configure: https://envato.com/market-plugin/).

At last but not least…If you enjoyed my support and/or my plugin please consider leaving the 5 stars, I would really appreciate! :) (to leave a rating: go to your profile page, click on “Downloads” and from there you can rate to your purchases)

Have a great day :)

upload field is not showing on variable product. Can you please advice

“Any” variations are the generic variations for which is not associated specific attribute value(s): https://www.dropbox.com/s/vvtbebfwg08dwx6/wcuf_any_variation.png?dl=0

Thanks for your quick help . Can I use shortcode for display upload file on product page ?

Yes you can use the [wcuf_product_page_upload_form] shortcode.

However before using it is mandatory that you enable the Disable upload field standard managment option for Product pages in the Options menu.

Hi,

The plugin works great, but I still have one thing I would like to know: Does the plugin have the feature to only show the upload file part when a checkbox is ticked on the product page?

Thanks, Marinda

Hi Mirinda,
unfortunately the plugin doesn’t have such a feature.

Okay, No problem, but it would have been a shame if the option was there and I didn’t use it ;-)

Hi, I am trying to install plugin on my wordpress site but it is showing error Fatal error: Can’t use function return value in write context in wp-content/plugins/woocommerce-upload-files-1/classes/com/WCUF_Option.php on line 593

Please help me out

Hi,
This error is due the usage of an outdated version of PHP. Note that Wordpress and WCUF plugin (as reported in the description page) both require a minimum 5.5 version.
Could you confirm that you are using at least that version? to check go to WooCommerce -> System status.
If not please update and that error will be gone.

Updating php is usually a very simple operation in any web shared server. Go to the admin panel, search for some kind of advanced configuration and in that section you can switch the php version to the latest.

I have upgraded my php version but still it shows the loading image on update file configurator opton in admin . I tried this plugin on my dev server to check the functionality it was working fine there but now on live it is not working

Most likely it is due to a 3rd party plugin interference. It happens that some 3rd party plugin are including some bad javascript code that raises errors preventing the WCUF javascript library to be properly executed by the browser.

Try enabling the browser debug console to see if any further info is printend and try also disabling your 3rd party plugin to see if you still get the issue. If not, try then enable once by one until you find the one interfering. Then report to its developer in order to fix it.

I purchased your plugin and I wanted to to know if the Upload plugin can do the following.

1. will this work with variable products.

2. say I have a business card product and I offer printing “Front Only” or “Front and Back”. can I configure the plugin so that if customer chooses front only product then only front side upload request will be generated. if customer orders front and back then both sides upload request will be generated.

3. I want to be able to sell more than one set of a product so when customer chooses say”. “two sets of business cards front and back” then the plugin should give customer two upload requests, one for each set.

if it can do all of this how do I configure the settings.

Hi,
  1. yes it works also with variable and single variations
  2. Yes, just create two different upload fields then bound to the specific “Front Only” / “Front and Back” products Using the Product/Category restriction option.
  3. For this you can enable the Products addable multiple times to cart option. In this way same products can be added multiple times to cart and each istance with its own upload

Please make sure to be using the latest 35.7 version that You can manually download the new version via codecanyon or receive as automatic update by installing and configuring the Envato updater plugin: https://goo.gl/pkJS33 .

For further support you need to renew your support license.

Hello, thanks for making such a great plugin.

It was working great till we pushed the site live, and when uploading images, it hangs on “100% Loading, please wait until uploading is complete…” and no file is attached. I have updated to v 35.7, and still experiencing this problem.

Additional info: with the same exact site running in dev, the plugin works fine – same theme, same codebase outside of some basic css changes.

I am also seeing this error when I run wp cli to flush cache (and some other commands) – I redacted the path for privacy reasons on a public forum: PHP Fatal error: Call to a member function read_session_row() on null in /<PATH-REDACTED>/wp-content/plugins/woocommerce-upload-files/classes/com/WCUF_Session.php on line 78

Thank you in advance for your help!

Hi,
thank you for your appreciation :)

It seems that the plugin it is not able to initialize the subcomponent used to read the session data from the database.

Without anyfurther clue however it is quite hard to determine the cause. Are you getting this error even when you are normally accessing your site (I mean not via wp cli)?

It seems that in general you production site is not able to manage the session data in which the plugin stored temp uploaded metadata. Could you try looking in the database to see if the wcuf_upload_sessions table was created? can you try to delete it (the plugin will recreate at the first run)?

For further help, If you send me via private message (click on my name and then use the low-right box) the following data:
  1. you email address
  2. Full admin access to the wp-admin area
  3. a FTP access
  4. a detailed step by step guide on how to experience the issue

I’ll try performing some tests to see if it possible to get more clues about the issue. Thank you.

Hey there, really really great plugin!!!!! :) we were looking for something like this for like 10 years or so!!!

Only thing we are missing right now is just a few options in regard to the filenames.

This is how we need the file names to be (instead of the random number in front of filename): “Add to Cart Sequence Number”“Upload Field Number”“Upload Sequence Number”_“Original Filename”.filetype - so a file called “song.mp3”, which was uploaded on the first product that was added to cart, second upload field, fourth file uploaded in this field would be named like this: “1_2_4_song.mp3”

In that way our software could automatically import everything in the right sequence.

Where exactly would we go about modifiying this in the php files?

Also, we’d need all the files to be within the main folder (called after the order number) on the server, no subfolders.

I’d be super super thankful for the slightest clue on how to achieve this ;)

Have a nice weekend :) Johannes – duophonic GmbH

Hi Johannes ,
thank you for your apprecciation :)

For what concerns the file name modification, the plugin is not designed to work like that, so there isn’t actually a “fast way” that I can suggest to achieve what you ask :(

For what concers the file save proces, in order to modify the destination folder, look into the WCUF_File.php inside the classes\com folder. Look for the upload_files() method at line 623. The file path is defined at line 680.

NOTE
the software is meant to be used as it is. If you perform any customization, it may lead to unexpected behaviour. Support service doesn’t cover this kind of scenario, so procede at your own risk.

Hi,

I purchased this great item today and everything is pretty much as I wanted it. There is just 1 thing I am not able to figure out…. In the order confirmation email, the uploaded filename is not displayed. So the customer can’t see what images belongs to his order. playing with the setting enabled me to show the uploaded files in the ‘Thank you’ page.

I selected ‘yes’ in de Options: Show image previews and file names list on Email products table. I thought this was the setting I was looking for, but it didn’t work…

Regards, Marinda

Hi Marinda,
thank you for purchasing and for your appreciation :)

I forgot to add in that option description that to make it available also for “new order” email you have to select the When order is placed option in the Checkout – Files to order association method option (is just above the preview metabox).
This is because otherwise the email is sent before actually the plugin associates the upload metadata to the order, so the preview won’t be showed.

I hope you enjoy :)

P. S.
If you enjoyed my support and/or my plugin please consider leaving the 5 stars, I would really appreciate! :).
(to leave a rating: go to your profile page, click on “Downloads” and from there you can rate to your purchases) .
.
Have a great day! :)

Thanks for the quick response! That did the trick. Thank you very much, you earn the 5 star rating!

Thank you!! :)

Hello i used your plugin since 4-5 months with no problem. But recently i saw that the uploaded images thumbnails do not Show on screen anymore. Can you pls help me solve this issue? It says upload succesfull but there is blank image thumbnail…

Hi,
It sounds very strange that the same code suddenly stopped working. Most likely the issue you are experiencing may be related to a server issue or a 3rd party plugin interference.

First of all make sure you are using the latest 35.6 version. You can manually download the new version via codecanyon or receive as automatic update by installing and configuring the Envato updater plugin: https://goo.gl/pkJS33

Once done, If you still experience the issue, go to the Options menu and under the Image preview method try selecting the Old option.

If you still experience the issue, try disabling all your 3rd party plugin to see if it works. If not, the it means that the issue is related to a server issue. For that however you should contact your hosting maintainer, look in the server error log to see if any clue about the issue is reported and make him investigating further.

Dear Author, I did tried to configure… but fail to work with my woocommerce, Can I get refund

Evanto refund policy doesn’t grant money back just form claiming that “it doesn’t work”.

As you can see from the demo site, the software properly works. In your case most likely the issue may be related to other plugins interference. Refund is not granted for other software issues.

However if you provide a more detailed description of the issue I’ll be glad to assist.

Hi sir I have problem to display this plugin… I have ready ur documentation but it is old version. can you help me.

Hi,
yes if you provide a more detailed description of the issue you are experiencing I’ll be glad to help you. Thank you.

Hello… I need some help, i have some issue;

1.- I want to deactivate the option that disable the “add to Cart” and “Quantity Box” without upload a file. 2.- The option “All products can be added multiple times to cart?” is in “Only the selected ones” and I selected the only 2 productos but the plugin apply in all of one. why? What i doing wrong?

I apreciate your asistance.

Regards,

You’re welcome :)

If you enjoyed my support and/or my plugin please consider leaving the 5 stars, I would reeeeeeally appreciate! :)
(to leave a rating: go to your profile page, click on “Downloads” and from there you can rate to your purchases)

Have a nice day! :)

Done ;-)

Thanks! :)

Hey there I am trying to get your woocommerce upload plugin to work, and it all seemed to work. But after I made a test purchase, the file was not attached to the order. So I added a dropbox to it and it worked to get it connected but still the files are not uploaded to DB. You can find the website at zwergenart.com My purchase code is 8e122625-053a-4763-a163-7da833272364

Thanks for a fast reply since it is used on a customer’s website which needs to go live as soon as possible :)

Have a great day, Patrice

Hi,
it could be due to the fact you are using a custom thank you page after the order has been placed.

Please go to the Options menu and under the Checkout – Files to order association method select the When the order is placed option and report me if you still experience the issue! :)

Yes that was the problem thanks a lot for the fast support :)

yeah, very glad to hear that! :)

you’re welcome :)

If you enjoyed my support and/or my plugin please consider leaving the 5 stars, I would reeeeeeally appreciate! :)
(to leave a rating: go to your profile page, click on “Downloads” and from there you can rate to your purchases)

Have a great day! :)

Hi,

I can not open documentation do see how and where to look for per product info display. Can you pls help.

Hi,
the documentation is contained in the documentation folder and to consult it, just open the index.html file you find inside with any browser.

However to display the upload field in the product page just:
  1. Create a new upload field
  2. In the Visibility Pages & form enable the Display field on Product page and on Product page, display the field BEFORE adding an item to the cart options (by default they are already enabled on field creation)
  3. On the Visibility Show the upload field for each product on cart/order enable the Upload per product and Display the upload field for every product variation options (by default they are already enabled on field creation)
  4. To enable the multiple file upload option, under the General Single/Multiple files upload & size restriction enable the Enable multiple files upload per single field option

That’s it! :)

Hi, I have Installed this plugin and after activation, the plugin is working well but it is creating a problem with my theme (Copious – Multiuse WordPress Theme). My website’s layout is changed after activation so I have to deactivate this plugin. Can you please help me to resolve this issue so that I can use this plugin.

Hi,
yes If you send me via private message (click on my name and then use the low-right box) the following data:
  1. you email address
  2. Full admin access to the wp-admin area
  3. a FTP access
  4. a detailed step by step guide on how to experience the issues

I can try to see if something can be done. Note however that the plugin has been designed to work with theme 100% woocommerce compliant. If your theme is not or is custom implementing some particular UI, you have to ask to its developer to fix it.

Hi! It´s me again from the correct account and with renew support.

I’m experimenting issues with the same theme in your demo.

No, it remais (even if left empy). If you want to delete it, you have to manually do that.

Note however that it seems that your server/dbms is dening somehow the proper writing/reading from and to that table. So even deleting or reinstalling the plugin has a good chance to not solve the issue. You should investigate at server lever with your maintainer to fix it.

Ey Vanquish! Finaly, reinstall the plugin solves the problem. Thanks for your support.

Good, glad to hear that :) :)

You’re welcome :)

If you enjoyed my support and/or my plugin please consider leaving the 5 stars, I would reeeeally appreciate! :)
(to leave a rating: go to your profile page, click on “Downloads” and from there you can rate to your purchases)

have a great day! :)

Hi! I’m having some strange issues with your plugin (like the uploaded files boxed don’t appear after upload something). I have install the same theme as yor demo (accespress store) to discard bugs in my theme, but I still have the same problem. I have disable all the plugins too.

What can happend?

Hi, to request support you have to use the account used to purchase the plugin. Thank you.

Hello,

I have just bought the plugin. However when I activate it my site goes offline.

Please will you take a look?

Yes, I need to perform some tests on your specific installation to see if any other error is generated after the update.

If you send me via private message (click on my name and then use the low-right box) the following data:
  1. you email address
  2. Full admin access to the wp-admin area
  3. a FTP access
  4. a detailed step by step guide on how to experience the issue

I’ll perform some tests to see if it possible to determine the cause.

Thanks

Got it. I’ve answered via email (the one associated to the Envato account because no other one was reported in the email). Check the inbox!

Hi, I have problem setup for variable products. It won’t display the upload function. Do you have complete setup documents? https://www.dropbox.com/s/noeytutv3f4wg25/uploadfile%20problem.png?dl=0

It seems that there is a 3rd party interference that brakes the plugin javascript library. This causes the upload area to be not properly rendered.

Could you link me the page where you are experiencing it? I can try to analyze it to see if I can get more clue about the issue.

Meanwhile try also disablign all your 3rd party plugin and test if you still get the issue. If not, re-enable one by one until you find the interfering one. Once done, report to its developer in order to fix it.

i cannot access ‘Show/Hide field’ options in the admin area of this plugin.

Hi,
to show/hide a field according specific products/categories, click into the Upload files configurator menu, then edit the upload field you need and under the Visibility Product/Category restriction select the Visible for selected categories and products option (or the “Hidden” option acording to your needs). Once done select for which product the field has to be visible/hidden: https://www.dropbox.com/s/0n9gxpxjb3328cn/wcuf_visibility.png?dl=0

Got it thanks!

You’re welcome :)

P. S.
If you enjoyed my support and/or my plugin please consider leaving the 5 stars, I would really reeeally appreciate! :)
(to leave a rating: go to your profile page, click on “Downloads” and from there you can rate to your purchases)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey