Variant product configuration and total price

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Variant product configuration and total price

Eric DE MAULDE
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
Reply | Threaded
Open this post in threaded view
|

Re: Variant product configuration and total price

BJ Freeman
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
Reply | Threaded
Open this post in threaded view
|

Re: Variant product configuration and total price

BJ Freeman
many=may be

BJ Freeman sent the following on 11/17/2008 3:45 AM:

> 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
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Variant product configuration and total price

Eric DE MAULDE
In reply to this post by BJ Freeman
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" <[hidden email]>
To: <[hidden email]>
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
>

Reply | Threaded
Open this post in threaded view
|

Re: Variant product configuration and total price

Scott Gray
Hi Eric

To the best of my knowledge there is currently no support for virtual
products as variants.  I don't think mixing virtual products and
configurable products is supported either.

Regards
Scott

2008/11/18 Eric DE MAULDE <[hidden email]>

> 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" <[hidden email]>
> To: <[hidden email]>
> 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
>>>
>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Variant product configuration and total price

BJ Freeman
In reply to this post by Eric DE MAULDE
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" <[hidden email]>
> To: <[hidden email]>
> 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
>>
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Variant product configuration and total price

Jacques Le Roux
Administrator
In reply to this post by Scott Gray
You can have a configurable product with variants options. Pizza is an example

Not sure it's what Eric is looking for.

Jacques

From: "Scott Gray" <[hidden email]>

> Hi Eric
>
> To the best of my knowledge there is currently no support for virtual
> products as variants.  I don't think mixing virtual products and
> configurable products is supported either.
>
> Regards
> Scott
>
> 2008/11/18 Eric DE MAULDE <[hidden email]>
>
>> 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" <[hidden email]>
>> To: <[hidden email]>
>> 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
>>>>
>>>
>>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Variant product configuration and total price

Eric DE MAULDE
Hi Jacques,

My problem is my "PIZZA" is a virtual product with variants (or with
sub-virtual variant products #with prices# + sub-variant products #without
price#).

Eric

----- Original Message -----
From: "Jacques Le Roux" <[hidden email]>
To: <[hidden email]>
Sent: Tuesday, November 18, 2008 11:50 AM
Subject: Re: Variant product configuration and total price


> You can have a configurable product with variants options. Pizza is an
> example
>
> Not sure it's what Eric is looking for.
>
> Jacques
>
> From: "Scott Gray" <[hidden email]>
>> Hi Eric
>>
>> To the best of my knowledge there is currently no support for virtual
>> products as variants.  I don't think mixing virtual products and
>> configurable products is supported either.
>>
>> Regards
>> Scott
>>
>> 2008/11/18 Eric DE MAULDE <[hidden email]>
>>
>>> 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" <[hidden email]>
>>> To: <[hidden email]>
>>> 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
>>>>>
>>>>
>>>>
>>>
>>
>