View Single Post
  #67  
Old 01-03-2006, 02:47 AM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default

Quote:
Originally Posted by sublimebikinis
Hi,
I'm just intalling this mod now, but i seem to be missing a file!

I've already emailed TelaFirma, but as it's probably the middle of the night over there i thought i'd check if anyone on the board can help me. (it's great living on the other side of the world!)

The file: /skin1/main/product_details.tpl seems to be missing from my directory. I've checked everywhere but can't see it.
Does anyone have any tips?

Thanks in advance!
Flo.

The file that you would be looking for in V3.5.x would be /skin1/main/product_modify.tpl . This is the file in the Admin area where you Add/Modify the products and where the thumbnail image is displayed. The purpose of changing this template is so that in the Admin area, you are not displaying a huge image when modifying the product.

The line of code you are looking for is on or around line 35:
Code:
{include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.image_x image_y=$product.image_y product=$product.product}

You can change this to:
Code:
{include file="product_thumbnail.tpl" productid=$product.productid image_x=100 product=$product.product}

Again, I would like to repeat that I do not know if this will work on Version 3.5.x - I have not tested it on any version other than version 4.0.x
Reply With Quote