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)
-   -   Imaged bestseller (https://forum.x-cart.com/showthread.php?t=11975)

denizumut 02-05-2005 06:47 AM

Imaged bestseller
 
Now I am sending the second one.

It changes the bestseller to pictured version.

/modules/Bestsellers/bestsellers.tpl

Code:

{* $Id: bestsellers.tpl,v 1.2 2002/09/05 12:43:35 zorg Exp $ *}
{if $bestsellers}
{capture name=bestsellers}
<table cellpadding=0 cellspacing=0 border=0 width="156">
{section name=num loop=$bestsellers}
<tr>
<td>
  <div align="center">{include file="product_thumbnail.tpl" productid=$bestsellers[num].productid image_x=100 product=$bestsellers[num].product}

    {$lng.lbl_our_price}: <b class="ProductPrice">{include file="currency.tpl" value=$bestsellers[num].price}[/b]

  </div></td>
</tr>
<tr>
  <td colspan="2"><hr size="1"></td>
  </tr>
{/section}
</table>
{/capture}
{include file="dialog.tpl" title=$lng.lbl_bestsellers content=$smarty.capture.bestsellers extra="width=100%"}
{/if}


Dybbuk 02-17-2005 04:21 AM

Hi,

What version is this mod for? I tried in 4.0.11 and nothing - no change at all, let alone thumbnails.

Thanks,

DB

inky76 02-17-2005 04:59 AM

i did too.. and nuttin happened
 
loggin in as admin there is a section where you can check off and include bestsellers... well both ways I could get it to work.
if there isn't a bestseller the most looked at products are supposed to show up...

eaglemobiles 02-18-2005 10:24 AM

Can you please explain more I cant make it work, I copied the code past it in to bessellers.tpl but nothing changed i cant see any picture in bessellers menu.

Thanks

KCAutosound 02-22-2005 09:28 PM

same here. Altered the tpl file and no change. Still shows the text only in th bestsellers block.

august 05-22-2005 12:16 PM

I think he forgot to publish the changes in bestsellers.php if there is any.

august 05-22-2005 01:00 PM

Never mind, I found the solution!

subzero 05-22-2005 02:14 PM

whats the solution then ?

august 05-22-2005 03:26 PM

http://forum.x-cart.com/viewtopic.php?p=91392


All times are GMT -8. The time now is 06:55 PM.

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