View Single Post
  #7  
Old 02-22-2006, 05:57 AM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

find this (approx line 43)

Code:
{else} <INPUT name="price" type="text" size="7"> {/if}

change for this

Code:
{else} Make a Donation : <INPUT name="price" type="text" value="10" size="7"> {/if}

change 10 for whatever you want to be there by default
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote