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

Document order process flow #82

Open
flaiming opened this issue Sep 26, 2016 · 1 comment
Open

Document order process flow #82

flaiming opened this issue Sep 26, 2016 · 1 comment

Comments

@flaiming
Copy link
Contributor

I couldn't find any information about order process flow at http://www.feinheit.ch/media/labs/plata/ . Most importantly:

  • What happens after order confirmation and payment?
  • What to do after confirmation on admin side to verify payment?
  • When (after what action) will be notify e-mails sent?
  • How to do order canceling?

There should be clear documentation on that, it's really painful to find how it's done by searching code.

@matthiask
Copy link
Owner

After order confirmation and payment: Nothing right now. The last state (COMPLETED) only exists for humans right now (you might want to set this when goods have been physically shipped or something)

Verify payment: With Paypal and Ogone: Not much – payment mostly happens automatically resp. is communicated by a server2server request (IPN in case of paypal, postsale in case of Ogone).

Notify emails: Right now I think after creating a new profile (in the address form) and after successful payment / order confirmation.

Order canceling: Not sure. I think this depends on humans and processes. Is there anything that should be implemented in the shop itself?

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

No branches or pull requests

2 participants