View Single Post
  #36  
Old 10-19-2007, 02:50 PM
  scottmotte's Avatar 
scottmotte scottmotte is offline
 

Advanced Member
  
Join Date: Oct 2007
Posts: 41
 

Default Re: Bestsellers on ALL pages

Also. I came across the need of having to do this with the Recommended_Products module. To do this I placed:

if ($active_modules["Recommended_Products"])
include "./recommends.php";

just below every page in which I placed
if ($active_modules["Bestsellers"])
include $xcart_dir."/modules/Bestsellers/bestsellers.php";
__________________
x-cart pro 4.1.9
http://allprotools.com
Reply With Quote