Thread: Newest Products
View Single Post
  #155  
Old 08-06-2006, 06:53 AM
  girlsbits's Avatar 
girlsbits girlsbits is offline
 

Advanced Member
  
Join Date: May 2006
Posts: 77
 

Default

Quote:
Meaning it will show newest 5 items in currently selected category or if there are none, will do a global search.

I didn't like the "global search" function as this meant that products were displayed in unrelated categories, so to change this ( ie. not show any new products unless they are specific to the current category) delete the following code from modules/bestsellers.php:

if (empty($bestsellers) and $cat)
$bestsellers = func_search_products($search_query2, @$user_account["membership"], $order_by2, 999);
__________________
X-Cart Gold | v 4.0.18 | Unix | php 4.3 | phpMyAdmin 2.8.0.3 |
Reply With Quote