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

Add support for return orders #174

Open
racke opened this issue Apr 2, 2015 · 2 comments
Open

Add support for return orders #174

racke opened this issue Apr 2, 2015 · 2 comments

Comments

@racke
Copy link
Member

racke commented Apr 2, 2015

This is a very important feature for merchants.

Regards
Racke

@racke
Copy link
Member Author

racke commented Apr 2, 2015

Some ideas about the needed logic:

  • only shipped orders
  • shipping / received date less than 14 days in the past
  • customer can backorder individual items (e.g. 1 out of 3 qty)
  • customer is required to supply backorder reason
  • backorders are saved in the database

@SysPete
Copy link
Member

SysPete commented Apr 3, 2015

So we start with two result classes:

  • Return
  • ReturnProduct (or ReturnLine)

Most methods should be in Return class/resultset.

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

2 participants