Divide order product

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Armenia
Posts: 6
Joined: 03 Jun 2022, 11:32

Divide order product

Post by Armenia » 27 Jul 2022, 14:24

Hi.
In this case I should divide order product, when product quantity is greater then 1.
For example, when quantity is equal to 4, I have to save this product in 4 different rows at database (In each row quantity is equal 1).
How can I implement this ?

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

Re: Divide order product

Post by aimeos » 28 Jul 2022, 04:56

Should the basket also show four lines if the customer have chosen a quantity of "4"?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Armenia
Posts: 6
Joined: 03 Jun 2022, 11:32

Re: Divide order product

Post by Armenia » 28 Jul 2022, 08:25

Only after basket 'Summary' step.

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

Re: Divide order product

Post by aimeos » 28 Jul 2022, 10:28

You can overwrite this method in you own order base manager implementation:
https://github.com/aimeos/aimeos-core/b ... #L561-L611
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Armenia
Posts: 6
Joined: 03 Jun 2022, 11:32

Re: Divide order product

Post by Armenia » 28 Jul 2022, 11:45

Thank you !

Post Reply