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!