I commented this out
Code:
{*
{if $config.Appearance.show_in_stock eq "Y" and $config.General.unlimited_products ne "Y" and $product.distribution eq ""}
<tr><td width=30%>{$lng.lbl_quantity}</td><td nowrap>{if $product.avail gt 0}{$product.avail}{else}{$lng.txt_no}{/if} {$lng.txt_items_available}</td></tr>
{/if} *}
And it doesnt appear - i think i phrased what i needed wrong - There are two quantity's one - y ou can select like 1-X(DEPENDING ON SETTING) quantity of items then there is something that says like "Quantity: 1000" Depending on what i imported it with... I commented that above out and it doesnt' show it any more but will that screw up anything else? Thanks..