Re: More than one product - highlighting on invoice
change {$product.amount} to <span {if $product.amount > 1}style="font-weight: bold"{/if}>{$product.amount}</span> in /mail/html/order_data.tpl to make the quatity bold if more than one item ordered.
You can change the css style easily .... for example adding a font-size: 110%; will make the font slighty bigger etc etc
Hope that helps.
|