View Single Post
  #2  
Old 01-28-2010, 01:43 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Show Field Only If Data Entered

try this

{if $order.tax_number ne ""}
{if $_userinfo.default_fields.tax_number}{$lng.lbl_tax _number|truncate:$max_truncate:"...":true|cat:":"| string_format:$max_space}{$order.tax_number}
{/if}
{/if}
__________________
xcart 5.1.2
Reply With Quote