spree-contrib / spree_blue_theme

Original Spree Blue theme (0.60.x)
BSD 3-Clause "New" or "Revised" License
64 stars 65 forks source link

Theme Fails with Spree 1.3.2 #11

Closed morytox closed 11 years ago

morytox commented 11 years ago

Theme install Fails with Spree 1.3.2

ActionView::Template::Error (Missing partial spree/shared/store_menu with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :rabl], :versions=>[:v1]}. Searched in:

joshsticks commented 11 years ago

Is anybody still watching this repo? Is there a better way to extend the core spree theme?

GeekOnCoffee commented 11 years ago

This repo is very old, it was the theme stripped out of 0.60.x for people looking to step up a version... Pull requests are welcome, however there's nobody really supporting it any more.

It appears that https://github.com/spree/spree_blue_theme/pull/9 may solve the issue you're having, if you can test that and report back, we can get that merged...

In terms of extending the core theme, https://github.com/spree/spree_fancy is the official example of that. It's visible if you generate a sandbox from http://spreecommerce.com/. There's also https://github.com/spree/spree_rdr_theme although that is no longer supported either.

We've done a lot of work to make an example not necessary for extending the theme; we have several guides on customization http://guides.spreecommerce.com/customization.html and there will be a blog post coming soon on how to extend the Spree Fancy theme.

joshsticks commented 11 years ago

Fantastic. Thanks so much for pointing me in the right direction. Keep up the good work.