Since E-Commerce Is Now Codable, Is this possible with code?

Any manual code way to get this to happen even as a workaround if on-product-page GUI feature is simply not available?

Hi,

Yes - you can create a custom product page, upload a file, save the file URL and then use addToCart API in order to add it with customTextField value being set to that URL

Thanks,
Oded

Ok cool Oded, I need to read up on it, I need to use Wix Stores and Wix code for customizable products that may required file uploads. Is there any way to add conditions yet to store options, so if they chose a particular option it would ask them to upload? or is that not yet possible?

Hi,

You can’t do it with the default product page, but you can do it with a custom product page.
A custom product page is essentially a dynamic item page created from the stores products collection which appears under developer tools.

Then you can bind the data for the controls for the simpler things, and use code that reads values from the dataset for more complicated things.
You will also need to use the addToCart API - CartIcon - Velo API Reference - Wix.com
And for some advanced scenarios you might need this API as well - https://www.wix.com/code/reference/wix-stores-backend.html#getProductOptionsAvailability

Thanks,
Oded