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";
|