OK, I’ve pretty much got my tickets printing as I want them with one small exception. I wanted to only print the quantity of an order tag if it was greater than 1 (1 is implied).
My first attempt resulted in this:
But as you can see the 1’s appeared.
My second attempt got rid of the 1’s but the ‘x’ was beside a blank.
I’m here now:
Which will be fine however I would really like an ‘x’ after the quantity:
e.g. 2 x Sugar
This is the code I’m using:
- [=(’{ORDER TAG QUANTITY}’>1 ? {ORDER TAG QUANTITY} : ’ ')] {ORDER TAG NAME}
I’ve tried many different things but just haven’t cracked the code
Your help is appreciated