View Single Post
  #2  
Old 06-16-2004, 08:02 AM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

yeah there is a bit half way down skin1/main/orders.tpl

that reads:

{if $usertype eq "A"}
{ $orders[cat_num].provider }
{else}
{ $orders[cat_num].firstname } { $orders[cat_num].lastname }
{/if}

change it to:

{ $orders[cat_num].firstname } { $orders[cat_num].lastname }
__________________
ex x-cart guru
Reply With Quote