View Single Post
  #86  
Old 07-07-2011, 12:57 PM
 
ScrapOrchard ScrapOrchard is offline
 

eXpert
  
Join Date: Mar 2008
Posts: 243
 

Default Re: Hidden Categories

Quote:
Originally Posted by carlisleglass
I did change 2 other lines:

Code:
$search_condition[] = "node.avail = 'Y'";
to
Code:
$search_condition[] = "(node.avail = 'Y' OR node.avail = 'H')";

and ...
Code:
$search_condition[] = "c.avail = 'Y'";
to
Code:
$search_condition[] = "(c.avail = 'Y' OR c.avail = 'H')";

Those might of made it work as well.

Was this still in the func.category.php file?
__________________
www.scraporchard.com
X-Cart Pro Version 4.5.5

Altered Cart: One Page Checkout, OnSale, Buy Together, Download Expander, Smart Search, Shop by Filters
Gahela: Gahela Support System
The xCart Store: xBanners, xAccess, xMenus
Reply With Quote