spree_static_content icon indicating copy to clipboard operation
spree_static_content copied to clipboard

Manage static pages for Spree Commerce.

Results 31 spree_static_content issues
Sort by recently updated
recently updated
newest added

No route matches [GET] "/thanks" when i click the page link i'm getting this error localhost:3000/thanks No route matches [GET] "/thanks"

Hi, I added spree_static_content to my project, addes static pages, but pages didn't show in a footer(I marked checkbox). Can you tell whats going on??

![image](https://user-images.githubusercontent.com/1128501/117090650-eb1f6d80-ad26-11eb-9e7a-0ce1837b73cd.png)

after installing the extention on spree 4.2 rc then restart the rails server even restart the server. nothing shows about the static content feature in the admin panel. i check...

So I have a Foreign link (URL) that is like this foo/bar yet when I ty to got it it breaks. What am I doing wrong here?

Hi. I want to completely remove the spree_static_content from my application, how can I do it? I will remove it from gemfile and gemfile.lock but get the error, after bundle...

I just installed i18n and globalize gem, please find below the statement in my Gemfile ``` gem 'spree_static_content', github: 'spree-contrib/spree_static_content' gem 'spree_i18n', github: 'spree-contrib/spree_i18n' gem 'spree_globalize', github: 'spree-contrib/spree_globalize' ``` The...

I don't know if that works with older version

I modified the code a bit to better handle locale (fr, en) in request path, see #268. I also removed the '/' that was automatically added at the beginning of...