Thread: Remove
View Single Post
  #2  
Old 02-07-2005, 05:12 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Remove these two lines to get rid of details and options:

Code:
<TR><TD colspan="2"><FONT class="ProductDetailsTitle">{$lng.lbl_details}</FONT></TD></TR> <TR><TD class="Line" height="1" colspan="2">[img]{$ImagesDir}/spacer.gif[/img]</TD></TR>

and

Code:
<TR><TD colspan="2"> <FONT class="ProductDetailsTitle">{$lng.lbl_options}</FONT> </TD></TR> <TR><TD class="Line" height="1" colspan="2">[img]{$ImagesDir}/spacer.gif[/img]</TD></TR>

You sure you want to get rid of quantity? What if someone wants to order more than one?
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote