You are here:  » Adding a Large Image Field To product.php


Adding a Large Image Field To product.php

Submitted by thelegacy on Mon, 2006-04-24 23:32 in

Hi David,

I've been working at some customising of some of my feeds, and most of my feeds have a thumbnail image and a larger pic image.
Is there a way to incorporate this so product.php will show the larger image instead of needing to modify the width='180' in product.php?

Not all of the larger images load with the quality that they should, so I was thinking, can I add the field name to the image line so it selects the larger image, by using and if or elseif statement?

Thanks much,

Submitted by getgood on Tue, 2006-04-25 23:49

The best way to do this is when importing the feed to use the larger image as the main image for the product...delete the width='180' in product.php and this will make the large image show to full size and the search results will automatically be rescaled through the template it uses.

This will stop the stretching of the small image to fit the 180

Hope this helps

Adam