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/13 16:29:30 UTC

[jira] Created: (OFBIZ-1202) ebay import not picking up shipping method

ebay import not picking up shipping method
------------------------------------------

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


Orders I'm importing properly pick up the amount paid for shipping, but no shipping method.  I'm doing more testing.

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


[jira] Commented: (OFBIZ-1202) ebay import not picking up shipping method

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

David Shere commented on OFBIZ-1202:
------------------------------------

For that matter, should I have made the (String) change to the line for the shipping amount?  

> ebay import not picking up shipping method
> ------------------------------------------
>
>                 Key: OFBIZ-1202
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1202
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: David Shere
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: 1202.patch
>
>
> Orders I'm importing properly pick up the amount paid for shipping, but no shipping method.  I'm doing more testing.

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


[jira] Updated: (OFBIZ-1202) ebay import not picking up shipping method

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

David Shere updated OFBIZ-1202:
-------------------------------

    Attachment: 1202.patch

This fixed it for me.  Not sure if this needs to be done to all the other calls to Map.put()

> ebay import not picking up shipping method
> ------------------------------------------
>
>                 Key: OFBIZ-1202
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1202
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: David Shere
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: 1202.patch
>
>
> Orders I'm importing properly pick up the amount paid for shipping, but no shipping method.  I'm doing more testing.

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


[jira] Assigned: (OFBIZ-1202) ebay import not picking up shipping method

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

Jacopo Cappellato reassigned OFBIZ-1202:
----------------------------------------

    Assignee: Jacopo Cappellato

> ebay import not picking up shipping method
> ------------------------------------------
>
>                 Key: OFBIZ-1202
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1202
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: David Shere
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: 1202.patch
>
>
> Orders I'm importing properly pick up the amount paid for shipping, but no shipping method.  I'm doing more testing.

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


[jira] Closed: (OFBIZ-1202) ebay import not picking up shipping method

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

Jacopo Cappellato closed OFBIZ-1202.
------------------------------------

    Resolution: Fixed

Fixed in rev. 571426

> ebay import not picking up shipping method
> ------------------------------------------
>
>                 Key: OFBIZ-1202
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1202
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: David Shere
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: 1202.patch
>
>
> Orders I'm importing properly pick up the amount paid for shipping, but no shipping method.  I'm doing more testing.

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


[jira] Commented: (OFBIZ-1202) ebay import not picking up shipping method

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

David Shere commented on OFBIZ-1202:
------------------------------------

Upon further inspection, this patch does not fix the problem.  It exists somewhere in this pass:

UtilXml.childElementValue(shippingServiceSelectedElement, "ShippingService", "")

This resolves to "UPSGround" (in my example), but after it's passed to the Map "order", it becomes null.  

> ebay import not picking up shipping method
> ------------------------------------------
>
>                 Key: OFBIZ-1202
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1202
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: David Shere
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: 1202.patch
>
>
> Orders I'm importing properly pick up the amount paid for shipping, but no shipping method.  I'm doing more testing.

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