https://demo.hotwaxmedia.com/webtools/control/ArtifactInfo helps find what is what in ofbiz I put in grandtotal and came up with the service https://demo.hotwaxmedia.com/webtools/control/ArtifactInfo?type=service&uniqueId=resetGrandTotal my thought was as a selection is made it makes a call through the controller. if Ajax is not going through the controller, it is hard to use the SECA's and EECA's
Eric DE MAULDE sent the following on 11/18/2008 1:42 AM: > Hello BJ, > > Thanks for your answer. > I read service engine documentation > http://docs.ofbiz.org/display/OFBTECH/Service+Engine+Guide > I don't understand how to implement EECA "grandtotal". > The event is an Ajax event > There's no hope left for me because : > - my virtual products don't have any price > - each virtual product have more than 100 variants (combination between > several feature types) > - Lots of virtual products have virtual child products : these > sub-virtual products are used to define price, in that case variant > products don't have any price > > Do you have others informations, please ? > > Eric > > ----- Original Message ----- From: "BJ Freeman" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Monday, November 17, 2008 12:45 PM > Subject: Re: Variant product configuration and total price > > >> there is a update grandtotal eeca that many you could enhance. >> >> Eric DE MAULDE sent the following on 11/17/2008 3:39 AM: >>> Hello, >>> >>> When I create product variants from a virtual configurable product, >>> I would like to transmit the virtual product configuration to all >>> variant products ; >>> in order to manage product price (totalPrice = variant price + >>> configuration price) with variant products. >>> Problem is >>> method : ShoppingCartEvents.getConfigDetailsEvent >>> doesn't manage totalPrice from a variant product without implemented >>> configuration if its virtual parent product has a configuration. >>> >>> Eric >> > > >
