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)
-   -   How to Show Images in Bestseller Box (https://forum.x-cart.com/showthread.php?t=14125)

Lionel 03-17-2006 02:30 PM

I agree. She has lots of nice Mods and already got some from her. To me, the best X-cart mod ever created is TelaFirma's image mod.

just_me 03-18-2006 12:44 AM

Thumbnail in bestseller list modified code
 
ShishaPipeUK,
I really like your modified code for showing thumbnail images in the bestseller list. It looks much sleeker.
Thanks for taking the time to share it. :D

PP 06-08-2006 11:46 AM

Re: How to Show Images in Bestseller Box
 
Quote:

Originally Posted by august
Since nobody seems to find the solution, I start testing and got this:

In skin1/modules/Bestsellers/menu_bestsellers.tpl, find this:


And change it for this:

Quote:

<a href="product.php?productid={$bestsellers[num].productid}&cat={$cat}">{$bestsellers[num].product}
<div align="center">{include file="product_thumbnail.tpl" productid=$bestsellers[num].productid image_x=50 product=$bestsellers[num].product}</div>
</a>


You can change the size in image_x= any size you want

Have it working for version 4.0.13




How would one add the Y axis as well ?

PP 06-08-2006 12:27 PM

Well this is what I came up with. I had to chage the axis because many of my images are tall.

Code:

{* $Id: menu_bestsellers.tpl,v 1.10.2.1 2004/11/16 11:15:01 max Exp $ *}
{if $bestsellers}
{capture name=menu}
{section name=num loop=$bestsellers}
<FONT class="VertMenuItems">{math equation="value+1" value=$smarty.section.num.index}.</FONT>
<A href="product.php?productid={$bestsellers[num].productid}&cat={$cat}&bestseller" class=VertMenuItems>{$bestsellers[num].product}

<div align="center">{include file="product_thumbnail.tpl" productid=$bestsellers[num].productid image image_y=50 product=$bestsellers[num].product}</div>
</a>

{/section}
{/capture}
{ include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_bestsellers menu_content=$smarty.capture.menu }


{/if}



All times are GMT -8. The time now is 05:35 AM.

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