Ingo Wolfmayr created OFBIZ-12690:
-------------------------------------

             Summary: Load cart from order with modified price
                 Key: OFBIZ-12690
                 URL: https://issues.apache.org/jira/browse/OFBIZ-12690
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: Upcoming Branch
            Reporter: Ingo Wolfmayr
             Fix For: Upcoming Branch
         Attachments: modifiedPrice.patch

The loadCartFromOrder method does not consider the selectedAmount from 
orderItems. When creating an order where the selectedAmount is not empty the 
current logic will take the already calculated unitprice and multiply it with 
the unitprice.

SelectedAmount: 0.5
Unitprice: 10
Update 1: 5
Update 2: 2.5
...

My proposal uses the unitListPrice if the order item has modifiedPrice=Y && 
selectedAmount!=null



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to