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

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

Fred,

Take a look at

                    while (vti.hasNext()) {
                        key = vti.next();
                        value = variantTree.get(key);
                        opt = null;
                        if (featureOrder.size() == 1) {
                            opt = value.iterator().next();
                        } else {
                            opt = "" + counter;
                        }

you see counter there ?


Don't give up !

> Customer must add a virtual product to the cart to get the price of that 
> product. 
> ----------------------------------------------------------------------------------
>
>                 Key: OFBIZ-618
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-618
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: All
>            Reporter: Eric Crawford
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: diff.log, productdetail.patch, productdetail.patch
>
>
> When a customer chooses a the required feature(s) for a virtual product, they 
> are forced to add the item to the cart in order to know the price of that 
> item. The product image is updated, but the price is not dynamically updated 
> when the features are selected. The product description also remains that of 
> the virtual product and is not updated with the variant's product information.

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

Reply via email to