Best way to customize a spree application in rails and from where i can see the existing code of the app?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can view the default spree code at its git hub site https://github.com/spree/spree.
The best way to customize a Spree site is through deface overrides, a good example of which can be found in the code for a pre-existing Spree theme, e.g. the theme for the demo spree site RDR which can be found at https://github.com/spree/spree_rdr_theme.
Basically any page that already exists within the Spree code base can be overridden using Deface, a simple introduction can be found in the Spree customization guide http://guides.spreecommerce.com/customization.html