View Single Post
  #4  
Old 02-05-2005, 09:18 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Woo hoo! Thank you! Ok, now on to your question:

You will want to edit /main/product_details.tpl. Look for this chunk of code down near the bottom:

Code:
<TR> {if $productids ne ''}<TD width="15" class="TableSubHead"><INPUT type="checkbox" value="Y" name="fields[shipping_freight]"></TD>{/if} <TD class="FormButton" nowrap>{$lng.lbl_shipping_freight} ({$config.General.currency_symbol})</TD> <TD class="ProductDetails"> <INPUT type="text" name="shipping_freight" size="18" value="{if $product.shipping_freight eq ""}0.00{else}{$product.shipping_freight}{/if}"> </TD> </TR>

Remove this little bit of code:

Code:
({$config.General.currency_symbol})

That should do it!
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote