item is an arbitrary name attributed to one order item so that you can use its parameters. Inside the for...end for block you can access a particular order item. In addition, this block can include an arbitrary HTML code, conditions, and even nested loops.
If the example above contains three order items, the output will be:
Price: 5
Price: 10
Price: 25Also, you can use the “set” keyword in
@{ set a = a + 1 } to add a counter.