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. |
[ 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. |
In reply to this post by Nicolas Malin (Jira)
[ 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. |
Free forum by Nabble | Edit this page |