You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "BJ Freeman (JIRA)" <ji...@apache.org> on 2009/06/15 03:40:07 UTC

[jira] Created: (OFBIZ-2605) the return error status in ShippingEvents keeps the check out process to continue.

the return error status in ShippingEvents keeps the check out process to continue.
----------------------------------------------------------------------------------

                 Key: OFBIZ-2605
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2605
             Project: OFBiz
          Issue Type: Bug
          Components: specialpurpose/ecommerce
    Affects Versions: Release Branch 9.04, SVN trunk
            Reporter: BJ Freeman
             Fix For: Release Branch 9.04, SVN trunk


there is a return the string
        String standardMessage = "A problem occurred calculating shipping. Fees will be calculated offline.";
this is returned as an error which has the checkout process to loop back to the options screen
by changing the return code to sucess the check out process continues.

there are a couple of consideration of how to mark this order so it does not get approved but is put on hold.
and it process the payment.




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


[jira] Updated: (OFBIZ-2605) the return error status in ShippingEvents keeps the check out process to continue.

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

BJ Freeman updated OFBIZ-2605:
------------------------------

    Attachment: OFBIZ-2605_shippingevents_returnresults.patch

this only changes the return status for the 
       String standardMessage = "A problem occurred calculating shipping. Fees will be calculated offline.";
 

> the return error status in ShippingEvents keeps the check out process to continue.
> ----------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2605
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2605
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: BJ Freeman
>             Fix For: Release Branch 9.04, SVN trunk
>
>         Attachments: OFBIZ-2605_shippingevents_returnresults.patch
>
>
> there is a return the string
>         String standardMessage = "A problem occurred calculating shipping. Fees will be calculated offline.";
> this is returned as an error which has the checkout process to loop back to the options screen
> by changing the return code to sucess the check out process continues.
> there are a couple of consideration of how to mark this order so it does not get approved but is put on hold.
> and it process the payment.

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


[jira] Commented: (OFBIZ-2605) the return error status in ShippingEvents keeps the check out process to continue.

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754520#action_12754520 ] 

Jacques Le Roux commented on OFBIZ-2605:
----------------------------------------

Hi BJ,

Is this supposed to be a patch related to this issue ?

> the return error status in ShippingEvents keeps the check out process to continue.
> ----------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2605
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2605
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: BJ Freeman
>             Fix For: Release Branch 9.04, SVN trunk
>
>         Attachments: OFBIZ-2605_shippingevents_returnresults.patch
>
>
> there is a return the string
>         String standardMessage = "A problem occurred calculating shipping. Fees will be calculated offline.";
> this is returned as an error which has the checkout process to loop back to the options screen
> by changing the return code to sucess the check out process continues.
> there are a couple of consideration of how to mark this order so it does not get approved but is put on hold.
> and it process the payment.

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