We are creating an application where it's needed to add something to a shopping cart. We have created three entities, product, shoppingcart, shoppingcart_products.
To make the products visible, we have created an listview with entity product. The listview represent the name, image and the description of the product. Below all the information we have created an action button with the caption "Add to cart". What is the best way to make the button interact with the shoppingcart?
We have very low, to none experience with Mendix yet. Since we just started this as a schoolproject.
Thanks in advance!