Edit product quantity and price for an order

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!
v.ananiev
Posts: 4
Joined: 24 Nov 2019, 02:28

Edit product quantity and price for an order

Post by v.ananiev » 24 Nov 2019, 02:43

Hello!

I have inherited an older project using this framework and this is my first time working with it. I'm trying to find a way to make the Quantity and Price fields on an existing order editable in the admin. I did find out how to edit the template, but I can't find how to make it save the changes to the DB. Could you please provide some advice?

PHP version: 7.1.3
Aimeos version: 2018.04
Laravel version: 5.6.*

Thank you in advance!
Kind regards,

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

Re: Edit product quantity and price for an order

Post by aimeos » 25 Nov 2019, 10:07

Changing an existing order isn't supported by Aimeos because the total price would change and the payment wouldn't match any more. This would lead to various problems.

We are thinking about making this possible in the 2020.x versions because if payment is done by invoice later, it doesn't matter.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
GülsümAkça
Posts: 57
Joined: 20 Nov 2020, 13:30

Re: Edit product quantity and price for an order

Post by GülsümAkça » 04 Nov 2021, 14:04

Is it possible to use aimeos 2020.10.x version now?

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

Re: Edit product quantity and price for an order

Post by aimeos » 05 Nov 2021, 07:41

No, not yet.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
GülsümAkça
Posts: 57
Joined: 20 Nov 2020, 13:30

Re: Edit product quantity and price for an order

Post by GülsümAkça » 08 Nov 2021, 11:31

I need this, which way better to start?

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

Re: Edit product quantity and price for an order

Post by aimeos » 09 Nov 2021, 10:21

We are thinking about pushing the order data into a basket, so it can be changed saved again but there are a lot of open questions yet, e.g. payment, etc.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply