View Single Post
  #3  
Old 01-24-2004, 04:14 PM
  leon's Avatar 
leon leon is offline
 

X-Wizard
  
Join Date: Mar 2003
Location: Costa Rica
Posts: 1,213
 

Default

Ok, I also found out how to get this done.

Just add this code:
Code:
if($active_modules["Bestsellers"]) include "../modules/Bestsellers/bestsellers.php";

right after require "./auth.php";, on all scripts for pages you want them to appear on.

Some pages to consider inserting this code (all under /customer directory):
- cart.php
- register.php
- help.php
- giftcert.php
- product.php
- error_message.php
- pages.php
- download.php
- search.php
__________________
It doesn\'t matter what is done... it is how it is done.
=============================
XCart Version: 3.5.3 -> Dmcigars.com
XCart Version: 4.1.3....
Reply With Quote