Update order items

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Update order items

Len Shein
When updating order items from the edit item screen the system removes all
the order adjustments (shipping charges) and then re-calculates the shipping
amounts and adds back to the cart.  This is fine except if the amount had
been previously overridden, in this case the amount is incorrect when it is
added back to the cart.

 

For example if the ship method of Ground@UPS is set to $7.95 on the product
store but overridden on the order to be $6.95 any subsequent update of order
items will set the shipping amount back to $7.95.

 

Is this a bug?  If not what are the steps needed to reserve the $6.95 amount
on the order?

 

 

 

 

 

Thank You

 

Len Shein

 

Email: [hidden email]

Email: [hidden email]

 

Office: 516.742.7888 ext.225

 

Home Office: 732.333.4303

 

Reply | Threaded
Open this post in threaded view
|

Re: Update order items

consolex
i have exactly the same problem when my vat tax is applied it is shown in order items, but when i re-calculate  only the price without vat tax is shown....maybe its a bug!
Len Shein wrote
When updating order items from the edit item screen the system removes all
the order adjustments (shipping charges) and then re-calculates the shipping
amounts and adds back to the cart.  This is fine except if the amount had
been previously overridden, in this case the amount is incorrect when it is
added back to the cart.

 

For example if the ship method of Ground@UPS is set to $7.95 on the product
store but overridden on the order to be $6.95 any subsequent update of order
items will set the shipping amount back to $7.95.

 

Is this a bug?  If not what are the steps needed to reserve the $6.95 amount
on the order?

 

 

 

 

 

Thank You

 

Len Shein

 

Email: lshein@salmonllc.com

Email: lshein@verizon.net

 

Office: 516.742.7888 ext.225

 

Home Office: 732.333.4303

 
Reply | Threaded
Open this post in threaded view
|

Re: Update order items

BJ Freeman
There is a seca resetGrandTotal that adjusts the orderheader grandtotal.
https://demo.hotwaxmedia.com/webtools/control/availableServices?sel_service_name=createOrderAdjustment


consolex sent the following on 11/4/2008 9:35 AM:

> i have exactly the same problem when my vat tax is applied it is shown in
> order items, but when i re-calculate  only the price without vat tax is
> shown....maybe its a bug!
>
> Len Shein wrote:
>> When updating order items from the edit item screen the system removes all
>> the order adjustments (shipping charges) and then re-calculates the
>> shipping
>> amounts and adds back to the cart.  This is fine except if the amount had
>> been previously overridden, in this case the amount is incorrect when it
>> is
>> added back to the cart.
>>
>>  
>>
>> For example if the ship method of Ground@UPS is set to $7.95 on the
>> product
>> store but overridden on the order to be $6.95 any subsequent update of
>> order
>> items will set the shipping amount back to $7.95.
>>
>>  
>>
>> Is this a bug?  If not what are the steps needed to reserve the $6.95
>> amount
>> on the order?
>>
>>  
>>
>>  
>>
>>  
>>
>>  
>>
>>  
>>
>> Thank You
>>
>>  
>>
>> Len Shein
>>
>>  
>>
>> Email: [hidden email]
>>
>> Email: [hidden email]
>>
>>  
>>
>> Office: 516.742.7888 ext.225
>>
>>  
>>
>> Home Office: 732.333.4303
>>
>>  
>>
>>
>>
>
Reply | Threaded
Open this post in threaded view
|

RE: Update order items

Len Shein
I do not understand what your response means.  Are you suggestion to turn
OFF when of the seca services or to run the createOrderAdjustment service?

My issue revolves solely around the updateOrderItem service that is excuted
on the edit order item screen.


-----Original Message-----
From: BJ Freeman [mailto:[hidden email]]
Sent: Tuesday, November 04, 2008 1:01 PM
To: [hidden email]
Subject: Re: Update order items

There is a seca resetGrandTotal that adjusts the orderheader grandtotal.
https://demo.hotwaxmedia.com/webtools/control/availableServices?sel_service_
name=createOrderAdjustment


consolex sent the following on 11/4/2008 9:35 AM:
> i have exactly the same problem when my vat tax is applied it is shown in
> order items, but when i re-calculate  only the price without vat tax is
> shown....maybe its a bug!
>
> Len Shein wrote:
>> When updating order items from the edit item screen the system removes
all

>> the order adjustments (shipping charges) and then re-calculates the
>> shipping
>> amounts and adds back to the cart.  This is fine except if the amount had
>> been previously overridden, in this case the amount is incorrect when it
>> is
>> added back to the cart.
>>
>>  
>>
>> For example if the ship method of Ground@UPS is set to $7.95 on the
>> product
>> store but overridden on the order to be $6.95 any subsequent update of
>> order
>> items will set the shipping amount back to $7.95.
>>
>>  
>>
>> Is this a bug?  If not what are the steps needed to reserve the $6.95
>> amount
>> on the order?
>>
>>  
>>
>>  
>>
>>  
>>
>>  
>>
>>  
>>
>> Thank You
>>
>>  
>>
>> Len Shein
>>
>>  
>>
>> Email: [hidden email]
>>
>> Email: [hidden email]
>>
>>  
>>
>> Office: 516.742.7888 ext.225
>>
>>  
>>
>> Home Office: 732.333.4303
>>
>>  
>>
>>
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: Update order items

Bilgin Ibryam
In reply to this post by Len Shein
 Hi Len,

What you described is a bug and there are also other issues in order
editing. Some of them are described here
https://issues.apache.org/jira/browse/OFBIZ-1866


You can try the attached patch if it solves the bug you described, or
create another one to fix it.

Bilgin