[
https://issues.apache.org/jira/browse/OFBIZ-2161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670348#action_12670348
]
Amit Sharma commented on OFBIZ-2161:
------------------------------------
Hello Jacques,
Let me describe more on steps.
Steps for getting problem after making configurable product with virtual
product using feature tree generation method.
1) Apply patch DemoConfigurator.patch
It will make Configurable Product (PIZZA) with two virtual product
VlPF(PEEPERS) and VIPS (SAUCE) using feature tree method hence we no need to
create its variant.
2) hit url
http://localhost:8080/ecommerce/control/product/~category_id=FOOD-001/~product_id=PIZZA
3) select the features of PEEPERS,( It will work fine)
4) select the feature of SAUCE (Couldn't select check box and will show alert
message)
It will cause due to only same js checkRadioButtoninline fuction (specific
for first virtual product).
for the solution of this problem i have created patch
inlineProductDetail.patch, in this patch i did modify
checkRadioButtoninline js function and render for each virtual products.
Please review it and give your valuable comments.
thanks
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: DemoConfigurator.patch, 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.