Plugin Contributor
David G
(@gravid7)
Hi @vievioor
Thanks for reaching out to us.
Can you please explain your requirement in detail, so we can check properly?
I’m using external system (shop management) where I collect orders. I’m using for it WooCommerce Rest API. When I download data from Rest API in JSON format, there is no data with uploaded file by customer.
Plugin Contributor
David G
(@gravid7)
Hi @vievioor
Thanks for your message. If you want to add any additional field in the checkout page you can use the below module.
WooCommerce > Booster Settings > Cart & Checkout > Checkout Custom Fields
But in Checkout Custom Fields there is no option for file upload.
Plugin Contributor
David G
(@gravid7)
Hi @vievioor
Thanks for your message. You can add file upload option from below module.
WooCommerce > Booster Settings > Cart & Checkout > Checkout Files Upload
Let me know if you need any further help.
Sorry, but I feel I’m talking with bot not human 🙁 in the fist post I wrote “Is it possible to add link to file uploaded by “Checkout Files Upload” (…)”. So yes, I’m using “WooCommerce > Booster Settings > Cart & Checkout > Checkout Files Upload”.
Plugin Contributor
David G
(@gravid7)
Hi @vievioor
Apologies for the inconvenience. If you are able to customize it, You need to set the image link for the response. Because For now, we are storing the file in the upload/woocommerce_uploads/wcj_uploads/checkout_files_upload path.
You can get the file name from the wp_postmeta table where order data is stored. The file name can find using ‘_wcj_checkout_files_upload_1’ key.