View Single Post
  #7  
Old 04-16-2009, 08:46 AM
 
jimeu jimeu is offline
 

Newbie
  
Join Date: Jun 2003
Posts: 8
 

Default Re: Best Sellers on Static Page

work fine on 4.2, only doing the first 2 steps.

Open pages.php

FIND:
Code:
# Assign the current location line $smarty->assign("location", $location);

BEFORE ADD:

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

no need for anything else on 4.2

many thanks

jimeu
ver 4.2
__________________
Jaime Gabay
Reply With Quote