View Single Post
  #1  
Old 10-10-2006, 01:32 PM
 
leehudson leehudson is offline
 

Member
  
Join Date: Jun 2003
Posts: 13
 

Default 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.
__________________
_____________________________________
x-cart gold
version: 4.7.6
Reply With Quote