View Single Post
  #74  
Old 08-29-2008, 10:29 AM
  dalmuti's Avatar 
dalmuti dalmuti is offline
 

eXpert
  
Join Date: Oct 2004
Location: Kansas
Posts: 343
 

Default Re: 3 column layout with thumbnail for Related Products

To use TelaFirma's module for Related Products:

In /modules/Upselling_Products/related_products.tpl

Change this code:
Code:
{include file="product_thumbnail.tpl" productid=$product_links[cat_num].productid image_x=$config.Appearance.thumbnail_width product=$product_links[cat_num].product type="T"}

To this code:
Code:
{include file="product_thumbnail.tpl" productid=$product_links[cat_num].productid image_x=$config.Dynamic_Images.di_thumbnail_image_width product=$product_links[cat_num].product tmbn_url=$product_links[cat_num].tmbn_url}

Louise
__________________
Louise

Studio 57 Designs - X-Cart Customization
Providing X-Cart Services since 2004
Hottest Blog Directory - Submit Your Blog for a Free Listing
Reply With Quote