You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "David Shere (JIRA)" <ji...@apache.org> on 2007/08/08 23:26:59 UTC

[jira] Created: (OFBIZ-1190) Order Item Price wrong on eBay imported orders

Order Item Price wrong on eBay imported orders
----------------------------------------------

                 Key: OFBIZ-1190
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1190
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: SVN trunk
            Reporter: David Shere
            Priority: Minor


When importing eBay orders, the order Item price is wrong.  In my example my item price was $37.90 and the order item unit price was $1400 something.

I haven't tested this under different conditions (trying a different product, etc)...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OFBIZ-1190) Order Item Price wrong on eBay imported orders

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato closed OFBIZ-1190.
------------------------------------

    Resolution: Fixed

Thanks David,

you are completely right: your fix is in rev. 564503


> Order Item Price wrong on eBay imported orders
> ----------------------------------------------
>
>                 Key: OFBIZ-1190
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1190
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: David Shere
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: 1190.patch
>
>
> When importing eBay orders, the order Item price is wrong.  In my example my item price was $37.90 and the order item unit price was $1400 something.
> I haven't tested this under different conditions (trying a different product, etc)...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (OFBIZ-1190) Order Item Price wrong on eBay imported orders

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato reassigned OFBIZ-1190:
----------------------------------------

    Assignee: Jacopo Cappellato

> Order Item Price wrong on eBay imported orders
> ----------------------------------------------
>
>                 Key: OFBIZ-1190
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1190
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: David Shere
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: 1190.patch
>
>
> When importing eBay orders, the order Item price is wrong.  In my example my item price was $37.90 and the order item unit price was $1400 something.
> I haven't tested this under different conditions (trying a different product, etc)...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1190) Order Item Price wrong on eBay imported orders

Posted by "David Shere (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Shere updated OFBIZ-1190:
-------------------------------

    Attachment: 1190.patch

I believe this patch fixes it.  The "amount" being passed in cart.addItemToEnd was causing the unit price to be multiplied against itself.  

> Order Item Price wrong on eBay imported orders
> ----------------------------------------------
>
>                 Key: OFBIZ-1190
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1190
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: David Shere
>            Priority: Minor
>         Attachments: 1190.patch
>
>
> When importing eBay orders, the order Item price is wrong.  In my example my item price was $37.90 and the order item unit price was $1400 something.
> I haven't tested this under different conditions (trying a different product, etc)...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.