Hi @robbietr ,
I just tested, and I’m unable to replicate the additional image link issues you mentioned.
https://ibb.co/mnTKtwB
Can you please run a basic debug to check for any plugin/theme conflicts and check try my setup above?
-
This reply was modified 7 months, 3 weeks ago by
Jeff Alvarez.
Hi Jeff,
Thank you for the response. I am referring to the additional images that can be selected. See screenshot here;
https://i.postimg.cc/6qvJ8J81/1.png
https://i.postimg.cc/J0kVsVsS/2.png
I am not talking about adding manual links to some products but automatically having the additional product images linked.
Hi @robbietr ,
That’s currently not possible. Right now, we only support the all images comma separated. Just so we’re clear what shopping platform are you planning to upload the feed to?
If it’s Google Shopping, then you won’t need to make multiple <additional_image_links> addtributes, one is enough with the content of the all images comma separate
Hi @superlemon1998
As mentioned in my first sentence on my original message;
I am creating a product feed for https://ohmygood.nl/.
So just te be sure; the way they want to have the product feed is not possible with the plugin?
@robbietr
I’m not 100% sure, can you please pass on some documentations on their feed requirements? I’ll verify it.
My feed requires multiple <additional_image_link> tags for extra product images. However, your plugin generates unique tags like <additional_image_link_2>, <additional_image_link_3>, etc., when I map the same field multiple times in the UI.
I have tried to solve this programmatically. I attempted to use a filter hook to modify the final feed content after it’s generated, but before it’s saved to the XML file. I tried several possible filter names (woo_product_feed_pro_after_feed_generation, adt_after_feed_generation, woosea_after_feed_generation, etc.), but none of them seem to run.
Could you please provide me with the correct filter hook to modify the complete feed string/content before it is written to the file?
My goal is to perform a simple str_replace or preg_replace on the final content to rename all <additional_image_link_...> tags to <additional_image_link>.
@robbietr ,
At the moment you’ll need to create/add multiple instances of <additional_image_links>, we have a request to automate this process so I’ll add a +1 in favor of it but do note that there’s no ETAs for this.