Price rules for features

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

Price rules for features

rajsaini
Hi,

I need to apply the price rules to features similar to the products. I
looked around and could not find if this is supported in OFBiz. Does
this functionality exists in OFBiz? If have to add this support any help
and pointers will be appreciated.

Thanks,

Raj

Reply | Threaded
Open this post in threaded view
|

Re: Price rules for features

hans_bakker
If you use the ProductFeaturePrice entity....no that is not implemented
yet......

On Thu, 2008-11-20 at 15:33 +0530, Raj Saini wrote:

> Hi,
>
> I need to apply the price rules to features similar to the products. I
> looked around and could not find if this is supported in OFBiz. Does
> this functionality exists in OFBiz? If have to add this support any help
> and pointers will be appreciated.
>
> Thanks,
>
> Raj
>
--
Antwebsystems.com: Quality OFBiz services for competitive prices

Reply | Threaded
Open this post in threaded view
|

Re: Price rules for features

rajsaini
Thanks Hans. Yes, I am using the ProductFeaturePrice entity for feature
prices. I will be implementing this feature soon. Do you have any
suggestions for me to implement in way that it can be contributed back
to OFBiz?

Thanks,

Raj

Hans Bakker wrote:

> If you use the ProductFeaturePrice entity....no that is not implemented
> yet......
>
> On Thu, 2008-11-20 at 15:33 +0530, Raj Saini wrote:
>  
>> Hi,
>>
>> I need to apply the price rules to features similar to the products. I
>> looked around and could not find if this is supported in OFBiz. Does
>> this functionality exists in OFBiz? If have to add this support any help
>> and pointers will be appreciated.
>>
>> Thanks,
>>
>> Raj
>>
>>    

Reply | Threaded
Open this post in threaded view
|

Re: Price rules for features

Eric DE MAULDE
Hi,

A piece of information, please :
What price does ProductFeaturePrice modify, SalePrice or PurchasePrice ?
When I type a ProductFeaturePrice, I can't see any change into SalePrice !

Thanks

Eric
----- Original Message -----
From: "Raj Saini" <[hidden email]>
To: <[hidden email]>
Sent: Thursday, November 20, 2008 11:25 AM
Subject: Re: Price rules for features


> Thanks Hans. Yes, I am using the ProductFeaturePrice entity for feature
> prices. I will be implementing this feature soon. Do you have any
> suggestions for me to implement in way that it can be contributed back to
> OFBiz?
>
> Thanks,
>
> Raj
>
> Hans Bakker wrote:
>> If you use the ProductFeaturePrice entity....no that is not implemented
>> yet......
>>
>> On Thu, 2008-11-20 at 15:33 +0530, Raj Saini wrote:
>>
>>> Hi,
>>>
>>> I need to apply the price rules to features similar to the products. I
>>> looked around and could not find if this is supported in OFBiz. Does
>>> this functionality exists in OFBiz? If have to add this support any help
>>> and pointers will be appreciated.
>>>
>>> Thanks,
>>>
>>> Raj
>>>
>>>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Price rules for features

rajsaini
It should work this way:

You have a virtual product with default price x
You have a feature with default price y
When you add the above combination to cart it should create a variant
with default price x+y and this is the final sales price for the variant
product.

Thanks,

Raj

Eric DE MAULDE wrote:

> Hi,
>
> A piece of information, please :
> What price does ProductFeaturePrice modify, SalePrice or PurchasePrice ?
> When I type a ProductFeaturePrice, I can't see any change into
> SalePrice !
>
> Thanks
>
> Eric
> ----- Original Message ----- From: "Raj Saini" <[hidden email]>
> To: <[hidden email]>
> Sent: Thursday, November 20, 2008 11:25 AM
> Subject: Re: Price rules for features
>
>
>> Thanks Hans. Yes, I am using the ProductFeaturePrice entity for
>> feature prices. I will be implementing this feature soon. Do you have
>> any suggestions for me to implement in way that it can be contributed
>> back to OFBiz?
>>
>> Thanks,
>>
>> Raj
>>
>> Hans Bakker wrote:
>>> If you use the ProductFeaturePrice entity....no that is not implemented
>>> yet......
>>>
>>> On Thu, 2008-11-20 at 15:33 +0530, Raj Saini wrote:
>>>
>>>> Hi,
>>>>
>>>> I need to apply the price rules to features similar to the
>>>> products. I looked around and could not find if this is supported
>>>> in OFBiz. Does this functionality exists in OFBiz? If have to add
>>>> this support any help and pointers will be appreciated.
>>>>
>>>> Thanks,
>>>>
>>>> Raj
>>>>
>>>>
>>
>>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Price rules for features

