Magento – Allowing users to upload images they want on the product at checkout

attributesimagemagento-1.7

With the Magento site being built, users need to be able to upload their selected images for graphics on the product.

I need to be able to offer, on checkout, an upload option which they can select how many images to upload and leave information. These images then need to go into a folder relating to the order ID so the client can go to that folder for the images.

Best Answer

Magento has a very neat feature for that. When adding a product, go to the custom options tab (it's usually the last one) and select "add new option". From the "input type" drop-down, select "file" and you should be good to go!

Related Topic