How to create file upload form in Bigcommerce checkout page and link it to order ID?

246 Views Asked by At

I have gone through Bigcommerce documentation and also the tutorial videos on their official Youtube channel, there they taught about editing theme files, however my requirement is to let the users upload a file, save its path into BigCommerce database and access the file path and display it with order ID on Orders page after users have checked out. I don't find their documentation on connecting to and accessing database. Is there a place where articles on interacting with Bigcommerce database are available?

1

There are 1 best solutions below

2
On

BigCommerce doesn't provide any native database access, but you can use BigCommerce API to access data if you needed to do so. Per reading your question, I believe you may be able to use webdav to upload your file and link it to specific pages, if that's more of what you're looking to do.

--Update--

We do currently have an idea in the community for this to be supported natively. You can comment and vote for it to show support and to raise the awareness to our engineering teams. Find it here!

I know this isn't a solution for right now, but your support would help this idea become natively supported. We do have the ability to upload files on the product level, like this.