View Single Post
  #3  
Old 06-09-2009, 09:17 AM
  ESvideo's Avatar 
ESvideo ESvideo is offline
 

Advanced Member
  
Join Date: Feb 2009
Posts: 34
 

Default Re: Thumbnail removal

I had started looking there.. thanks for the direction
I think I will need to remove
the code below....


<div class="image"{if $det_image_box_width gt 0 || $config.Appearance.image_width gt 0 || $product.image_x gt 0} style="width: {$det_image_box_width|default:$config.Appearance.i mage_width|default:$product.image_x}px;"{/if}>
{if $active_modules.Detailed_Product_Images && $config.Detailed_Product_Images.det_image_popup eq 'Y' && $images ne '' && $js_enabled eq 'Y'}
{include file="modules/Detailed_Product_Images/popup_image.tpl"}
{else}
<div class="image-box">
{include file="product_thumbnail.tpl" productid=$product.image_id image_x=$product.image_x image_y=$product.image_y product=$product.product|escape tmbn_url=$product.image_url id="product_thumbnail" type=$product.image_type}
</div>
{/if}
{if $active_modules.Magnifier && $config.Magnifier.magnifier_image_popup eq 'Y' && $zoomer_images && $js_enabled eq 'Y'}
{include file="modules/Magnifier/popup_magnifier.tpl"}
{/if}
</div>
__________________
v 4.2.0
Reply With Quote