[
https://issues.apache.org/jira/browse/OFBIZ-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12621547#action_12621547
]
Jacques Le Roux commented on OFBIZ-1912:
----------------------------------------
Just tested for now.
1st I'd like to thank you for that work !
I was suprised to see any variants as I thought it will be a virtual product,
of configurable type, with variants. So I think to demonstrate the advantages
of your combination you should better use an at least 2 level features
categorie (like tomato or chili + 2 kinds of cheese or whatelse). This because
with the config options you are already able to do a one level choise (like
small or large pizza)
In my cursorily review, I also noticed that
. in eCommerce, the Product Aggregated Price is well recalculated when
changing a config option but not when you choose a variant option.
. There are some new tabs in configproductdetail.ftl, inlineProductDetail.ftl
BTW, in this respect, ShoppingCartEvents.java is a real mess... I know you are
not the culprit, Hans seems to be (Revision: 651480). Anyway most of it (if not
all) will go away wih your commit I guess.
> Configurable products with Virtual product options
> --------------------------------------------------
>
> Key: OFBIZ-1912
> URL: https://issues.apache.org/jira/browse/OFBIZ-1912
> Project: OFBiz
> Issue Type: New Feature
> Components: product
> Affects Versions: SVN trunk
> Reporter: Bilgin Ibryam
> Assignee: Bilgin Ibryam
> Priority: Minor
> Fix For: SVN trunk
>
> Attachments: conf_virtual_product.patch
>
>
> Hi all,
> to implement this feature I did the following things:
> 1. Added a new entity ConfigOptionProductOption to store selected variant
> products per configuration.
> 2. Moved a code snippet about products with VV_FEATURETREE from
> ShoppingCartEvents to ProductWorker.
> 3. Added a demo product PIZZA to test demonstrate Configurable products with
> Virtual product options.
> After applying the patch and run-install you can find the product on
> ecommerce and order manager. Based on selected variant products, the price of
> configurable product is recalculated.
> Any test, review and thoughts would be greatly appreciated.
> Bilgin Ibryam
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.