Hi community,
in my app, when an user signs up, a new cart is created and associated to user.
So i’ve these data types with following fields:
Products (FIELDS: name - price)
carts (FIELDS: added products names(list) - prices (list) - referral user)
For example, my user adds a product to cart, then adds another one. When he/she will go to cart page to checkout, for now he/she can see the two added product names in the repeating group,both in one row.
Actual data source for repeating group is “search for carts which have referral user = current user mail”, and text that should show the product names is “current Cell’s cart’s added product name”.
How can i show the list of added products names in the repeating group, but once per row, like a normal cart?
Thanks so much,
Alessandro