View Single Post
  #4  
Old 09-20-2007, 04:12 PM
 
toomnyhats toomnyhats is offline
 

Advanced Member
  
Join Date: Sep 2006
Posts: 41
 

Default Re: Price Input Box for $0 Products...

In customer/main/product.tpl
Find:
<input type="text" size="7" name="price" />

Replace with:

Call for price


If you don't want to hard code it in, you could set up a language variable and just call that. For example: (using whatever css class you desired)

Find:
<input type="text" size="7" name="price" />

Replace With:
<font class="ProductDetailsTitle">{$lng.lbl_call_for_pri ce}</font>
__________________
toomnyhats
X-Cart Gold 4.1.9 (Unix)
X-SpecialOffers
DSEFU (disabled)
Reply With Quote