Quite simply, I have my order items collection set up properly with “quantity” as a property.
I want to have a list show multiple rows based on what the quantity is.
So for example if in the database I have “Order Item A” with a quantity of “2”
I want the list to show
“Item A
Item A”
This one thing is the only thing holding me back from being fully functional. Please help