Welcome to our Support Portal › Forums › WooCommerce Personalized Product Options Manager (PPOM) › File Upload not working for most customer
- This topic has 3 replies, 3 voices, and was last updated 4 years ago by
nmedia.
-
AuthorPosts
-
November 21, 2019 at 3:10 am #14389
Roger-Denis
ParticipantHi,
I am using the PPOM pro plugin since about a year on one of my site and I have a lot of customer telling me they cannot upload a file for their order. People are getting the error “file too large” for image as small as 3kb, even though I’ve set my limit at 100mb. Needless to say, I wasn’t able to recreate the problem on my computer. The general “wordpress” maximum upload size is at 500+mb.
Here’s a page where the plugin is used to upload a file; when a customer choose to get a graphic or logo, the upload form gets visible. https://custombilletbuttons.com/product/22mm-custom-laser-etched-buttons/
I really need to get this working as it’s an option a lot of people are using, and they need to resort to send the file manually by email.
Thanks,
RogerNovember 21, 2019 at 12:13 pm #14393Jane Brian
KeymasterHi Roger
Sorry, but as per policy here: https://najeebmedia.com/privacy-and-refund-policies/ your support is expired, please contact sales@najeebmedia.com to renew support.November 21, 2019 at 1:14 pm #14397Roger-Denis
ParticipantHi Jane,
Since I bought this plugin I have had this problem, and this is how you choose to respond to a problem someone have with your plugin ? Wow guess I’ll find another solution and send my money somewhere else where it’s actually used to get a plugin fixed.
My support might be expired but this plugin have some bug that should clearly be addressed. Choosing not to acknowledge a problem with your plugin because of expired support is lame.
So you suggest that I should pay for another year of support, just then you would look into my problem and try to fix the problem?
-
This reply was modified 4 years ago by
Roger-Denis.
-
This reply was modified 4 years ago by
Roger-Denis.
November 21, 2019 at 1:44 pm #14405nmedia
KeymasterHi Roger,
even your support is expired but as good gesture here is the solution to your problem:
1. Make sure you update PPOM Pro from client portal and Free version from WordPress.org
if above solution does not solve the issue, please add following line into your theme’s functions.php:
add_filter('ppom_verify_upload_file', 'ppom_disable_file_check'); function ppom_disable_file_check( $cap ) { $cap = false; return $cap; }
-
This reply was modified 4 years ago by
-
AuthorPosts
- You must be logged in to reply to this topic.