Thread: Newest Products
View Single Post
  #97  
Old 09-24-2005, 06:03 PM
 
fuzzy fuzzy is offline
 

Advanced Member
  
Join Date: Jun 2004
Location: oHIo
Posts: 77
 

Default

Well... I did have to make 1 tweak.
I noticed the "Manufacturers" menu wasn't showing, so...
In "newproducts.php" just below:
Code:
require "./auth.php"; require $xcart_dir."/include/categories.php";
I added:
Code:
if ($active_modules["Manufacturers"]) include $xcart_dir."/modules/Manufacturers/customer_manufacturers.php";

Now this may not be the correct way to do it, but it seems to work okay in 4.12 & 4.15.
__________________
X-Cart 4.0.12 Gold
Linux
Reply With Quote