Multiple selection of configurable Items

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

Multiple selection of configurable Items

kranti
Hi,

I am creating an application for a fast food restaurant, and I have a requirement where I can select 3 out of 5 available options.

Taking the example of PIZZA product in OfBiz codebase, I have the options of tomato, chilly sauces, and it allows the customer to select any one of the available options. I would like to extend it in a way where i add one more sauce such as garlic sauce and then give the customer to select any 2 out of 3. What are my options?

I am new to OfBiz and digging the code, but would really appreciate if someone has a hint on how to do that.

Thanks
Kranti
Reply | Threaded
Open this post in threaded view
|

Re: Multiple selection of configurable Items

Ruth Hoffman-2
One option: read the book.
----------------------------------------------------
Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
[hidden email]

kranti wrote:

> Hi,
>
> I am creating an application for a fast food restaurant, and I have a
> requirement where I can select 3 out of 5 available options.
>
> Taking the example of PIZZA product in OfBiz codebase, I have the options of
> tomato, chilly sauces, and it allows the customer to select any one of the
> available options. I would like to extend it in a way where i add one more
> sauce such as garlic sauce and then give the customer to select any 2 out of
> 3. What are my options?
>
> I am new to OfBiz and digging the code, but would really appreciate if
> someone has a hint on how to do that.
>
> Thanks
> Kranti
>  
Reply | Threaded
Open this post in threaded view
|

Re: Multiple selection of configurable Items

Bilgin Ibryam-2
In reply to this post by kranti
kranti wrote:

> Hi,
>
> I am creating an application for a fast food restaurant, and I have a
> requirement where I can select 3 out of 5 available options.
>
> Taking the example of PIZZA product in OfBiz codebase, I have the options of
> tomato, chilly sauces, and it allows the customer to select any one of the
> available options. I would like to extend it in a way where i add one more
> sauce such as garlic sauce and then give the customer to select any 2 out of
> 3. What are my options?
>
> I am new to OfBiz and digging the code, but would really appreciate if
> someone has a hint on how to do that.
>
> Thanks
> Kranti
>  
Did you check also Configurable PC product? There is an example of
multiple selection at "PCI cards" section.

Bilgin