Glen Don Mongaya
Forum Replies Created
-
Hello @industryofcool ,
You can append or add the url on the hook.
Like this:
$dir = dnd_get_upload_dir(); $uploaded_files = $_POST['upload-file-xxx']; // upload-file-xxx change the name to match your file upload foreach( $uploaded_files as $file ) { $files[] = $dir['upload_url'] . '/' . $file; } print_r( $files );Did you use any plugin for webhook/zapier or is it custom?
@ansem , Yeah it’s a basic plugin this is just a file upload.
* Files can be exposed fro everyone…
– What do you mean on this? all the files that are uploaded only accessible for the user who knows the link.* No price options…
– Yes there’s no option for price, but on Pro version there’s conditional custom fees/charges which you can configure (see: https://snipboard.io/2MWxnw.jpg)* No price for each page of PDF
– On Pro version there’s a PDF features which you can charge the user per page. (see : https://snipboard.io/2ekKnw.jpg)Thank you, I will consider this and improve my plugin.
Glen
Sorry, I thought the upload doesn’t show up or not working on simple product.
That’s why I show you those screenshots.
Anyway, I will try debug again and see if can replicate the issue on admin order page.
Thank You.
@annabplr , sorry but upload only work on Standard browser like (Chrome, Safari, Firebox) facebook/instagram/messenger browser doesn’t support custom javascript or disable by default.
I’m still looking a solution for this.
Hello @clementmaillot ,
I removed “Disable Upload” globally because the pro version has an option which category, product, attributes or tags to show.
To hide the uploader on all products.
For now you can try this settings (https://snipboard.io/sWF8Jo.jpg) , I will add “Disable Upload” settings on the next version.
Thanks.
Hello @clementmaillot ,
I check with simple product using the default woocommerce theme and it seems fine.
Maybe there’s a custom changes on your “simple.php” file, can you send it to me so that I can check?
Regards,
GlenHello @gilcodedevelopment ,
I checked with Variable & Simple product but It seems fine in my end.
https://snipboard.io/1JuFay.jpg, https://snipboard.io/QPx0qJ.jpg
Can you check your “/themes/{theme-name}/woocommerce/” folders and see if there’s any file name simple.php?
Thanks,
GlenHello @jansvanda ,
Since you are using the pro version, please contact support here – http://codedropz.com/support.
Also, may I know if you are using any plugin to save the data or is it custom code?
Thanks,
GlenHello @kender ,
May I know what specific filter you mean here “The file upload sends the url through the filters and it is now getting stopped by CF7 spam blockers”
You can remove the links in email, just remove the [upload-file-xx] tag inside body contents.
Please let me know.
Glen
Thanks @clementmaillot , I will check on that.
@gilcodedevelopment , thanks will check on this.
Hello @clementmaillot ,
Since you are using the Pro version, open support here – https://www.codedropz.com/support/
Also, please include the exact link of the product/site page where the uploader was added.
Thanks,
GlenHello @clementmaillot ,
Basically, once you upload files on the front-end and then going to checkout.
The files/images will be attach to the order, it’s under WooCommerce -> Order (see this – https://snipboard.io/7Huzkq.jpg)
You will need to click each file manually to download.
Thanks,
GlenThanks, can you send me your .htaccess file?
I think its related to server configuration or folder permission.
Please try to add file on /wc_drag-n-drop_uploads folder via ftp, then access it well see if we can view the file.
Hello @randiglinder9 ,
Can you please send me a screenshot? or the link of the file you want to open?
Thanks.