View Single Post
  #5  
Old 07-12-2010, 04:16 AM
 
Learner Learner is offline
 

X-Adept
  
Join Date: Dec 2008
Posts: 807
 

Default Re: How to display best sellers in a 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 try it on 4.3 versions.Always take backup of your original files.

Thanks
__________________
4.6.1 Platinum


Reply With Quote