[ 
https://issues.apache.org/jira/browse/OFBIZ-4162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12991354#comment-12991354
 ] 

Stephen Rufle commented on OFBIZ-4162:
--------------------------------------

# Add a product to the cart
# login as any user I used "admin"
# Checkout Step "Shipping Address" (Step 1: Where shall we ship it?)
#* Click Next 
# Checkout Step "Shipping Options" (Step 2: How shall we ship it?)
#* Choose "UPS Air"
#* Click Next 
# Checkout Step "Payment Options" (Step 3: How shall you pay?)
#* Click "Browser" back button, in my code had a request that directed back a 
step, but this shows the issue
# ISSUE: Now "UPS Air" is no longer selected, after my patch it will be.

> Checkout Shipping Options
> -------------------------
>
>                 Key: OFBIZ-4162
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4162
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order, specialpurpose/ecommerce
>    Affects Versions: Release Branch 10.04, SVN trunk
>         Environment: Win XP
>            Reporter: Stephen Rufle
>            Priority: Minor
>         Attachments: OFBIZ-4162.patch
>
>
> When the user selects a shipping option and moves to the next step and then 
> comes back to the "Shipping Options" step the previously selected value is 
> not selected on the screen. This is because in the ftl a comparison is made 
> between shippingMethod and chosenShippingMethod. chosenShippingMethod is 
> being escaped so the values will never match. The solution is to use 
> wrapString on chosenShippingMethod.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to