You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Akash Jain (JIRA)" <ji...@apache.org> on 2008/12/18 14:25:44 UTC

[jira] Updated: (OFBIZ-2091) Regenerate shipping options on updating shipping information

     [ https://issues.apache.org/jira/browse/OFBIZ-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akash Jain updated OFBIZ-2091:
------------------------------

    Attachment: checkoutProcess.patch

Solutions:
1.After filling up the shipping information panel getShipOptions request is called.
2.But when we update shipping information panel then getShipOptions request is not called.
3.This is because of this following condition in checkoutProcess.js within getShipOptions function:
     if ($F('shipMethod') == "" || $F('shipMethod') == null)
  Which means getShipOptions request is called only when shipping method in shipping options is null or empty.
4.But this condition is not true when we update the shipping information because  shipping method is already filled.
5.So modified checkoutProcess.js and commented the if condition.

Thanks Divesh for your support.


> Regenerate shipping options on updating shipping information
> ------------------------------------------------------------
>
>                 Key: OFBIZ-2091
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2091
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ecommerce
>    Affects Versions: Release Branch 4.0
>            Reporter: Akash Jain
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: checkoutProcess.patch
>
>
> Details:
> After filling up the shipping panel when we click on continue to step 3 button then it generates shipping options.But when we update Shipping panel then shipping options does not get regenerated for new shipping information.

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