Systemedic
Forum Replies Created
-
Hi @superlemon1998 forget the message above.
The feed requirements are:
<additional_image_link>https://domain.com/image1.jpg</additional_image_link>
<additional_image_link>https://domain.com/image2.jpg</additional_image_link>
<additional_image_link>https://domain.com/image3.jpg</additional_image_link>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_replaceorpreg_replaceon the final content to rename all<additional_image_link_...>tags to<additional_image_link>.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?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.
Forum: Plugins
In reply to: [Stratum Widgets for Elementor] Global fontsHi! Thanks for the reply.
I’m using the advanced post widget and in the style tab in the content option I have the option to selection a global color which I set in Elementor. But I can’t do the same for the font. See screenshot:Forum: Plugins
In reply to: [uCare - Support Ticket System & HelpDesk] Translation to other languagesHi,just curious.
are there any “rewards” for translating the plugin?Forum: Plugins
In reply to: [uCare - Support Ticket System & HelpDesk] Can’t open ticketAbsolutely Awesome! Super fast support and fixed!
Forum: Fixing WordPress
In reply to: Delete images after periodI tried looking for a plugin, but can’t find anything. Maybe i’m not looking right?
I tought that it shouldn’t be that hard. All the images are uploaded in a folder with year and month assigned to it.So i figured a plugin that will delete all folders starting from a certain month after a month would do the trick?