Change payment status won't refect in mshop_order.statuspayment

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
IvanIgniter
Posts: 58
Joined: 01 Dec 2021, 07:41

Change payment status won't refect in mshop_order.statuspayment

Post by IvanIgniter » 10 Feb 2022, 07:58

I am using laravel 6.x, PHP 7.4, Docker desktop/Ubuntu and the Aimeos 2021 (aimeos-laravel: 2021.10.4 / aimeos-core: 2021.10.13)

I would like to ask in order details page, once I changed the payment (unpaid(4) -> paid(6)) and deliver status (4 -> 6) the table mshop_order_base_product.statuspayment, .status will update the values changed. But in the table mshop_order.statuspayment, .statusdelivery the changes is not reflected based from the update?

Is this a known issue or it is just our code was missed up?
If so how could we solved this issue?

Thank you in advance.

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

Re: Change payment status won't refect in mshop_order.statuspayment

Post by aimeos » 10 Feb 2022, 16:21

If you update the delivery/payment status for one product, the delivery/payment status of the invoice is unaffected. It would be unclear what should be done in the mshop_order table if you update the status values for one product leave another in a different state.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
IvanIgniter
Posts: 58
Joined: 01 Dec 2021, 07:41

Re: Change payment status won't refect in mshop_order.statuspayment

Post by IvanIgniter » 22 Feb 2022, 11:02

Ahh ok every ordered item has its own payment and delivery status.
I will just use the invoice order status instead.
Thank you

Post Reply