![]() |
Printing shipping labels in HIGHERCASE
Hi,
I have customers who enter their name, address and zip code details in lowercase. I'm using the Dymo label writer 310 and copying and pasting the names & addresses from X-Cart's labels page to the Dymo software but I have to manually change the first character of each address line to highercase before printing the label. Can anyone tell me how to modify the order_label_print.tpl to force all details to be displayed in highercase? I tried the following in order_label_print.tpl but it didn't work... {* $Id: order_label_print.tpl,v 1.4.2.1 2005/05/04 05:56:15 max Exp $ *} {$order.tracking} {$customer.s_firstname|default:$customer.firstname } {$customer.s_lastname|default:$customer.lastname} <td style="text-transform: uppercase;">{$customer.s_address}</TD> <td style="text-transform: uppercase;">{$customer.s_address_2}</TD> <td style="text-transform: uppercase;">{$customer.s_city} </TD> {$customer.s_state_text} <td style="text-transform: uppercase;">{$customer.s_zipcode}</TD> {$customer.s_country_text} Thanks for any help you can give. Lee. |
Re: Printing shipping labels in HIGHERCASE
Try adding |upper to your language variables, for example:
{$customer.s_address|upper} |
Re: Printing shipping labels in HIGHERCASE
Thanks for the quick reply balinor that did the trick :)
Thank you very much ;) |
All times are GMT -8. The time now is 12:56 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.