product feature quantity?

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

product feature quantity?

koukol
Hello. I'm trying to set up a product in ofbiz, let's say a scrapbook, with a base price. It must be possible for the user to add additional pages to the scrapbook for a dollar each. How would this be best set up?
The scrapbook could be a configurable item, and an additional page could be a component of its configuration. But then is it possible for the user to specify how many additional pages to add?  

Alternately, is it possible to make 'additional page' a feature and for the user to specify feature quantity?

thanks
Reply | Threaded
Open this post in threaded view
|

Re: product feature quantity?

Scott Gray
I think a configurable product would be your best bet, take a look at the
configurable pc in the demo data.

Regards
Scott

On 11/07/07, jvejsada <[hidden email]> wrote:

>
>
> Hello. I'm trying to set up a product in ofbiz, let's say a scrapbook,
> with a
> base price. It must be possible for the user to add additional pages to
> the
> scrapbook for a dollar each. How would this be best set up?
> The scrapbook could be a configurable item, and an additional page could
> be
> a component of its configuration. But then is it possible for the user to
> specify how many additional pages to add?
>
> Alternately, is it possible to make 'additional page' a feature and for
> the
> user to specify feature quantity?
>
> thanks
> --
> View this message in context:
> http://www.nabble.com/product-feature-quantity--tf4057324.html#a11525726
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>
Reply | Threaded
Open this post in threaded view
|

Re: product feature quantity?

koukol
Thanks Scott. So I set it up using a configurable product, which also has to be virtual for other reasons, but now the aggregate price isn't showing up when I put the configured variant item in the shopping cart. Looking at the source code, it seems that ProductConfigWrapper.init() isn't checking whether the parent product is of aggregate type. Is this just a bug or is it incorrect to have a product that's both virtual and configurable?


Scott Gray wrote
I think a configurable product would be your best bet, take a look at the
configurable pc in the demo data.

Regards
Scott

On 11/07/07, jvejsada <jvejsada@hotmail.com> wrote:
>
>
> Hello. I'm trying to set up a product in ofbiz, let's say a scrapbook,
> with a
> base price. It must be possible for the user to add additional pages to
> the
> scrapbook for a dollar each. How would this be best set up?
> The scrapbook could be a configurable item, and an additional page could
> be
> a component of its configuration. But then is it possible for the user to
> specify how many additional pages to add?
>
> Alternately, is it possible to make 'additional page' a feature and for
> the
> user to specify feature quantity?
>
> thanks
> --
> View this message in context:
> http://www.nabble.com/product-feature-quantity--tf4057324.html#a11525726
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>