View Single Post
  #2  
Old 01-31-2004, 01:37 AM
  leon's Avatar 
leon leon is offline
 

X-Wizard
  
Join Date: Mar 2003
Location: Costa Rica
Posts: 1,213
 

Default

Thats done in the /skin1/main/order_info.tpl file, and you are absolutely right about showing that info, not because it looks silly, its because it is using the direct username for the provider which gives a hint to a possible hacker.

Just take these lines out:
Code:
<tr> <td valign="top">{$lng.lbl_provider}</td> <td valign="top">{$products[prod_num].provider}</td> </tr>
__________________
It doesn\'t matter what is done... it is how it is done.
=============================
XCart Version: 3.5.3 -> Dmcigars.com
XCart Version: 4.1.3....
Reply With Quote