Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customer account / Customer login / adding data to the customer object #53

Open
samo9789 opened this issue Jul 30, 2019 · 4 comments
Open

Comments

@samo9789
Copy link

I copied some of the demo code for the checkout flow and now, at this stage, in the database, after going through the checkout flow, I see

  1. Entries in the addresses table
  2. Bill payers
  3. Orders

Now I have he following questions

Why do I have no customer in the customers table ? I was assuming the customer would be linked to a Laravel user account or something so that the customer could log back in his/her account later (and see an order list for example). Today, the order is linked to the billpayer but I see no way for this billpayer to authenticate. Actually, this billpayer does not have an email …. So, numbering my questions :

  1. How to create a customer account so that the user can authenticate later ?
  2. How to add an email to the customer or billpayer ?
  3. How to add data to the customer object (like phone)
  4. What are the order statuses today ? Pending means paid and processed by seller ? Or means awaiting payment ?
  5. Also, in the example I do not see any code to populate the "notes" field of the order

Thanks for your help

@ghermans
Copy link

any update on this?

@fulopattila122
Copy link
Member

fulopattila122 commented Jan 22, 2020

@ghermans
Copy link

ghermans commented Feb 17, 2020

Could you please provide us a status update regarding 2.0 ?
UpdateKnipsel

@fulopattila122
Copy link
Member

@ghermans done
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants