Add Ekomi feed generation script

- Implemented a PHP script to fetch XML data from the specified URL.
- Parsed the XML and transformed it into a new format suitable for Google Merchant.
- Mapped relevant fields from the source XML to the target XML structure.
- Included GTIN information from the 'ean' field.
- Saved the generated XML to 'ekomi-feed.xml' and provided a success message.
This commit is contained in:
2025-05-18 23:58:48 +02:00
parent 2b584d7748
commit 26649162ec
2 changed files with 58 additions and 0 deletions

File diff suppressed because one or more lines are too long