View Single Post
  #7  
Old 07-30-2008, 10:30 PM
  Jon's Avatar 
Jon Jon is offline
 

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

Default Re: Bestsellers modification

Add this code to pages.php

Code:
if ($active_modules["Bestsellers"]) include $xcart_dir."/modules/Bestsellers/bestsellers.php";

Ensure that parsing of smarty tags in static pages is enabled.

Include your bestsellers.tpl in your static page.
Reply With Quote