Dropdown order menu

0
How can I build a dropdown menu to choose a certain product like they did in the pizza mario tutorial? In video 8 (from the getting started video's) they tell us how to make one to choose more than 1 product (order more than 1 pizza). But they don't explain how to make one for just 1 product (just 1 pizza). Thanks in advance! Rens
asked
1 answers
2

Rens,

In your domain model create a relation like this: Order *----------1 Pizza Now on your order form you can add attributes from the pizza and thereby set the relation when selecting from the drop down. See this to get this

answered