I’m actually developing on Spree ECommerce solution, and I would like to personalize the “account” view ( 127.0.0.1:3000/account ), but I can’t find it in the /core of Spree.
I’m also searching for the spree_auth_devise Gem to personalize it, but I can’t understand how it work.
Cannot find the right way in the documentation of spree.
If someone has a clue, i’m open (:
You can do this by overriding the
app/views/spree/users/show.html.erbtemplate by putting a template at the same path within your application.