Hi,
I'm wondering if there is a way to upload a different thumbnail image (from the main image).
If not, is there anyone out there who would be willing to create a module for me, and how much would it cost.
Thanks very much,
Jenny
Figured out a pretty simple solution for this. Upload your thumbnail image in the "Data" tab.
And then upload the image you want to have appear on the Product page as an additional image in the "Image" tab.
Then in catalog/view/theme/[yourthemename]/template/product/product.tpl delete or comment out this code (which places the first image into the template).
And then upload the image you want to have appear on the Product page as an additional image in the "Image" tab.
Then in catalog/view/theme/[yourthemename]/template/product/product.tpl delete or comment out this code (which places the first image into the template).
Code: Select all
<?php if ($thumb) { ?>
<div class="image"><a href="<?php echo $popup; ?>" title="<?php echo $heading_title; ?>" class="fancybox" rel="fancybox"><img src="<?php echo $thumb; ?>" title="<?php echo $heading_title; ?>" alt="<?php echo $heading_title; ?>" id="image" /></a></div>
<?php } ?>
Who is online
Users browsing this forum: Amazon [Bot] and 11 guests