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 13:28:46 UTC

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

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


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.


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

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

Jacques Le Roux reassigned OFBIZ-2091:
--------------------------------------

    Assignee:     (was: Jacques Le Roux)

> 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: SVN trunk
>            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.


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

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

Jacques Le Roux updated OFBIZ-2091:
-----------------------------------

    Affects Version/s:     (was: Release Branch 4.0)
                       SVN trunk

checkoutProcess.js only exists in trunk

> 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: SVN trunk
>            Reporter: Akash Jain
>            Assignee: Jacques Le Roux
>            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.


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

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

Jacques Le Roux reassigned OFBIZ-2091:
--------------------------------------

    Assignee: Jacques Le Roux

> 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
>            Assignee: Jacques Le Roux
>            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.


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

Posted by "Akash Jain (JIRA)" <ji...@apache.org>.
     [ 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.