I am creating an eCommerce platform using strapi. Strapi only has option for user-email and password. I want to store user's address, contact details, previous orders etc. Is there a way to do so?
I am using the quickstart template.
Strapi version 3.0.0-beta.17.7 (node v10.16.3)
Off course there is a way to do so!
http://localhost:1337/admin
Content Type Builder
on your left sidebarUser
Add Another Field
And add every field you need for your eCommerce platform!