X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   First detailed image instead of thumbnail (https://forum.x-cart.com/showthread.php?t=15579)

pnm 11-10-2006 03:33 AM

Re: First detailed image instead of thumbnail
 
Light Speed,

I'm trying to make the changes to my code, but can't find the area that needs changing in my Product_images.tpl as per your instructions. Below is a copy of whats in my Product_images.tpl can you please let me know where the code needs to be changed.

Your help would be greatly appreciated.

{if $images ne ""}
{capture name=dialog}
<DIV align="center">
{section name=image loop=$images}
{if $images[image].avail eq "Y"}
{if $images[image].tmbn_url}
<IMG src="{$images[image].tmbn_url}" alt="{$images[image].alt|escape}">
{else}
<IMG src="{$xcart_web_dir}/product_image.php?imageid={$images[image].imageid}" alt="{$images[image].alt|escape}">
{/if}
<BR>
<BR>
{/if}
{/section}
</DIV>
{/capture}
{if $smarty.capture.dialog ne ""}
{include file="dialog.tpl" title=$lng.lbl_detailed_images content=$smarty.capture.dialog extra="width=100%"}
{/if}
{/if}

pnm 11-12-2006 03:14 AM

Re: First detailed image instead of thumbnail
 
Thanks to Balinor prob solved and works nicely.

Great mod!

mangoboom 01-16-2007 01:54 AM

Re: First detailed image instead of thumbnail
 
Hi

Could you please tell me what code you changed on product_images.tpl?

thanks

pnm 01-16-2007 02:59 AM

Re: First detailed image instead of thumbnail
 
Have a look at this thread

http://forum.x-cart.com/showthread.php?t=26478

wendy.email 07-20-2007 03:33 AM

Re: First detailed image instead of thumbnail
 
Hi there, I want to do this with my version 4.1.8. can anyone instruct me? please.

wendy.email 07-20-2007 03:35 AM

Re: First detailed image instead of thumbnail
 
basically, i like to show product image first center on top, then description and others on the bottom... i can't seem to find mod for 4.1.8.
am i missing something

mangoboom 07-20-2007 05:39 AM

Re: First detailed image instead of thumbnail
 
Hi

please look at http://www.sugarrays.co.uk/shop/product.php?productid=886&cat=1&page=1 is this what you are trying to achieve? So you would have larger image at the top and then the description of the product, then finally rest of your detailed images?

if so then go to the link provided in the previous posts.

pegpub 11-24-2007 10:36 AM

Re: First detailed image instead of thumbnail
 
I have been using this mod with my live cart version 4.0.18 and love it. We are getting ready to migrate to 4.1.19 and the location of one file has changed and the other doesn't seem to exist.

So does anyone know how to implement this for 4.1.x branch?

Scott Merritt
www.pegasuspublishing.com/xcart/home.php
xcart 4.0.18 live
xcart 4.1.19 test

gargonzo 09-01-2008 08:33 AM

Re: First detailed image instead of thumbnail
 
hi folks--- is there a simple way to get this working on version: X-Cart version 4.1.9?

please advise asap. thanks

GreatLakesVacuum 01-21-2009 10:49 AM

Re: First detailed image instead of thumbnail
 
Quote:

Originally Posted by mangoboom
Hi

please look at http://www.sugarrays.co.uk/shop/product.php?productid=886&cat=1&page=1 is this what you are trying to achieve? So you would have larger image at the top and then the description of the product, then finally rest of your detailed images?

if so then go to the link provided in the previous posts.


Looks like you have since changed the way that works a lot, how do I do it like you did it?!


All times are GMT -8. The time now is 03:17 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.