View Single Post
  #2  
Old 08-18-2009, 11:39 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: How to show product as free instead of enter price

In skin1/customer/product.tpl find
Code:
<input type="text" size="7" name="price" />
and replace with
Code:
<div>Your text here</div>
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote