View Single Post
  #7  
Old 06-27-2012, 12:51 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: Show featured products in 2 blocks

You might have to add a line like this to include/search.php:
PHP Code:
$fields[] = $sql_tbl['featured_products'] . '.product_order'
You may also have to wrap that in a test for $inner_joins['featured_products']
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote