spree_static_content icon indicating copy to clipboard operation
spree_static_content copied to clipboard

Can't override taxon page

Open sbleon opened this issue 9 years ago • 0 comments

The README says:

Show a static page instead of existing dynamic pages such as the home page, products pages, and taxon pages.

However, the code in Spree::StaticPage.matches? appears to avoid trying to match taxon paths (those starting with /t/). https://github.com/spree-contrib/spree_static_content/blob/master/lib/spree_static_content.rb#L19

Is the README wrong about support for overriding taxon pages, or am I missing something here?

Thanks!

sbleon avatar Apr 24 '15 20:04 sbleon