Project Description:
I have an opencart website with a custom theme and i'd like an extension (VQmod if possible). The extension is very simple in requirements! The Opencart V 1.5.4 has a product option with a file upload for customers to attach an uploaded file to the order before they add it to their cart. I want this to be changed a little bit. When a customer uploads a file i want it to insert a line of text under the button that says "[filename] has been successfully uploaded". I also need the user to be able to upload multiple files and each time the upload button is clicked with a file uploaded, a new line is added to the list. The [filename] should be the filename of the file uploaded and a link to open this file (in a new window) for customer to check the files are correct. Currently the shopping cart also shows the file that has been uploaded to a product on the checkout cart page so this will need to be the same, but showing all the files uploaded to the order not just a single file.