![]() |
First detailed image instead of thumbnail
Ever wanted to replace the thumbnail on the product page with the first image from your detailed images and then have your detailed images section start with the second detailed image?
Well here is how to do it :) This code is for the 4.0 branch (the version for 3.4 and 3.5 is very similar) You need to modify two files: customer/product.tpl modules/detailed_product_images/product_images.tpl You will also need to make a new file: modules/detailed_product_images/product_images_one.tpl In product.tpl find this: Code:
<TD valign="top" align="left" rowspan="2" width="100"> replace with this: Code:
{***----ORIGINAL THUMBNAIL---- Then in product_images.tpl find this: Code:
<img src="{$images[image].tmbn_url}"> Replace with this: Code:
{***----ORIGINAL CODE------- Make a new file in modules/detailed_product_images called product_images_one.tpl Put this code in it: Code:
{* $Id: product_images_one.tpl,v 1.7.2.2 2005/07/29 10:43:25 CCS Exp $ *} That's it :) |
hi light speed um could u give us an example of the mod or give us a link to your site that shows an example of this mod that would be great :D
|
Don't really need an example, it does just what it says :) Nice one...moving it to Custom Mods.
|
Quote:
Yeah it's pretty straight forward :) I have boomers cart-lab tabbed mod installed also and you can see my little mod works fine with that :) |
lol
oh cool nice mod :) sorry for my dumbness :oops:
|
Thanks! :)
|
Hey,
Really cool mod and was looking for a long time and you saved my time a lot.. cheers !!!!! |
Glad to help! :)
|
Love it!
Works great! Does anyone know how this could be modified so the "detailed images" box only shows up if there are more than one detailed image? I have lots of products with only one image, and I now have one detailed image on top (nice) but a big old empty dialog box at the bottom. Looks like there is something missing.
Thanks again for the great mod! |
Re: Love it!
Quote:
There is probably a way to set an if statement at the detail dialog insert but I am too swamped to look into it. Maybe somebody else can take a stab at it? |
All times are GMT -8. The time now is 12:07 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.