Hi!
How do I check if there are some items in the shopping cart? If there are no items in the cart I want to display the number zero or just "Empty"
I've tried this
<!--@If Defined(Ecom:Order)-->
<!--@Ecom:Order.OrderLines.Total.Price-->
<!--@Else-->
0
<!--@EndIf(Ecom:Order)-->
But when used this code, nothing at all was displayed.
Best regards,
P