Reorder basket from history

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
boettner
Advanced
Posts: 136
Joined: 09 Feb 2015, 17:49

Reorder basket from history

Post by boettner » 10 Mar 2020, 13:00

Hi all,

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

Best Robert.

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Reorder basket from history

Post by aimeos » 10 Mar 2020, 17:58

In 2019.10, the functionality is there:
https://github.com/aimeos/ai-client-htm ... #L199-L243
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

boettner
Advanced
Posts: 136
Joined: 09 Feb 2015, 17:49

Re: Reorder basket from history

Post by boettner » 11 Mar 2020, 06:44

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.

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Reorder basket from history

Post by aimeos » 11 Mar 2020, 15:09

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.).
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply