X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   More than one product - highlighting on invoice (https://forum.x-cart.com/showthread.php?t=37994)

PuroPlacer 03-02-2008 01:54 PM

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?

PuroPlacer 03-08-2008 12:54 PM

Re: More than one product - highlighting on invoice
 
Nobody?
:)

carlisleglass 03-10-2008 06:58 AM

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.

PuroPlacer 03-13-2008 04:56 PM

Re: More than one product - highlighting on invoice
 
Quote:

Originally Posted by carlisleglass
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.


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.