MatthewKennedy / spree_product_feed

Spree 4 Extension Creating an RSS Product Feed.
MIT License
9 stars 15 forks source link

layouts/spree_application #4

Open jhovad opened 3 years ago

jhovad commented 3 years ago

Thank you for this nice extension! Just one note: I had to create /views/spree/layouts/spree_application.rss.erb with content <%= yield %> ... There was missing this template out of box ...

MatthewKennedy commented 3 years ago

@jhovad thanks, I'll take a look at that today.

Were you getting an error in the logs or a crash?

jhovad commented 3 years ago

In case I remove /views/spree/layouts/spree_application.rss.erb then on /products.rss: Missing template spree/layouts/spree_application with {:locale=>[:cs, :en], :formats=>[:rss], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :jbuilder, :rabl]}. Searched in: * .....................everywhere Edit: Spree 4.2.1

mdavo6 commented 3 years ago

I experienced the same issue. The proposed solution from @jhovad was a quick fix, thank you.

Thanks for the great extension @MatthewKennedy :+1: