Hi
I want to set product images without uploading the image, but instead insert an image URL.

I thought of creating another table that will hold image urls. But then I have to make distinction between binary saved images and urls. I want to change the original NOP tables as less as possible.

Another thing I thought is when I enter URL in the admin panel, then to read the image from URL and save the image stream in db, and then when I need to show it then it will already be in DB.

More ideas anyone?