Page 1 of 1

Return Items You Ordered

Posted: 09 Sep 2019, 07:51
by Amber
How to create a return system like amazon? (https://www.amazon.com/gp/help/customer ... =201824330)

Re: Return products

Posted: 09 Sep 2019, 07:57
by aimeos
Rudimentary return management can be done in the order detail panel of the admin interface by setting the delivery status of each bought product. If you need more, you should use one of the return managment services offered as SaaS solution.

Re: Return Items You Ordered

Posted: 09 Sep 2019, 08:16
by Amber
If I am a customer, how can I return the items I ordered?

Re: Return Items You Ordered

Posted: 09 Sep 2019, 08:30
by aimeos
You have to extend the account history component in the profile page to generate labels or whatever you need:
https://github.com/aimeos/ai-client-htm ... nt/History

Re: Return Items You Ordered

Posted: 10 Sep 2019, 02:30
by Amber
Rudimentary return management can be done in the order detail panel of the admin interface by setting the delivery status of each bought product. If you need more, you should use one of the return managment services offered as SaaS solution.

>> Can you recommend something to me?

Re: Return Items You Ordered

Posted: 12 Sep 2019, 09:13
by Amber
Can u recommend some return managment SaaS which is compatible Aimeos?

Re: Return Items You Ordered

Posted: 12 Sep 2019, 09:25
by aimeos
We haven't integrated a return management SaaS yet. Thus, you have to write code to push the orders to the chosen return service yourself.