You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…and order item total
Issue : https://github.com/pimcore/pimcore/issues/6852
Editing quantity from pimcore order details page it is not updating order item total and order total so using this we can update order on chaning qunitiy,
Order not updating when quantity is updating in order details page from pimcore admin
Issue : https://github.com/pimcore/pimcore/issues/6852
Editing quantity from pimcore order details page it is not updating order item total and order total so using this we can update order on chaning qunitiy,
Order not updating when quantity is updating in order details page from pimcore admin
Issue : #6852
Editing quantity from pimcore order details page it is not updating order item total and order total so using this we can update order on chaning qunitiy,
Expected behavior
It should update total price not price of product.
Actual behavior
Editing quantity from pimcore order details page updates the unit price.
Steps to reproduce
Code example
on editing orderitem it is calling below function and then qunitiy is chaning but order total price and order item's total price is not changing.
The text was updated successfully, but these errors were encountered: