You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to spree...@googlegroups.com
I am using Spree Commerce version 3.0.1 with Rails 4.2.1. I would like to know on how to deploy customized bootstrap 3.0 theme template for Spree Commerce version 3.0.1 e-commerce, since Spree Commerce >3.0 uses bootstrap on frontend (user interface) and backend (admin panel). Thank you in advance.
Regards
Eric
Awer Muller
unread,
Jun 17, 2015, 10:58:40 AM6/17/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to spree...@googlegroups.com
Hi Eric,
Did you find a way to achieve this? I'm trying to do the same thing. The Readme in https://github.com/200Creative/spree_bootstrap_frontend says it's easy to customize by adjusting the values of bootstrap variables, but I'm not sure this is the procedure since bootstrap went into spree as a default. The file that you're supposed to edit is not there (app/assets/stylesheets/spree/frontend/spree_bootstrap_frontend.css.scss).
It also says that you can easily drop a css file from bootswatch and it'll work right away, but I don't know where you're supposed to drop these files.
Where you able to get something done? How did you do it?
Thanks,
Santiago
Michael Caviness
unread,
Jun 18, 2015, 12:58:02 PM6/18/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to spree...@googlegroups.com
I also found the guides here were somewhat stale. I would contribute to the guides, but I'm not sure if my working solution is valid or just a brittle hack.
As in the SO question, I ended up changing my application.css to scss and using @imports per the bootstrap-sass Readme. My concern about this approach is that most spree extensions automatically look for .css files to append stylesheets to when they're installed, not .scss files. You end up with warnings every time you install an extension. I guess you can ignore them, but it will probably confuse new Spree developers.