View Single Post
  #6  
Old 10-28-2008, 06:11 AM
  Ene's Avatar 
Ene Ene is offline
 

X-Cart team
  
Join Date: Aug 2004
Posts: 907
 

Default Re: Getting Feautured Products to display in all categories

You also need to modify the home.php script.

Replace this code

PHP Code:
if (empty($products))
    include 
"./featured_products.php"

with this one:

PHP Code:
include "./featured_products.php"
__________________
Eugene Kaznacheev,
Evangelist/Product Manager at Ecwid: http://www.ecwid.com/ (since Sept 2009)

ex-Head of X-Cart Tech Support Department
ex- X-Cart Hosting Manager - X-Cart hosting
ex-X-Cart Technical Support Engineer


Note: For the official guaranteed tech support services please turn to the Customers HelpDesk.
Reply With Quote