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

Amit Sharma updated OFBIZ-2161:
-------------------------------

    Attachment: Screenshot.png

Yes of course, Jacques

Testing :- For showing the place where we can get the problem

First of you have to make entry in configurable product PIZZA  which is already 
in DemoConfigurator.xml file 
Make entry with its components PEPPER and SAUCE with little bit changes are 
that PEPPER and SAUCE will be making using Feature tree generation as already 
implemented virtual product WG-9944 in DemoProduct.xml file
For Example.
   PIZZA (Aggregated Product)
      1. PEPPER  Virtual Product with Type,Other Features

        <Product productId="PEPPER" productTypeId="FINISHED_GOOD" ....
virtualVariantMethodEnum="VV_FEATURETREE"  quantityIncluded="10.0" 
weight="22.0" isVirtual="Y" isVariant="N"/>

      2. SAUCE  Virtual Product with Type feature
       
<Product productId="SAUCE" productTypeId="FINISHED_GOOD" ....
virtualVariantMethodEnum="VV_FEATURETREE"  quantityIncluded="10.0" 
weight="22.0" isVirtual="Y" isVariant="N"/>


Here PEPPER and SAUCE are virtual products with Feature tree generation so no 
need to create its variant products

Now when you click the PIZZA product in E-commerce application then it will be 
showing with its component and When you will be selecting the feature of second 
product SAUCE Over here u will find the error on javascript which is tracked on 
fire bug's console

I have attached screenshot. Its generic problem.

its happening through same js function "checkRadioButtoninline()" for all 
virtual product, which is defined in inlineProductDetail.ftl file of order 
component.

Please let me know if any more confusion is there.

Thanks & Regards

Amit Sharma

> Extending the capability of configurable product in OFBiz with Freature tree 
> generation technique
> -------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2161
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2161
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Amit Sharma
>         Attachments: inlineProductDetail.patch, Screenshot.png
>
>
> In ecommerce application we can't add more than one virtual products using 
> feature tree generation as a component in configurable product.
> Such as if we take example of Pizza which is a configurable product  and  
> Peepers and sauce  are its virtual  product .
> If we use feature tree generation in these inline products then its not 
> working fine for virtual products (Sauce).

-- 
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