View Single Post
  #4  
Old 12-19-2003, 04:12 AM
  shan's Avatar 
shan shan is offline
 

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

Default

here you go. This was done using V3.5.x

open product.tpl and look for

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

and change it to

Code:

open products.tpl and look for

Code:
{else} <font class=ProductPrice>{$lng.lbl_enter_your_price}</font> {/if}

and change it to

Code:

open products_t.tpl and find

Code:
{else} <font class=ProductPrice>{$lng.lbl_enter_your_price}</font> {/if}

and change to

Code:
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote