Hello,
How to export a list of images for each product? I read the tutorials, but I don't understand it - nothing works.
I want to have such a result. How to generate it?
<product>
<images>
<image1>images/virtuemart/product/1.jpg</image1>
<image2>images/virtuemart/product/2.jpg</image2>
<images>
</product>
<product>
<images>
<image1>images/virtuemart/product/3.jpg</image1>
<images>
</product>
You cannot have each image as <image1><image2> node with export but all images of a product will be exported separated with | like
<images>
<image>
1.jpg|2.jpg|3.jpg
<image>
<images>
To get this output, add the header, body and footer values in your export template as in attached screenshot. Also make sure you add picture_url as export template field.
Which XML template to choose: "Baselist", "Custom", "CSVI.."?
You can select Custom XML template since you want to use node as set in body field in your template.
How to execute the rules?
If you are looking at combining images using rule, you don't need it as CSVI by default export images combined with |.
Try the export with settings as explained in the screenshot and let me know on how it goes.
Kind regards,
Tharuna
=========================
If you use our extensions, please post a rating and a review at the
Joomla! Extension Directory