i need to allow a customer to upload a picture, or a text in a textarea, associated with that product while putting it on his cart.
I looked in configurable products attributes, but you can only make dropdown or multiple selects, no textarea or upload fields.
Is there a built-in solution for this ? Reading magento forums, i saw the user upload option was implemented in magento 1.3, but isn’t available in my magento ver. (1.7.0.2)
You can use custom option with input type “file”.