The page you requested does not exist. A search for user 3877 resulted in this page.
5 replies [Last post]
shv_rk's picture
Offline
Joined: 08/16/2010
Juice: 112

Hello,

I am using ubercart for my website. I need custom product functionality, in that users are able to add as many ingredients they want from the list.
this question has been ask in this thread: http://www.ubercart.org/forum/module_support/3877/can_ubercart_handle_cu...
however the thread is very old.
Basically I want to have two types of products, 1. fixed attributes 2. customizable

I am very new to ubercart and drupal in general.

I need detail help for this:
1. how to create custom form
2. where to add custom form
3. how to call ingredients
4. how to add them to the basket as one item
5. ...

Is there any example codes?

Thanks

sh

Cayenne's picture
Offline
Joined: 01/01/2009
Juice: 535
Re: custom product ordering PLEASE HELP!

you will want to use "Attributes" and if that is not enough for you, then investigate "Node Checkout"

shv_rk's picture
Offline
Joined: 08/16/2010
Juice: 112
Re: Re: custom product ordering PLEASE HELP!

Thanks Cayenne for the answer.
attributes is not enough, however not sure if Node checkout works for me as well Sad

I read the example available in the http://drupaleasy.com/blogs/ultimike/2009/03/event-registration-ubercart
the example has one event, one price!

I am creating a pizza order website.
users should be able to add topping as they wish from the available ingredients from example:
Custom pizza : available ingredient are: mushroom, meat, onion, cheese, sausage,...
mushroom 50p
onion 10p
extra cheese 50p
and so on...

custom lazayna: available ingredient are: mushroom, meat, onion, cheese, sausage,...

and so on....

the tutorial is a bit unclear about the price...

Sad

Cayenne's picture
Offline
Joined: 01/01/2009
Juice: 535
Re: Re: Re: custom product ordering PLEASE HELP!

No, that should work fine.

Set up a product

Create attributes. I think that "crust" should have a select/drop-down selector with multiple options
Maybe one for Thick/thin/crispy, or whatever.

Since multiple selection is not (i think) supported, you'll want a check-box option for each topping or ingredient that someone might specify.

Once the attributes are set up, add them to the "product" and then use the options tab to specify the effect on pricing, if any.

When you are happy with the setup, you may want to use css or a node template to style the order form the way you want it.

Bake in a 400 degree oven for 18 minutes and enjoy

Now, go try this stuff.

shv_rk's picture
Offline
Joined: 08/16/2010
Juice: 112
heheh thanks pal there is

heheh thanks captain Smiling

there is one issue i am not sure about is what if I want to add one of the gradient more than 1?
for example add 3 mushroom..
Cheese X 2
Mushrrom X 3
onion X 1
olive X 3

Cayenne's picture
Offline
Joined: 01/01/2009
Juice: 535
Re: heheh thanks pal there is

well, instead of checkboxes, you could have dropdowns:

CHEESE:
none
double
triple

It's getting complex, but still doable.