stefandoorn / sitemap-plugin

Sitemap Plugin for Sylius eCommerce platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for images in sitemap

stefandoorn opened this issue · comments

#51 & #61

  • Make sure paths are browser URL's (cache)
  • Proper DI in ProductToImageSitemapArrayConverter
  • Make image support optional (default = on)
  • Support localisation (optional)
  • Support product provider
  • Support taxon provider
  • Add specs for ProductImagesToSitemapImagesCollectionGenerator

@Roshyo Would you be able to help on moving this issue further to completeness?

Hi, I'll try to find some time to do so.

@stefandoorn what do you mean by Support taxon provider ?

To have the taxon provider also inject it's images, currently only the product provider is having that supported.

Oh okay. I'll do another PR for this if you're okay.

Maybe you want to review this one ?

It fixes Make image support optional (default = on) and Add specs for ProductImagesToSitemapImagesCollectionGenerator

Support taxon provider also done

@stefandoorn can you have a look ?