Thanks to everyone who has viewed this post, I took it to the next step and now have solved by problem.
The code should be:
Code:
{if $product.price ne 0}
{if $product.price ne 1}
{if $product.weight ne "0.00"}<tr><td width=30%>{$lng.lbl_weight}</td><td nowrap>{$product.weight} {$config.General.weight_symbol}</td></tr>
{else}
{/if}
{/if}
{/if}
{if $active_modules.Extra_Fields ne ""}
{include file="modules/Extra_Fields/product.tpl"}
{/if}
{if $active_modules.Subscriptions ne "" and $subscription}
{include file="modules/Subscriptions/subscription_info.tpl"}
{else}
{if $product.price ne 0 }
{if $product.price ne 1}
<tr><td class=ProductPriceConverting>
{$lng.lbl_price}:</td>
<td>
<font class=ProductDetailsTitle>{include file="currency.tpl" value=$product.price}</font><font class=MarketPrice> {include file="customer/main/alter_currency_value.tpl" alter_currency_value=$product.price}</font>{if $config.Taxes.use_vat eq "Y" and $product.vat gt "0"}, {$lng.lbl_including_vat} {$product.vat}%{/if}
{else}
{* <input type=text size=7 name=price> *}
<tr><td>
{if $product.price eq 0 }
see size chart
{else if $product.price eq 1 }
see second size chart{/if}
</td>
<td>
{/if}
</td>
</tr>
{/if}
{/if}
</table>
Once I get the site up and going you will have to see this cool mod. Keep an eye out for it.
Jay