You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Kesslers <ke...@ecity.net> on 2006/10/25 13:09:35 UTC

Re: Product - Multiple Part Price

How can I setup a product that has a price that is composed of more than one
price?  For example, if I order a new phone line I pay one price composed of
multiple charges.  It is clear on my billing statement that I have paid for
several activities/services.  Nevertheless, setting up my phone line without
phone service is not marketable.  On the other hand, phone service without a
phone line is equally futile.  The initial product must be the setup and the
phone service.  Can OFBiz break down charges in the webstore, shopping cart
and billing statement for a product?

David Kessler




Re: Product - Multiple Part Price

Posted by David E Jones <jo...@undersunconsulting.com>.
David,

Just like with the last question there are various ways of doing  
this, but it is a very complex problem. If you really are doing phone  
line sales and such you should get some help as I know from  
experience working with a large telco that the business rules get  
very difficult around this stuff.

The two ways I've seen tried for this are to extend the Configurable  
Product, or to create a custom UI for each product and have it manage  
groups of products in the shopping cart for the customer. In other  
words, the customer can't just manipulate the cart by adding and  
removing products, they just use the UI for directed cart  
interactions, and have a custom view of the cart as well.

 From my experience the first seems nice at first, but business rules  
change really unpleasantly and modeling everything in order to get  
the user experience you want in a data driven way is impossible given  
the inherent uncertainty (or rather, certainty of change...).

So, I'd highly recommend the second approach.

-David J.


On Oct 25, 2006, at 5:09 AM, Kesslers wrote:

> How can I setup a product that has a price that is composed of more  
> than one
> price?  For example, if I order a new phone line I pay one price  
> composed of
> multiple charges.  It is clear on my billing statement that I have  
> paid for
> several activities/services.  Nevertheless, setting up my phone  
> line without
> phone service is not marketable.  On the other hand, phone service  
> without a
> phone line is equally futile.  The initial product must be the  
> setup and the
> phone service.  Can OFBiz break down charges in the webstore,  
> shopping cart
> and billing statement for a product?
>
> David Kessler
>
>
>


Re: Product - Multiple Part Price

Posted by Chris Howe <cj...@yahoo.com>.
>From memory, you would create a product of type
"Marketing Package" and associate the smaller items as
components of the package.

--- Kesslers <ke...@ecity.net> wrote:

> How can I setup a product that has a price that is
> composed of more than one
> price?  For example, if I order a new phone line I
> pay one price composed of
> multiple charges.  It is clear on my billing
> statement that I have paid for
> several activities/services.  Nevertheless, setting
> up my phone line without
> phone service is not marketable.  On the other hand,
> phone service without a
> phone line is equally futile.  The initial product
> must be the setup and the
> phone service.  Can OFBiz break down charges in the
> webstore, shopping cart
> and billing statement for a product?
> 
> David Kessler
> 
> 
> 
>