Customer file upload on Cart page

A small subset of my customers (not enough to justify spending anything on an app) need to upload a PDF with their order for accounting purposes. I found a blog/video (linked below) which adds a file to product pages and works like a charm linking the file to the product in the order, but I can’t figure out how to adapt it from the PDP to the Cart page. I don’t even care if it still attaches it to one product instead of the order as a whole, I just need it to happen on the /cart page. I would appreciate any ideas or guidance on this!

File Upload

You could just ask Sidekick to help you adapt it to the cart page. That’s what it’s there for.

As from the blog tutorial you do realize this requires custom coding. Doing this directly on the cart page, you may not be able to link to a product which is not an issue for you here.

But there is actually an issue here, that is customers wont see the file upload that you see on the cart page or checkout page on the tutorial and you as the owner wont get the pdf in the order details because it uses line item properties and line item properties are properties connected to a product or variant. So without connecting to a product you wont get to see the pdf which will be of no use even if the customer did add one.

Best

@SP_Young did you figure this out?