![]() |
More than one product - highlighting on invoice
We use the invoice printed to pack orders.
Mostly, customers order 1 of each product, but once in a while they will order more. The problem is that this is overlooked very easily by the person packing the order. Is there any way to make anything over 1 product stand out more on the invoice? Like making anything over the number "1" bold, or different size font, or do the background in that "product amount" cell gray or something? for instance, "2" shows as "2" Has anyone done this? |
Re: More than one product - highlighting on invoice
Nobody?
:) |
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. |
Re: More than one product - highlighting on invoice
Quote:
Ah, exactly what I was looking for! Thanks so much :D |
All times are GMT -8. The time now is 02:38 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.