Hi, Bubblers. 
I tried to figure out this but couldn’t do it.
I have set main data like below.
I want Basket’s list to be shown in a RG.
With the setting, it first shows a list of Basket Item’s Title first, then their quantity at the end.
LIke This
item1, item2, item3, item4, item5, 1,1,3,2,1
But I want Basket Items to be shown in a Repeating Group like Basket Item Title(Quantity)
So, Item1(1), item2(1), item3(3), item4(2), item5(1)
How can I make it happen??
I set the Repeating Group to show baskets that all customers created. So I don’t want to mess up its main function to show all customer’s basket.
Thank you for reading!
hey, i guess recently i have faced same issue, this is how i made it.
you need triggers that calculates item and order total then trigger them each time you need, best what i can suggest is to look up for workflow in premade template
that helped me a lot
1 Like
Hey @nurzhan,
Thank you for trying to help me.
But I didn’t want to calculate order total.
I wanted to display item and its quantity right now to the title of the item in a list.
system
Closed
4
This topic was automatically closed after 70 days. New replies are no longer allowed.