import product variation images and galleries using WP All Import
-
We want to import an XML which provides images for each product variation.
Your theme supports that.
Which field is used for these galleries? The “woodmart_variation_gallery_data”?
And what is this field expecting? The id of the image? If the images need to be downloaded from another location?
Can we use the url?
Hello,
It is the right one for the variations data woodmart_variation_gallery_data
. It contains a list of IDs of the images from the media. It can’t work with URLs.
Kind Regards
So what if the images need to be downloaded from another location?
How can we handle it?
They need to be downloaded and uploaded to your website Media library first. Then you need to add IDs of these images to the XML file.
They will not be downloaded automatically it you put URLs to the XML file.