View Single Post
  #4  
Old 05-03-2009, 05:57 PM
 
rayjohnson rayjohnson is offline
 

Member
  
Join Date: Apr 2009
Posts: 17
 

Default Re: Top Ten List - a favorites or "fake" bestsellers list - everywhere!

I know this an old thread...but I liked the idea of making your own Top Ten List...

I followed the instructions here and I got it working...I show the Product Title and Thumbnail...but I cannot get the Our Price included like on the original bestseller.tpl

Here is my toptenlist.tpl
Quote:
{* $Id: toptenlist.tpl,v 1.00.0.1 2006/09/06 18:08:01 *}

<div id="categories">
{capture name=bestsellers}
{section name=num loop=$toptenlist}
<A href="product.php?productid={$toptenlist[num].productid}&cat=12" class=VertMenuItems><B>{math equation="value+1" value=$smarty.section.num.index}.</B> {$toptenlist[num].product}</A><br />
<TR>
<TD width="40">
{include file="product_thumbnail.tpl" productid=$toptenlist[num].productid image_x=50 product=toptenlist[num].product}
</TD>
{/section}
{/capture}
{include file="customer/menu_dialog.tpl" title="Top Ten List" content=$smarty.capture.bestsellers }
</div>

{* Again note the cat=10 in this file *}
{* Change menu_title="Top Ten List" to the desired menu title *}
__________________
v 4.2.1
Reply With Quote