1. digisys
  2. RO CSVI
  3. Sunday, 26 January 2025
  4.  Subscribe via email
hi.
im looking for a way how to export multiple images in virtuemart product feed. i know i can set up number of exported images, but they all come together in field image_url..

based on FB or google merch data feed specification, it need to be at least separated in 2 fields..
1 for image.. and 2. field - for example "additional_image_link" can contain the list of imagas as now, but without the first one..

is this somehow possible?

or / also.
based on different feed specification all additional images should be in different xml tag.. for example

<g:image_link>https://www.example.com/image1.jpg </g:image_link>
<g:additional_image_link>https://www.example.com/image2.jpg </g:additional_image_link>
<g:additional_image_link>https://www.example.com/image3.jpg </g:additional_image_link>

is this possible on export virtuemart products feed?
thank you
Accepted Answer Pending Moderation
Hello,
<g:image_link>https://www.example.com/image1.jpg </g:image_link>
<g:additional_image_link>https://www.example.com/image2.jpg </g:additional_image_link>
<g:additional_image_link>https://www.example.com/image3.jpg </g:additional_image_link>

You can use VirtueMart Google Merchant export template to get this for images in export. In VirtueMart Google export template on Options tab set Number of pictures to the number of images you want to export. By default it is set to 1. You can then add picture_url field with Column header set to g:image_link as in attached screenshot. That is it. Run export and check.
Attachments (1)
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!