this is my code. output of this code is like this:
item amount item name
1 jacket
3 top
3 top
3 top
1 skirt
what can i do to show like this?
item amount item name
1
jacket
3top
top
top
1top
top
skirt
If the item amount is bigger than 1, i just want to show item amount only once and skip the other ones....
Leave a comment: