Page 1 of 1

Reorder basket from history

Posted: 10 Mar 2020, 13:00
by boettner
Hi all,

is there an easy way to offer a function for users to reorder a basket indentically from their order history?

Best Robert.

Re: Reorder basket from history

Posted: 10 Mar 2020, 17:58
by aimeos
In 2019.10, the functionality is there:
https://github.com/aimeos/ai-client-htm ... #L199-L243

Re: Reorder basket from history

Posted: 11 Mar 2020, 06:44
by boettner
Good morning,

that´s great and leads to the next question I already wanted to ask for a while. I don´t know of any migration guide to follow when updating major versions. Is there any I might have missed?

I know of the Changelogs:
https://aimeos.org/docs/Developers/Changelog/2018
https://aimeos.org/docs/Developers/Changelog/2019

But from the descriptions it´s not quite clear what impact it might have on ones own implementation. We are using own templates some Decorators and some custom job controllers.

Cheers
Robert.

Re: Reorder basket from history

Posted: 11 Mar 2020, 15:09
by aimeos
There's no article explaining how to upgrade and what you have to do because the changelog contains all commits that may affect your own code (and only those, no new features or non-breaking changes). You should check if your own code is affected by one of the changes (which are grouped into the packages where they occur, e.g. core, HTML, frontend controller, etc.).