I have tried to modify the product form to accept a http://directory/my_image.jgp string to upload an image as an complement to the standard 3 images that uploads from the users harddrive.
Now, this isn't easy. I would very much appreciate some help with this since it's clearly not my cup of tea.
Best Regards Boffa
I have filled in that I'm using the 0.2.5 version but the question is relevant for all versions. I also using a shop with version 3.0 and the same applies for that shop.
Boffa
boffa
2008-05-27 20:08
I just want to add that the solution that I'm looking for is to use the existing uploading of an image, but not from a harddrive.
There is an alternative that you write in the image address in on of the product description fields, and it works fine to some degree. But it doesn't create the thumbnail and it doesn't upload the image file to the files/products directory.
It's just a link and that's not what I'm looking for
boffa - in QC v3.0 you can add images from server but from files/ directory in QC. If You want add like you said from http address then best way and maybe only is to put html code <img src="http://address.com/image.jpg" /> to description
boffa
2008-05-28 10:06
Thanks treewood
I was afraid this would be the answer. So be it, this way has to be the solution togehter with a function that creates a popup enlargment for the image.
Will come back and present the solution in the forum later if anyone in the future has the same need as I have.