I am using the new template engine. I have made a loop of OrderLines which should output the products in the basket.
It looks something like this:
@LoopStart(OrderLines)-->
@Ecom:Order:OrderLine.ProductName-->
@LoopEnd(OrderLines)-->
The problem is, that the output contains double output - Each product from the basket are shown twice.
Any ideas of what I am doing wrong?