how do i add multiple product objects to my shoppingcar object?

0
every user in my program has 1 shoppingcar, but how do i add multiple product objects to it?
asked
1 answers
0

Marijn,

Create an association to store the products for the shopping cart. Make sure that the products can be added to multiple shopping carts so the association should start at the shopping cart.

answered