Thread: FREE items
View Single Post
  #2  
Old 09-07-2006, 03:15 PM
  leon's Avatar 
leon leon is offline
 

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

Default Re: FREE items

Ok, got a fix for this, for those who need it.

1. In /skin1/customer/main/product.tpl in lines 64-66 where it says:
{else}
<input type="text" size="7" name="price" />
{/if}

2. Change to:
{else}
<b>{$lng.lbl_enter_your_price}</b>
{/if}

3. Then change your language variables for lbl_enter_your_price to:
FREE ITEM !

That gets rid of the price box when no price is established.
__________________
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