View Single Post
  #7  
Old 08-09-2006, 12:45 PM
 
lachild lachild is offline
 

Advanced Member
  
Join Date: May 2006
Posts: 92
 

Default

To get this to work in the admin screen... Change the following line from the mod:

Code:
# Show All Mod By Westin Shafer for Beach Bums Inc. # if ($_GET['show'] == 'all'){ $config['Appearance']['products_per_page'] = 500; }

To this:

Code:
# Show All Mod By Westin Shafer for Beach Bums Inc. # if ($_GET['show'] == 'all'){ $config['Appearance']['products_per_page'] = 500; $config['Appearance']['products_per_page_admin'] = 500; }

As for getting this to work in 4.0.7... I've never used it.. But all you should need to do is locate the section of code that pulls in the config info from the database... Right after it, change the varriable that sets the displayed products to some un-reachable number...

I set it to 500 as I can't see how any more then that would even load on the page. But you're welcome to set this number to any number you wish.
__________________
Westin Shafer
Come Together Technologies
http://www.ComeTogetherTechnologies.com
Reply With Quote