My image url inside XML file looks like:
<Picture>
http://www.blobs.lt/products/4/1/5/7/5/1/56f61494e03927ad5ef0766019500f13
</Picture>
This part of URL is uniqe for every product and image (if product has more than one image then URL part (56f61494e03927ad5ef0766019500f13) is different for every image)
For accessing image I have needed to add a filename to URL. The filename is always 440x440.png
- Is it possible to describe import rule then CSVI processing XML <picture> tag adds filename (440x440.png) at the end of URL, download image from remote server and creates a unique filename, saves it with that unique filename into Virtuemart product image folder and binds it with a corresponding product
- or is the better option to process images separately (download, renaming and creating suitable XML or CSV file for CSVI)
Jaak