• Resolved vievioor

    (@vievioor)


    Is it possible to add link to file uploaded by “Checkout Files Upload” in WooCommerce Rest API? To catch it in other, external system?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support David G

    (@gravid7)

    Hi @vievioor

    Thanks for reaching out to us.
    Can you please explain your requirement in detail, so we can check properly?

    Thread Starter vievioor

    (@vievioor)

    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 Support 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

    Thread Starter vievioor

    (@vievioor)

    But in Checkout Custom Fields there is no option for file upload.

    Plugin Support 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.

    Thread Starter vievioor

    (@vievioor)

    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 Support 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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Checkout Files Upload in API’ is closed to new replies.