{if $ShippingShowWeight == "YES"}
{if $product.free_shipping == "Yes"} {$msg.product.weight}: {$msg.product.free_shipping} {elseif $product.weight > 0} {$msg.product.weight}: {$product.weight|weight} {/if}
{/if}