View Single Post
  #6  
Old 03-17-2009, 01:00 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: Best Sellers on Static Page

Not sure off hand but you could try:

[code]
{if $active_modules.Bestsellers ne ""}
{include file="customer/main/products_t.tpl" products=$bestsellers}
{else}
Provide a disabled message.
{/if}
[/code[
Reply With Quote