hans_bakker
Yes Ray, correct, however additionally the setting 'Virtual Variant
Method' on the product detail screen should be set to 'feature tree
generation' and obviously the virtual flag should be set to "Y" and
variant set to "N".

Regards,
Hans

On Thu, 2008-11-20 at 17:35 +0530, Raj Saini wrote:

> It should work this way:
>
> You have a virtual product with default price x
> You have a feature with default price y
> When you add the above combination to cart it should create a variant
> with default price x+y and this is the final sales price for the variant
> product.
>
> Thanks,
>
> Raj
>
> Eric DE MAULDE wrote:
> > Hi,
> >
> > A piece of information, please :
> > What price does ProductFeaturePrice modify, SalePrice or PurchasePrice ?
> > When I type a ProductFeaturePrice, I can't see any change into
> > SalePrice !
> >
> > Thanks
> >
> > Eric
> > ----- Original Message ----- From: "Raj Saini" <[hidden email]>
> > To: <[hidden email]>
> > Sent: Thursday, November 20, 2008 11:25 AM
> > Subject: Re: Price rules for features
> >
> >
> >> Thanks Hans. Yes, I am using the ProductFeaturePrice entity for
> >> feature prices. I will be implementing this feature soon. Do you have
> >> any suggestions for me to implement in way that it can be contributed
> >> back to OFBiz?
> >>
> >> Thanks,
> >>
> >> Raj
> >>
> >> Hans Bakker wrote:
> >>> If you use the ProductFeaturePrice entity....no that is not implemented
> >>> yet......
> >>>
> >>> On Thu, 2008-11-20 at 15:33 +0530, Raj Saini wrote:
> >>>
> >>>> Hi,
> >>>>
> >>>> I need to apply the price rules to features similar to the
> >>>> products. I looked around and could not find if this is supported
> >>>> in OFBiz. Does this functionality exists in OFBiz? If have to add
> >>>> this support any help and pointers will be appreciated.
> >>>>
> >>>> Thanks,
> >>>>
> >>>> Raj
> >>>>
> >>>>
> >>
> >>
> >
> >
>
--
Antwebsystems.com: Quality OFBiz services for competitive prices

Reply | Threaded
Open this post in threaded view
|

Re: Price rules for features

rajsaini
That is right. I forgot to mention that.

Thanks,

Raj

Hans Bakker wrote:

