View Single Post
  #4  
Old 01-10-2006, 06:47 AM
 
balinor balinor is offline
 

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

Default

Comment out this chunk of code:

Code:
<TD width="90" align="center" valign="top"> <TABLE border="0" cellpadding="0" cellspacing="0"> <TR> <TD valign="top" align="center"> {if $active_modules.Special_Offers ne "" and $products[product].have_offers} {include file="modules/Special_Offers/customer/product_offer_thumb.tpl" product=$products[product]} {else} {include file="product_thumbnail.tpl" productid=$products[product].productid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].tmbn_url} {/if} </TD> </TR> {***** <TR> <TD height="18" align="center"> {$lng.lbl_see_details} </TD> </TR> *****} </TABLE> {if $active_modules.Feature_Comparison ne '' && $products[product].fclassid > 0 && $printable ne 'Y'} {include file="modules/Feature_Comparison/compare_checkbox.tpl" id=$products[product].productid} {/if} </TD>

You'll need to remove the comments you have in there now or they will screw up the other comments.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote