Replies: 1 comment
-
Out of the box, Simple Commerce stores customers separately from your Statamic users. However, you can make it use Statamic users instead, which sounds like it might be the route you'd want to go down.
Assuming you're using Statamic users as your customers, it would be the user ID.
Yes, if you're using Statamic users as your customers, you would add columns/fields to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm migrating a custom Laravel build (with users and orders) into Statamic and Simple Commerce. I have a few questions in the best way to approach that in regards to how Simple Commerce handles Users and Customers. And things are stored in a databse.
In my instance users have accounts and can login so they are full Laravel (and therefore Statamic) accounts.
I believe I have a grip on the migrations I need to write to move the data around other than the above questions.
Beta Was this translation helpful? Give feedback.
All reactions