Setono / SyliusFeedPlugin

Create feeds in your Sylius shop
MIT License
23 stars 45 forks source link

Document how to add a custom feed type #58

Open arjanfrans opened 3 years ago

arjanfrans commented 3 years ago

I want to implement another feed type besides Google Shopping. I am currently searching through the source code on how to do that. It would be nice if this would be documented.

loevgaard commented 3 years ago

Create a service like this: https://github.com/Setono/SyliusFeedPlugin/blob/master/src/Resources/config/services/feed_type.xml#L6-L13

loevgaard commented 3 years ago

Would be great with a doc PR :)