Thread: Newest Products
View Single Post
  #99  
Old 09-24-2005, 06:46 PM
 
lapidarist lapidarist is offline
 

Advanced Member
  
Join Date: Apr 2003
Location: Hot Springs, Arkansas
Posts: 34
 

Default

Quote:
Originally Posted by fuzzy
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.

I saw the same thing earlier and had already updated mine. Since it was my first xcart mod I stripped the code down to the minimum and rebuilt it to learn. I forgot to add the manufacturers reference that back in the code I posted. Oops.

I have gotten a lot of help from reading the forum. So, I thought it was time to give something back

- james -
__________________
X-Cart Gold Plus 4.5.4
X-PDF 4.5.3
X-Payments 1.05
CDSEO Pro 1.8.7
WebsiteCM Product Map 2.0.1
WebsiteCM Next-Prev 1.3 disabled because of SQL errors and bugs.
Reply With Quote