View Single Post
  #25  
Old 05-05-2008, 09:51 AM
 
intel352 intel352 is offline
 

X-Wizard
  
Join Date: Dec 2005
Posts: 1,071
 

Default Re: Manufacturer Categories mod! Free!

In modules/Manufacturers/customer_manufacturers_list.php, change the navigation bit at the bottom to look like this:

PHP Code:
$smarty->assign("navigation_script","manufacturers.php?manufacturerid=".$manufacturerid."&sort=".$sort."&sort_direction=".$sort_direction . ($catid?'&catid='.$catid:'')); 

I found a client's manfacturer categories were not paginating properly, that change fixed the problem
__________________
-Jon Langevin
WARNING: Unethical developer - NOT RECOMMENDED
See details here
Reply With Quote