Greetings,
I am wondering if it is possible to not upload images using the current system for storing product images. I have a catalog of over 30K of products and product images. The product images for my catalog are located on an image server. I can access three levels of images via a url. The way the system works as I see it, is that the product image is upload and stored in the sql database. The "imageId" is stored in the products table. I need to be able to reference each image via url for thumbnails and pop images. My database simply referenced the image name, (image.jpg) and then I use the three different url's to access different sizes of my images. I cannot use the imageid field as it is only for int and not text.
Has anyone encountered this problem and come up with a solution? If so, could you point me in the right direction for modifying the code or provide me with some same code. Thanks.
|