Most of the time, my customers order single items. So often in fact that when the order is for more than one item, it gets overlooked and a single item is sent.
I’d like the invoice to print the amount in RED when it’s more than 1 item.
I figure I need to change the skins/xxx/mail/orders/invioce.tpl file. Possibly this line…
{$oi.amount}
But I don’t know how to do an “IF” statement to fix this. Do you?
Of course, go for it. I have to point out though, that this is what is emailed to the cutomer also, so it’s not just an internal thing. I have no idea how to make it just for MY benefit, but it’s no biggy either
At some point I will create a “Print Packing List” button which will do the same thing at this hack, but it’s OK for now.