spree_static_content
spree_static_content copied to clipboard
Manage static pages for Spree Commerce.
If we make a static page with slug "aaa", the generated link in the site header is correctly http://siteurl.com/aaa but if we go for example in taxon "bbb", the url...
after adding this extension (2-1-stable), the admin bar gets a bit distorted. http://cl.ly/image/1Y1U372m1g0C
I'm running a store with the following. `gem 'spree', git: 'https://github.com/spree/spree.git', branch: '2-4-stable'` `gem 'spree_gateway', github: 'spree/spree_gateway', branch: '2-4-stable'` `gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '2-4-stable'` `#` `#Added Spree Extensions` `#`...
I know this's not an issue, I only want to ask how to show content section and without sidebar. Thanks.
spree_static_content would provide greater support for international shops if the extension supports [spree_I18n](https://github.com/spree/spree_i18n). Especially I'm lacking translations of paths for a static page, e.g. '/welcome', '/willkommen', '/bienvenue'. One way to...
Change 'defined?' check to 'defined and not nil' condition to prevent partials from being called when no valid data is available. See #155 for fix in master.
Pages could not be found, if Spree wasn't mounted at root "/". Fixed this by making a new scope, that removes the mounted path from the request path, and then...
This restores the ability to override taxon pages with URLs in the form /t/... This ability is described in the readme, and used to work...with this PR, it does again!...
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...
Some webmasters think that sidebar and nofollow links can be harmful and should be made nofollow. We think so too http://devblog.shopjoy.com.au/2014/04/nofollow-links-in-footer.html .