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

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

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

Nicolas Malin (Jira)
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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)

     [ 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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ 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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ 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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ 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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ 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.