View Single Post
  #1  
Old 05-23-2008, 02:30 PM
 
csgrant csgrant is offline
 

Newbie
  
Join Date: Aug 2006
Posts: 7
 

Default Product Image On Products.tpl

Hello

In X-Cart 4.1.9 I wish to display the larger thumbnail (What X-Cart calls Product Image when adding a product) to the products.tpl page. I have tried to figure this out by looking at product.tpl but cannot seem to figure it out.

The code is:

Code:
{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}

Something needs to be changed to call the larger image in, but I cannot figure it out.

The reason for this is the regular thumbnail is being used on products_t.tpl and I wish to use a different size for products.tpl for cosmetic reasons. I need each product to basically have a "Featured Image" and "Category Image" and this seems the best way about it.

Thanks
__________________
X-Cart 4.0.12
Reply With Quote