> Yes Ray, correct, however additionally the setting 'Virtual Variant
> Method' on the product detail screen should be set to 'feature tree
> generation' and obviously the virtual flag should be set to "Y" and
> variant set to "N".
>
> Regards,
> Hans
>
> On Thu, 2008-11-20 at 17:35 +0530, Raj Saini wrote:
>  
>> It should work this way:
>>
>> You have a virtual product with default price x
>> You have a feature with default price y
>> When you add the above combination to cart it should create a variant
>> with default price x+y and this is the final sales price for the variant
>> product.
>>
>> Thanks,
>>
>> Raj
>>
>> Eric DE MAULDE wrote:
>>    
>>> Hi,
>>>
>>> A piece of information, please :
>>> What price does ProductFeaturePrice modify, SalePrice or PurchasePrice ?
>>> When I type a ProductFeaturePrice, I can't see any change into
>>> SalePrice !
>>>
>>> Thanks
>>>
>>> Eric
>>> ----- Original Message ----- From: "Raj Saini" <[hidden email]>
>>> To: <[hidden email]>
>>> Sent: Thursday, November 20, 2008 11:25 AM
>>> Subject: Re: Price rules for features
>>>
>>>
>>>      
>>>> Thanks Hans. Yes, I am using the ProductFeaturePrice entity for
>>>> feature prices. I will be implementing this feature soon. Do you have
>>>> any suggestions for me to implement in way that it can be contributed
>>>> back to OFBiz?
>>>>
>>>> Thanks,
>>>>
>>>> Raj
>>>>
>>>> Hans Bakker wrote:
>>>>        
>>>>> If you use the ProductFeaturePrice entity....no that is not implemented
>>>>> yet......
>>>>>
>>>>> On Thu, 2008-11-20 at 15:33 +0530, Raj Saini wrote:
>>>>>
>>>>>          
>>>>>> Hi,
>>>>>>
>>>>>> I need to apply the price rules to features similar to the
>>>>>> products. I looked around and could not find if this is supported
>>>>>> in OFBiz. Does this functionality exists in OFBiz? If have to add
>>>>>> this support any help and pointers will be appreciated.
>>>>>>
>>>>>> Thanks,
>>>>>>
>>>>>> Raj
>>>>>>
>>>>>>
>>>>>>            
>>>>        
>>>      

Reply | Threaded
Open this post in threaded view
|

Re: Price rules for features

Eric DE MAULDE
With 'feature tree generation'
it works (product WG-9944)

Thanks

Eric
----- Original Message -----
From: "Raj Saini" <[hidden email]>
To: <[hidden email]>
Sent: Thursday, November 20, 2008 1:51 PM
Subject: Re: Price rules for features


> That is right. I forgot to mention that.
>
> Thanks,
>
> Raj
>
> Hans Bakker wrote:
>> Yes Ray, correct, however additionally the setting 'Virtual Variant
>> Method' on the product detail screen should be set to 'feature tree
>> generation' and obviously the virtual flag should be set to "Y" and
>> variant set to "N".
>>
>> Regards,
>> Hans
>>
>> On Thu, 2008-11-20 at 17:35 +0530, Raj Saini wrote:
>>
>>> It should work this way:
>>>
>>> You have a virtual product with default price x
>>> You have a feature with default price y
>>> When you add the above combination to cart it should create a variant
>>> with default price x+y and this is the final sales price for the variant
>>> product.
>>>
>>> Thanks,
>>>
>>> Raj
>>>
>>> Eric DE MAULDE wrote:
>>>
>>>> Hi,
>>>>
>>>> A piece of information, please :
>>>> What price does ProductFeaturePrice modify, SalePrice or PurchasePrice
>>>> ?
>>>> When I type a ProductFeaturePrice, I can't see any change into
>>>> SalePrice !
>>>>
>>>> Thanks
>>>>
>>>> Eric
>>>> ----- Original Message ----- From: "Raj Saini" <[hidden email]>
>>>> To: <[hidden email]>
>>>> Sent: Thursday, November 20, 2008 11:25 AM
>>>> Subject: Re: Price rules for features
>>>>
>>>>
>>>>
>>>>> Thanks Hans. Yes, I am using the ProductFeaturePrice entity for
>>>>> feature prices. I will be implementing this feature soon. Do you have
>>>>> any suggestions for me to implement in way that it can be contributed
>>>>> back to OFBiz?
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Raj
>>>>>
>>>>> Hans Bakker wrote:
>>>>>
>>>>>> If you use the ProductFeaturePrice entity....no that is not
>>>>>> implemented
>>>>>> yet......
>>>>>>
>>>>>> On Thu, 2008-11-20 at 15:33 +0530, Raj Saini wrote:
>>>>>>
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> I need to apply the price rules to features similar to the products.
>>>>>>> I looked around and could not find if this is supported in OFBiz.
>>>>>>> Does this functionality exists in OFBiz? If have to add this support
>>>>>>> any help and pointers will be appreciated.
>>>>>>>
>>>>>>> Thanks,
>>>>>>>
>>>>>>> Raj
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>
>>>>
>
>