View Single Post
  #4  
Old 04-30-2004, 05:05 AM
 
BHMedia BHMedia is offline
 

Advanced Member
  
Join Date: Sep 2003
Posts: 71
 

Default

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..
Reply With Quote