i try to use CSVI to export Google Merchant feeds. The exports works fine, but i have two problems:
Problem 1: Addtional images
In my old Google Merchant Extension (which isn't devoloped further) was it possible to export additional product photos, so that the xml file contains rows like:
<g:additional_image_link>https://www.xxxxxxx.com/image1.jpg</g:additional_image_link>
<g:additional_image_link>https://www.xxxxxxx.com/image2.jpg</g:additional_image_link>
Is there a was to do this with CSVI?
Problem 2: Shipping cost from custom field
The shipping costs for Google are saved in an custom field. So i would like to export this value to the shipping costs. I have problems to set it up, that it appears like that in the xml file:
<g:shipping>
<g:country>CH</g:country>
<g:service>Versandkosten</g:service>
<g
rice>Value_from_customfield</g
rice>
</g:shipping>
Is there a way to get this structure?
Thanks for any help.
best regards
Björn