Group: Forum Members
Last Active: Fri 27 Feb 2015
Posts: 4,
Visits: 9
|
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
Not easily. Kartris places images in a particular place so when it displays a product, it knows exactly where to look to find the image. This means it does not have to store the names or locations of images within the database.
It would take a wholesale rewriting of the image handling to be able to use remote images.
-- If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.
If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
|
Group: Forum Members
Last Active: Fri 27 Feb 2015
Posts: 4,
Visits: 9
|
Thanks, I figured that out when I came back to it a couple of hours later. I ended up writing some VBA to convert the image URLs in my CSV product data to file names and the download each image into a temp folder so that the Data tool could manage the images during a data import. I felt it was useful to leave the post in place just in case others had the same question.
|